194k views
2 votes
Is a 2x2 and 2x3 matrix multiplied undefined

1 Answer

4 votes

Matrix multiplication is defined for M×K and K×N matrices to give an M×N result. Note that the middle two numbers (K) are the same.

Matrix multiplication of a 2×2 and 2×3 matrix will give a 2×3 matrix result. It is defined.

User Trikelef
by
9.0k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.