How do you find the adjoint of a 3x3 matrix? can u explain example?

mr_coffee
Messages
1,613
Reaction score
1
Hello everyone, I think i don't understand the inverses because i don't understand how u find the adjoint of a nxn matrix. The book has this example and i have no idea how they got from A to A adj, makes no sense to me!

Here is the picture:
http://img89.imageshack.us/img89/3010/lastscan0oo.jpg
if that link is slow try:L
http://show.imagehosting.us/show/806170/0/nouser_806/T0_-1_806170.jpg
thanks! :biggrin:
 
Last edited by a moderator:
Physics news on Phys.org
mr_coffee said:
Hello everyone, I think i don't understand the inverses because i don't understand how u find the adjoint of a nxn matrix. The book has this example and i have no idea how they got from A to A adj, makes no sense to me!
Here is the picture:
http://img89.imageshack.us/img89/3010/lastscan0oo.jpg
if that link is slow try:L
http://show.imagehosting.us/show/806170/0/nouser_806/T0_-1_806170.jpg
thanks! :biggrin:

To find the adjoint of a A:

<br /> adj(A)_{ij} = (-1)^{i+j} det[A(j|i)]<br />

That means that the entry in the row i and column j of adj(A) is obtained by deleting the column j and the row i of A and then taking the determinant of that and multipliying by (-1)^{i+j}

For instance if u have a 3x3 matrix:
http://en.wikipedia.org/math/e36e0138b126ebbcf8fe80cd4f58f3aa.png

this is the adjoint:
http://en.wikipedia.org/math/a3c81ad8680add569a7377cda2529147.png
 
Last edited by a moderator:
Ahh thank u so much!
 
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