Matrix Equation Inverse

22 Views Asked by At

How can I show that if a square matrix A satisfies: (A^2) - 4A + 3I = 0 (where “I” is the identity matrix) then: (A^-1) = (1/3)(4I - A) ?

1

There are 1 best solutions below

1
On

Rewrite the equation as $$3I=4A-A^2=A(4I-A).$$