Cramer Rule to solve Linear System of equations

checklist
Mark Yourself Question
  1. Grab a piece of paper and try this problem yourself.
  2. When you're done, check the "I have answered this question" box below.
  3. View the solution and report whether you got it right or wrong.

Cramer’s rule


  • If AA is an n×nn\times n invertible matrix and we wish to solve AX=BAX=B for X=[x1, , xn]TX=\left[x_1,\ \ldots,\ x_n\right]^T, then Cramer's Rule gives
xi=det(Ai)det(A)x_i=\frac{det\left(A_i\right)}{det\left(A\right)}
where AiA_i is the matrix obtained by replacing the iith column of AA with the column of BB.
More Cramer's Rule for Solving Linear Systems Questions: