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).
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top