AdditionEasyQuestion 250006
Question
Two matrices A and B can be added if:
- AThey have the same orderCorrect
- BA is square
- Cdet(A) = det(B)
- DB = Aᵀ
Correct answer
They have the same order
Explanation
Matrix addition is defined only when both matrices have the same number of rows and columns (same order).