Question
Which matrix is the identity matrix of order 2?
Select an option. Your answer will be checked instantly.
Correct Answer: B. [[1, 0], [0, 1]]
Explanation:
An identity matrix has 1s on the main diagonal and 0s elsewhere.
It leaves a compatible matrix unchanged under multiplication.
Leave a Reply