Skip to main content

Section 4.3 Cramer’s Rule

Given a matrix equation \(A\mathbf{x}=\mathbf{b}\text{,}\) where \(A\) is an \(n \times n\) matrix. Let \(A_i(\mathbf{b})\) be the matrix obtained from \(A\) by replacing column \(i\) by the vector \(\mathbf{b}\text{.}\)
\begin{equation*} \begin{array}{llcll} A_i(\mathbf{b})=[\mathbf{a}_1 \amp \cdots \amp \mathbf{b} \amp \cdots \amp \mathbf{a}_n]\\ \amp\amp\uparrow\amp\amp\\ \amp\amp\text{col } i\amp\amp \end{array} \end{equation*}

Example 4.3.2.

Use Cramer’s Rule to solve the system of linear equations.
\begin{align*} 2x_1-x_2\amp=5\\ 3x_1-5x_2\amp=11 \end{align*}