Given matrix A = "\\left[ {\\begin{array}{cc}\n 4 & 3 & 5 \\\\\n 1 & 3 & -5 \\\\\n 2 & 1 & 5 \\\\\n \\end{array} } \\right]"
1) By expanding along the second row,
det(A) = (-1) "\\begin{vmatrix}\n 3 & 5 \\\\\n 1 & 5\n\\end{vmatrix}" + 3 "\\begin{vmatrix}\n 4 & 5 \\\\\n 2 & 5\n\\end{vmatrix}" - (-5) "\\begin{vmatrix}\n 4 & 3 \\\\\n 2 & 1\n\\end{vmatrix}"
= (-1)(15-5) + 3(20-10) + 5(4-6) = -10 + 30 -10 = 10
2) Now since D = det(A) "\\neq" 0, so Cramers rule can be used to solve the given system of equation AX=b where X = [x y z]' , b = [0 0 a]' and a "\\neq" 0.
Now Dx = "\\left|\n\\begin{array}{cc} \n0 & 3 & 5 \\\\ \n0 & 3 & -5 \\\\\na & 1 & 5 \\\\ \n\\end{array}\n\\right|" = a(-15-15) = -30a "\\neq" 0 (expanding along the first column)
Dy = "\\left|\n\\begin{array}{cc} \n4 & 0 & 5 \\\\ \n1 & 0 & -5 \\\\\n2 & a & 5 \\\\ \n\\end{array}\n\\right|" = -a(-20-5) = 25a "\\neq" 0 (expanding along the second column)
Dz = "\\left|\n\\begin{array}{cc} \n4 & 3 & 0 \\\\ \n1 & 3 & 0 \\\\\n2 & 1 & a \\\\ \n\\end{array}\n\\right|" = a(12-3) = 9a "\\neq" 0 (expanding along the third column)
So solution of the given system is
"x = \\frac{D_x}{D} = \\frac{-30a}{10} = -3a, y = \\frac{D_y}{D} = \\frac{25a}{10} = 2.5a, z = \\frac{D_z}{D} = \\frac{9a}{10} = 0.9a"
Comments
Dear Thabisile Ndlovu, You are welcome. We are glad to be helpful. If you liked our service, please press a like-button beside the answer field. Thank you!
Very helpful
Leave a comment