Finding determinant given determinant of another matrix

bojo
Messages
5
Reaction score
0

Homework Statement



Let A be a 3 x 3 matrix satisfying the equation A^{2}-3A-2I=0 where I is the 3x3 identity matrix. Find det(A) given the det(A-3)=2

The Attempt at a Solution



Well can't find anything like this in my textbook, notes or google. I imagine its a pretty simple matrix property I've overlooked but otherwise i have no clue what to do!


Help much appreciated,
Ben
 
Physics news on Phys.org
det(AB) =det(A)*det(B)

So if you factor A^2-3A you can use det(A-3) = 2
 
so

A^2 -3A = 2I factors to

A(A-3)=2I

and using property det(AB)=det(A)det(B)

det(A)det(A-3)=det(2I) so det(A)=det(2I)/det(A-3)
 
Yes and you can easily find det(2I).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top