Matrix A is a 1 x 3 Matrix B is a 3 x 1 Matrix Which one of the follow matrix expressions involving A and B is defined? 2B x 3A or A^2 B ........................... It seems to me both are feasible But apparently A^2B is wrong according to the textbook
mxn matrix can multiply an nxr matrix
No idea what that means.
its A^2 B
oooops did it wrong sry
nevermind that
for example 3x2 * 2x7 matrix is defined, because the 2's match
a mxn matrix has m rows, n columns a n x r matrix has n rows and r columns
yeah so if a= 4x4 a^2= 1x3 * 1x3 So (A) 1x3 x (B) 3x1 also match So cant both be expressed?
disregard the 4x4 sorry
so both can be expressed but apparently the answer is only 2B x 3A
lets make a notation [3x1] means a matrix that has dimensions 3 rows and 1 column
I will use * to indicate matrix multiplication 2B * 3A : 2[3x1] * 3[1x3] = [3x1 ] * [1x3] multiplying a matrix by a scalar does not change dimensions this is defined
A^2 * B : [1x3 ] * [1x3] * [ 3 x 1] here we see it is not defined because of the 3 and 1 A*A is not defined
A^2 B = A*A*B but A*A is not defined , so the entire product cannot be defined
So the product of 2B * 3A = 3x3 But A^2 = 1x1 So cant both be defined?
no , A^2 is not 1x1, its not defined at all
dimension mismatch error
I meant A^2 x B = 1x1
Sorry
you cant multiply A by A
nope, A^2 * B is not defined. you cant multiply an undefined matrix by something else
A^2 being undefined
yeah thanks understand now
you should do the multiplication from left to right A^2B = AAB
Join our real-time social learning platform and learn together with your friends!