MCQEasy1 mark
1
Choose the correct answers to the questions from the given options. (Do not copy the questions, write the correct answers only.)
If A = [[0, 1], [1, 0]], then A² is equal to:
Topic: Matrices
Previous-year question practice database
Try it
Pick an option and check your answer. The full worked answer is below either way.
Answer
Exam answer
(c) [[1,0],[0,1]]
Explanation
A² = [[0,1],[1,0]]·[[0,1],[1,0]] = identity matrix.
In words
[[1,0],[0,1]]