Two Simple Proofs For Cramer's Rule: Frank The Giant Bunny April 9, 2016
Two Simple Proofs For Cramer's Rule: Frank The Giant Bunny April 9, 2016
where ek is the k th unit vector. The proof for Cramer’s rule usually begins with writing down the cofactor
expansion of det A. This note explains two alternative and simple approaches.
As explained in the page 476 of Meyer’s textbook1 , one can exploit the rank-one update form in (1). The
Matrix Determinant Lemma states that
where A is an n × n non-singular matrix and two vectors x, y are n × 1 column vectors. Then
where Ik is obtained from the identity matrix I by replacing the k th column by x. Then AIk directly yields
the matrix Ak in (1) without resort to rank-one update.
AIk = A e1 · · · , ek−1 , x, ek+1 , · · · , en
= Ae1 · · · , Aek−1 , Ax, Aek+1 , · · · , Aen
= A∗1 , · · · , A∗k−1 , b, A∗k+1 , · · · , A∗n
= Ak
Then,
det Ak
xk = det Ik = det A-1 AIk = det A-1 Ak = det A-1 det Ak =
det A
which exploits the fact that det M -1 = 1/ det M and det M N = det M det N for two square matrices M
and N of the same size.
1 Carl D. Meyer, Matrix Analysis and Applied Linear Algebra, SIAM, 2001.
2 Stephen M. Robinson, “A Short Proof of Cramer’s Rule”, Mathematics Magazine, 43(2), 94–95, 1970.