If A = [[1,2],[3,4]] and B = [[5,6],[7,8]], find A + B:
A[[6,8],[10,12]]
B[[5,12],[21,32]]
C[[1,8],[3,12]]
DCannot add
Answer & Solution
Correct answer: A. [[6,8],[10,12]]
Matrix addition: add corresponding elements. [[1+5, 2+6],[3+7, 4+8]] = [[6,8],[10,12]].
Related questions
If A is a 3×3 matrix with det(A) = 5, then det(2A) isDeterminant of a 2×2 matrix [[a,b],[c,d]] equalsIf A is invertible, then A × A⁻¹ equalsA matrix with the same number of rows and columns is calledIf A is invertible 2 × 2 and A² = I then A isDeterminant of a triangular matrix equalsA square matrix A is called symmetric ifIf A and B are square matrices of same order, in general