how to find the inverse matrix?
is it possible to use \[\LARGE \left[\begin{array}{ccc} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{array} \right]\]
when you a square matrix A (with det(a) nor zero) then you reduce the matrix \[ (A\mid I) \] where I is the identity matrix of the same size as A
uhh what does that mean?
okay perhaps a demo...what is the inverse for \[\huge \left[\begin{array}{ccc} 1 & 2 & 0 \\ 3 & 0 & 2 \\ 1 & 1 & 0 \end{array} \right]\]
OK to find the inverse of the matrix you put, you construct the matrix \[ \LARGE \left[\begin{array}{ccc|ccc} 1 & 2 & 0 & 1 & 0 & 0\\ 3 & 0 & 2 & 0 & 1 & 0\\ 1 & 1 & 0 & 0 & 0 & 1 \end{array}\right] \] and find the RREF form.
okay two questions: 1) how do you do that line in the middle? 2) do we make the left side become 1 0 0 0 1 0 0 0 1 ??
for 1) do you want the latex code?
yup
\left[\begin{array}{ccc|ccc} \end{array}\right]
"\begin{array}{ccc|ccc} \end{array}"
\verb"\begin{array}{ccc|ccc} \end{array}"
begin{array}{ccc|ccc} end{array}
finally
for 2) yes. when and if you get I on the left side, if the matrix has inverse the it should appear on the right side
ohhh {ccc|ccc}
how can i make the second row 0 again?
i dont' understand
i have to make 3 become 0 right? so do i do -3R1 + r2?
yes \[ (-3)R_1+R_2\to R_2 \]
hmm ok i think im imagining it now thanks
ok you're welcome
Inverse of matrix calculator: http://www.emathhelp.net/calculators/inverse-of-matrix-calculator?i=%5B%5B1%2C2%2C0%5D%2C%5B3%2C0%2C2%5D%2C%5B1%2C1%2C0%5D%5D
Join our real-time social learning platform and learn together with your friends!