Consider the following augmented matrix 1 -1 2 1
3 -1 5 -2
-4 2 2x^2-8 x+2
Determine the values of x for which the system has
(i) no solution,
(ii) exactly one solution,
(iii) infinitely many solutions
Let A = "\\begin{bmatrix}\n 1 & -1 & 2 & 1\\\\\n 3 & -1 & 5 & -2\\\\\n-4 & 2 & 2x^2-8 & x+2\n\\end{bmatrix}"
"R_2=R_2-3R_1"
"R_3=R_3+4R_1"
"R_2=R_2\/2"
"R_1=R_1+R_2"
"R_3=R_3+2R_2"
I) no solution
Ii) exactly one solution
Iii) infinitely many solutions
Comments
Leave a comment