Question

Given matrix A = [[3, 1], [2, 4]], evaluate A² − 5A + 5I (where I is the 2×2 identity matrix):

A [[1, 2], [4, 3]]
B [[0, 0], [0, 0]] — the zero matrix
C [[2, 0], [0, 2]]
D [[−2, 0], [0, −2]]
Practice Next

Hey! Ask a query