General Case
Consider a system of n linear equations for n unknowns, represented in matrix multiplication form as follows:
|
|
where the n by n matrix has a nonzero determinant, and the vector is the column vector of the variables.
Then the theorem states that in this case the system has a unique solution, whose individual values for the unknowns are given by:
where is the matrix formed by replacing the ith column of by the column vector .
The rule holds for systems of equations with coefficients and unknowns in any field, not just in the real numbers. It has recently been shown that Cramer's rule can be implemented in O(n3) time, which is comparable to more common methods of solving systems of linear equations, such as Gaussian elimination.
Read more about this topic: Cramer's Rule
Famous quotes containing the words general and/or case:
“Towards him they bend
With awful reverence prone; and as a God
Extoll him equal to the highest in Heavn:
Nor faild they to express how much they praisd,
That for the general safety he despisd
His own: for neither do the Spirits damnd
Loose all thir vertue; lest bad men should boast
Thir specious deeds on earth, which glory excites,
Or close ambition varnisht oer with zeal.”
—John Milton (16081674)
“It is often the case that the man who cant tell a lie thinks he is the best judge of one.”
—Mark Twain [Samuel Langhorne Clemens] (18351910)