Answered

Matrix A has dimensions 2x3. Matrix B has dimensions 3x6. These two matrices can be multiplied

Answer :

If you mean A*B, then yes since,

number of columns in matrix A = number of rows in matrix B

ie the inner dimensions both match up (both are 3)

However, B*A is not defined

Other Questions