[ 2 1 ] * A = [ 3 0 ]
[ 0 3 ] [-3 6 ]
To solve for A, would you divide the right matrix by the one on the left? If so, I come up with the following:
[ 3/2 3 ]
[-3/2+6/0 -1 ]
But what do I do with that 6/0?
[ 2 1 ] * A = [ 3 0 ]
[ 0 3 ] [-3 6 ]
[ 3/2 3 ]
[-3/2+6/0 -1 ]
lawrence wrote:I have a question about matrix multiplication; well, actually, matrix division. I am assuming that matrices are divided the same as they are multiplied; that is, row by column. Specifically, the problem I am referring to:[ 2 1 ] * A = [ 3 0 ]
[ 0 3 ] [-3 6 ]
To solve for A, would you divide the right matrix by the one on the left? If so, I come up with the following:[ 3/2 3 ]
[-3/2+6/0 -1 ]
But what do I do with that 6/0?
lawrence wrote:I have a question about matrix multiplication; well, actually, matrix division. I am assuming that matrices are divided the same as they are multiplied...