asked 112k views
5 votes
Matrix A has dimensions 2x3. Matrix B has dimensions 3x6. These two matrices can be multiplied

1 Answer

2 votes
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
answered
User Craig Siemens
by
7.4k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.