Ligningssystem 3x3-matrise
Posted: 20/09-2008 22:22
Jeg forsøkte å løse et ligningssystem med [tex]X=A^{-1}B[/tex]-metoden. Jeg klarer å vise at det finnes kun én løsning, men jeg klarer ikke å finne løsningen. Den rette løsningen er x=0, y=-1 og z=1. Her er utregningen min. (Jeg har ikke tatt med alle mellomregningene, men hovedpunktene er der. Hva har jeg gjort galt?
[tex]\left{\begin{matrix} 3x & -2y & +z & =3 \\ x & -y & -z & =0 \\ -2x & & +z & =1\end{matrix} \right} \, \rightarrow \, AX=B \, \rightarrow \, \left[\begin{matrix} 3 & -2 & 1 \\ 1 & -1 & -1 \\ -2 & 0 & 1 \end{matrix}\right]\left[\begin{matrix} x \\ y \\z \end{matrix}\right]=\left[\begin{matrix} 3 \\ 0 \\ 1 \end{matrix}\right] \\ \det(A)=-1 \, \Leftrightarrow \, X=A^{-1}B \\ A^{-1}=\frac{1}{\det(A)}adj(A) \\ adj(A)=\left[\begin{matrix} 3 & 2 & 1 \\ -1 & -1 & 1 \\ 2 & 0 & -1 \end{matrix}\right] \\ A^{-1}=-1\cdot adj(A)=\left[\begin{matrix} -3 & -2 & -1 \\ 1 & 1 & -1 \\ -2 & 0 & 1 \end{matrix}\right] \\ X=A^{-1}B=\left[\begin{matrix} -3 & -2 & -1 \\ 1 & 1 & -1 \\ -2 & 0 & 1 \end{matrix}\right]\left[\begin{matrix} 3 \\ 0 \\ 1 \end{matrix}\right]=\left[\begin{matrix} -10 \\ 2 \\ 5 \end{matrix}\right] \\ x=-10 \\ y=2 \\ z=5[/tex]
All hjelp mottas med takk.
[tex]\left{\begin{matrix} 3x & -2y & +z & =3 \\ x & -y & -z & =0 \\ -2x & & +z & =1\end{matrix} \right} \, \rightarrow \, AX=B \, \rightarrow \, \left[\begin{matrix} 3 & -2 & 1 \\ 1 & -1 & -1 \\ -2 & 0 & 1 \end{matrix}\right]\left[\begin{matrix} x \\ y \\z \end{matrix}\right]=\left[\begin{matrix} 3 \\ 0 \\ 1 \end{matrix}\right] \\ \det(A)=-1 \, \Leftrightarrow \, X=A^{-1}B \\ A^{-1}=\frac{1}{\det(A)}adj(A) \\ adj(A)=\left[\begin{matrix} 3 & 2 & 1 \\ -1 & -1 & 1 \\ 2 & 0 & -1 \end{matrix}\right] \\ A^{-1}=-1\cdot adj(A)=\left[\begin{matrix} -3 & -2 & -1 \\ 1 & 1 & -1 \\ -2 & 0 & 1 \end{matrix}\right] \\ X=A^{-1}B=\left[\begin{matrix} -3 & -2 & -1 \\ 1 & 1 & -1 \\ -2 & 0 & 1 \end{matrix}\right]\left[\begin{matrix} 3 \\ 0 \\ 1 \end{matrix}\right]=\left[\begin{matrix} -10 \\ 2 \\ 5 \end{matrix}\right] \\ x=-10 \\ y=2 \\ z=5[/tex]
All hjelp mottas med takk.