Microsoft Store
 

Cramer's rule


 

Cramer's rule is a theorem in linear algebra, which gives the solution of a system of linear equations in terms of determinants. It is named after Gabriel Cramer (1704 - 1752).

Elementary formulation

The system of equations is represented in matrix multiplication form as:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:Ax = c

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

where the square matrix A is invertible and the vector x is the column vector of the variables: ( x_i ).

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

The theorem then states that:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:x_i = { det(A_i) over det(A)}

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

where A_i is the matrix formed by replacing the ith column of A by the column vector c.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~