This is actually the more complicated way. The easier way (though a lot less methodical) is known as cofactor expansion.
Oh, I actually found this way quite a lot easier than row operations, i haven't heard of cofactor expansion before (don't even know what a cofactor is
) but it's mentioned in the method shown in the link right?
I'm having a link at Kamil's way.
Actually, my bad. Cofactor expansion is for finding the determinant, and so would probably make life easier when using Cramer's rule. If I'm not mistaken, kamil's link is just the "row operation" way?
The row operation way is defs the easier, less long-winded method.
Each to their own i guess, i find row-operation more difficult and slower, I just needed the thumbs up on whether i could use Cramer's rule for all scenarios. (Except obviously for a zero determinant).
Just a little confused here:
http://mathforum.org/library/drmath/view/55480.htmlIt says:
"If the determinant is zero, you know your matrix is singular (it has
no inverse). If the determinant is one (unitary matrix), the inverse
of your matrix will be what is called the "adjoint of A" (denoted by
adj(A)). Note that the adjoint of an NxN matrix is also an N x N
matrix."I haven't gone over this at school , so I don't really know what the adjoint of A (any matrix) is, but i know it is found by switching the rows so they become the collumns (hopefully you can understand what i mean) as seen in the link i provided. However, in the quote from the dr. math website, what does it mean 'if the determinant is one (unitary matrix), the inverse of your matrix will be what is called the "adjoing of A" (denotes by adj(A))'
So does this mean that for a matrix with a determinant of 1, you can easily calculate the inverse, by just finding the adjoint of that matrix? Or am i mistaken.
So cofactor expansion is used to find the determinant, which is the method where you select a row or column in the 3x3 matrix, and then using that row you find the determinants of the minor matrix and then do those calculations..
This is used in both Cramer's rule and row operations to find the determinant, correct?