|-1 2 -3| |2 0 1| |3 -4 4|
what to do with the matrix?
evaluate the determinant
ive got a nice shortcut to a 3x3 that is similar to a 2x2
copy the first 2 columns on the end of it, and multiply the diags up and down; top goes negative and bottom goes positive, then add the results
\[\left[\begin{matrix}-1 & 2 & -3 \\ 2 & 0 & 1 \\ 3 &-4 &4\end{matrix}\right]=-1\left[\begin{matrix}0 & 1 \\ -4 & 4\end{matrix}\right]-2\left[\begin{matrix}2 & 1 \\ 3 & 4\end{matrix}\right]-3\left[\begin{matrix}2 & 0 \\ 3 & -4\end{matrix}\right]\] \[-1\left[\begin{matrix}0 & 1 \\ -4 & 4\end{matrix}\right] =-1*[0*4-(-4)*1]=-4\] \[-2\left[\begin{matrix}2 & 1 \\ 3 & 4\end{matrix}\right]=-2*[2*4-3]=-10\] \[-3\left[\begin{matrix}2 & 0 \\ 3 & -4\end{matrix}\right]=-3[2*(-4)-3*0]=24\] -4 - 10 +24=10
-(0 +4 +16) -1 2 -3 -1 2 2 0 1 2 0 3 -4 4 3 -4 +(0 +6 +24)
30-20=10 yep
surdawi has the usual method that is taught ....
|dw:1353033675029:dw|
just like amistre64 do
Join our real-time social learning platform and learn together with your friends!