Difference between revisions of "Cramer's Rule"
(Added general case and example) |
(→General Form for n variables) |
||
Line 2: | Line 2: | ||
== General Form for n variables == | == General Form for n variables == | ||
− | Cramer's Rule employs the [http:// | + | Cramer's Rule employs the [http://en.wikipedia.org/wiki/Determinant matrix determinant] to solve a system of ''n'' linear equations in ''n'' variables. |
We wish to solve the general linear system <math>A \mathbf{x}= \mathbf{b}</math> for the vector <math>\mathbf{x} = \left( \begin{array}{c} x_1 \\ \vdots \\ x_n \end{array} \right)</math>. Here, <math>A</math> is the coefficient matrix, <math>\mathbf{b}</math> is a column vector. | We wish to solve the general linear system <math>A \mathbf{x}= \mathbf{b}</math> for the vector <math>\mathbf{x} = \left( \begin{array}{c} x_1 \\ \vdots \\ x_n \end{array} \right)</math>. Here, <math>A</math> is the coefficient matrix, <math>\mathbf{b}</math> is a column vector. |
Revision as of 20:04, 19 May 2008
Cramer's Rule is a method of solving systems of equations using matrices.
General Form for n variables
Cramer's Rule employs the matrix determinant to solve a system of n linear equations in n variables.
We wish to solve the general linear system for the vector . Here, is the coefficient matrix, is a column vector.
Let be the matrix formed by replacing the jth column of with .
Then, Cramer's Rule states that the general solution is
General Solution for 2 Variables
Given a system of two equations with constants
Cramer's Rule states that and can be found through determinants according to the following:
Example in 3 Variables
Here, $A = \left( \begin{array}{ccc} 1 & 2 & 3 & 3 & 1 & 2 & 2 & 3 & 1 \end{array} \right) \qquad \mathbf{b} = \left( \begin{array}{c} 14 & 11 & 11 \end{array} \right)$ (Error compiling LaTeX. Unknown error_msg)
Thus,
\[M_1 = \left( \begin{array}{ccc} 14 & 2 & 3 & 11 & 1 & 2 & 11 & 3 & 1 \end{array} \right) \qquad M_2 = \left( \begin{array}{ccc} 1 & 14 & 3 & 3 & 11 & 2 & 2 & 11 & 1 \end{array} \right) \qquad M_3 = \left( \begin{array}{ccc} 1 & 2 & 14 & 3 & 1 & 11 & 2 & 3 & 11 \end{array} \right)\] (Error compiling LaTeX. Unknown error_msg)
We calculate the determinants:
Finally, we solve the system: