State Cramer’s rule. Show graphically how a system of two equations in
two unknowns has:
(i) no solution, (ii) a unique, (iii) infinitely many solutions.
Cramer’s rule:
The solution of the simultaneous equations
"\\begin{cases}\na_1x+b_1y=d_1\n\\\\\na_2x+b_2y=d_2\n\n\\end{cases}"
is given by the formulae
"x=\\frac{\\begin{vmatrix}\n d_1 & b_1 \\\\\n d_2 & b_2\n\\end{vmatrix}\n\n}{\\begin{vmatrix}\n a_1 & b_1 \\\\\n a_2 & b_2\n\\end{vmatrix}}" "y=\\frac{\\begin{vmatrix}\n a_1 & d_1 \\\\\n a_2 & d_2\n\\end{vmatrix}\n\n}{\\begin{vmatrix}\n a_1 & b_1 \\\\\n a_2 & b_2\n\\end{vmatrix}}"
(i) "\\begin{cases}\nx-y=0\n\\\\\nx-y=1\n\n\\end{cases}"
This system has no solution.
ii)"\\begin{cases}\nx-y=0\n\\\\\nx+y=0\n\n\\end{cases}"
This system has a unique solution.
(iii) "\\begin{cases}\nx-y=1\n\\\\\n2x-2y=2\n\\end{cases}"
This system has infinitely many solutions.
Comments
Leave a comment