For A = [[2,0],[0,3]] (diagonal matrix), A² equals:
A[[2,0],[0,3]]
B[[4,0],[0,9]]
C[[4,9],[0,0]]
D[[0,0],[6,0]]
Answer & Solution
Correct answer: B. [[4,0],[0,9]]
For diagonal matrix, A² has diagonal entries squared: [[2²,0],[0,3²]] = [[4,0],[0,9]].
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