I was given a math question on matrices where i was asked to multiply a 2x2 matrix by a 3x3 matrix but couldn't come up with an answer. It's confusing, a little help here please. Or should i just say its undefine??

2 Answers
Mar 16, 2017

undefine

Explanation:

The product of matrices only can be define when the number of columns in the first matric is equals to the number of rows in the second matric.

for example

#M1_(2 X 3) * M2_(3 X 2) = M_(2 X 2)#

Matric M1 has 3 columns and M2 has 3 rows. Then it can be defined

therefore for
#M_(2 X 2) * M_(3 X 3)# = unable to define because they have different number of column for the first matric and row second matric.

Mar 16, 2017

You just cannot multiply a #2xx2# matrix with a #3xx3# matrix and can say that multipication of such matrices is not defined as number of columns of the first is not equal to number of rows of the second matrix.

Explanation:

You just cannot multiply a #2xx2# matrix with a #3xx3# matrix.

You can only two matrices if number of columns of the first matrix is equal to number of rows of the second matrix.

i.e. you can only multiply a #lxxm# matrix with a #mxxn# matrix and the result will be a #lxxn# matrix.

This is an important part of the process of multiplication.

Let us have a #2xx3# matrix #((a_11,a_12,a_13),(a_21,a_22,a_23))# and a #3xx4# matrix #((b_11,b_12,b_13,b_14),(b_21,b_22,b_23,b_24),(b_31,b_32,b_33,b_34))#t

The result is a #2xx4# matrix #((x_11,x_12,x_13,x_14),(x_21,x_22,x_23,x_24))#,

where #x_11# is obtained by multiplying the three elements of first row with the three elements of first column of second matrix.

If number of columns of the first matrix are not equal to number of rows of the second matrix, which is so in the case mentioned by you, this is not possible and hence, you cannot multiply a #2xx2# matrix with a #3xx3# matrix,

and you can say multiplication of such matrices is not defined.