Given system can be written in matrix form as "AX = b"
where "A = \\begin{bmatrix}\n1 & 1 & 1\\\\\n-2 & -1 & 3 \\\\\n0 & 1 & 5\n\\end{bmatrix}", "X = \\begin{bmatrix}\nx \\\\\ny \\\\\nz\n\\end{bmatrix}, \nb = \\begin{bmatrix}\n4 \\\\ \n1 \\\\ \n9\n\\end{bmatrix}".
Now, By expending with the first row "|A| = 1(-5-3)-1(-10)+1(-2) = -8+10-2 = 0"
So, "\\rho(A)<3."
Now, "\\begin{vmatrix}\n1 & 1 \\\\\n-2 & -1 \n\\end{vmatrix} = -1+2 = 1 \\neq 0" .
So, "\\rho(A) = 2" and number of variable to be let "= 3-\\rho(A) = 1."
We let "z = k."
So, from given first two equations:
"x+y=4-k \\\\\n-2x-y = 1-3k"
Which can be written as "\\begin{bmatrix}\n1 & 1\\\\\n-2 & -1\n\\end{bmatrix} \n\\begin{bmatrix}\nx \\\\\ny\n\\end{bmatrix} = \n\\begin{bmatrix}\n4-k\\\\\n1-3k\n\\end{bmatrix}"
i.e. "A_1 X_1 = b_1" and "|A_1| = 1 \\neq 0" .
So, Inverse method can apply in "A_1 X_1 = b_1",
"\\implies X_1 = A_1^{-1} b_1"
"\\implies \n\\begin{bmatrix}\nx \\\\\ny\n\\end{bmatrix} = \n\\begin{bmatrix}\n-1 & -1\\\\\n2 & 1\n\\end{bmatrix} \n\\begin{bmatrix}\n4-k\\\\\n1-3k\n\\end{bmatrix}" "= \\begin{bmatrix}\n4k-5\\\\\n-5k+9\n\\end{bmatrix}".
So, Solution of given system of equation is
"x =4k-5, y = -5k+9, z= k" where "k" is any real number.
Comments
Leave a comment