Find the nullity and the range of the space spanned by ๐ข = (1,0,2), ๐ฃ = (โ3,1,1), ๐ค = (0,1,4) and ๐ฅ = (โ1, โ3,5)
"\\begin{bmatrix}\n 1&-3&0&-1\\\\\n 0&1&1&-3\\\\2&1&4&5\n\\end{bmatrix}"
"R_3-2R_1\\to\\>R_3"
"R_1+3R_2\\to\\>R_1"
"\\begin{pmatrix}\n 1&&0&&3& &-10\\\\\n 0&&1&&1&&-3\\\\\n0&&7&&4&&7\n\\end{pmatrix}"
"\\frac{R_3-7R_2}{-3}\\to\\>R_3"
"\\begin{pmatrix}\n 1&&0&& 3&&-10 \\\\\n 0&&1& & 1&&-3\\\\\n0&&0&&1&&\\frac{-28}{3}\n\\end{pmatrix}"
"R_1-3R_3\\to\\>R_1"
"R_2-R_3\\to\\>R_2"
rref is "\\begin{bmatrix}\n 1&0&0& 18 \\\\\n 0&1&0&\\frac{19}{3}\\\\0&0&1&-\\frac{28}{3}\n\\end{bmatrix}"
Nullity =1
Range="[\\begin{bmatrix}\n 1 \\\\0\\\\\n 2\n\\end{bmatrix},\\begin{bmatrix}\n -3 \\\\1\\\\\n 1\n\\end{bmatrix},\\begin{bmatrix}\n 0\\\\\n 1\\\\4\n\\end{bmatrix}]"
Comments
Leave a comment