|
| > > |
On 7/20/00 4:35:24 PM, Kyla Blomgren wrote: I need help solving matrices. My professor has taken one day to explain the "old fashion technique" (so to speak) as well as Cramer's Rule. Unfortunately, I am not comprehending either as well as I'd like to. Our first exam is tomorrow and matrices are to be expected. Any help/tips/techniques for solving 3x3 matrices would be greatly appreciated. Included is a a sample problem; a step by step solution using both methods would be invaluable. Thanx in advance for any support.
> 3x + 2y + 2z = 3 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I want to thank Stan Hanson for
the explanation, which I'm copying here. The only reason I'm repeating it
is to improve the formatting. I hope you like it...
Find the determinant of the coefficient matrixFirst Problem: How to find the determinant of a 3 X 3 matrix. Example: Find the determinant of the following:
Rewrite as follows:
You now perform a series of multiplications, additions, and subtractions as follows:
Three products you are going to ADD:
Three products you are going to ADD:
Now subtract the 22 from the -6 to get -28 Comment 1: You only need to repeat the first two columns; not all three, and the method still works. Comment 2: If you see where the products came from in the rectangle of numbers above, then you don't really need to copy any part of the matrix. Note that the 3 times 2 times 1 starts at the upper left corner and moves diagonally down to the right. Note that the 2 times 2 times 2 starts at the upper right corner and moves diagonally down to the left. Note that the other products follow similar diagonal patterns, with the diagonal "wrapping" from the left side to the right side, and vice-versa. The determinant we just found is called "the determinant of the coefficient matrix" because the elements in the matrix are the coefficients of "x" "y" and "z". Find the x-determinantNow, Cramer says that if we want to solve for "x" we should replace the "x" coefficients by the constants (3,5,0) as follows:
Then we should find the determinant of this matrix.
So, the "x-determinant" is:
Then we should divide that "x" determinant by the coefficient matrix determinant.
Now, divide -56 by -28 to get +2 Find the y-determinantTo find "y" replace the "y" coefficients by the constants to get the following matrix, and find its determinant:
The "y" determinant is -14 Find the z-determinantTo find "z" replace the "z" coefficients by the constants to get the following matrix, and find its determinant:
The "z-determinant" is 56
Are we done? No, we should check the results in the original system of equations: (3)(2) + (2)(0.5) + (2)(-2) = 3 (2) + (2)(0.5) - (-2) = 5 (2)(2) - (4)(0.5) + (-2) = 0 Yes, it checks. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Find the equation of an order n polynomial that passes through n points
Vectors -- the "dot" product and the "cross" product, explained.
The webmaster and author of this Math Help site is Graeme McRae.