hw6: done 1 2 4 5
This commit is contained in:
parent
35fb578b29
commit
7f17583e90
2 changed files with 11 additions and 0 deletions
BIN
hw5/hw5.pdf
BIN
hw5/hw5.pdf
Binary file not shown.
11
hw5/hw5.tex
11
hw5/hw5.tex
|
@ -170,4 +170,15 @@ We now use Gaussian \textit{ellimination} to solve the system:
|
|||
\qquad
|
||||
\begin{bmatrix}a\\b\\c\\\end{bmatrix}=\begin{bmatrix}0\\-\frac15\\\frac35\\\end{bmatrix}
|
||||
\]
|
||||
|
||||
\section*{Question 5}
|
||||
\[\begin{bmatrix}1&0\\0&1\\-1&0\\0&-1\\1&0\\\end{bmatrix}\begin{bmatrix}a\\b\end{bmatrix}
|
||||
= \begin{bmatrix}\frac32\\2\\-\frac12\\-2\\1\end{bmatrix}\]
|
||||
\[\begin{bmatrix}1&0&-1&0&1\\0&1&0&-1&0\end{bmatrix}\begin{bmatrix}1&0\\0&1\\-1&0\\0&-1\\1&0\\\end{bmatrix}\begin{bmatrix}a\\b\end{bmatrix}
|
||||
=
|
||||
\begin{bmatrix}1&0&-1&0&1\\0&1&0&-1&0\end{bmatrix}\begin{bmatrix}\frac32\\2\\-\frac12\\-2\\1\end{bmatrix}\]
|
||||
\[\begin{bmatrix}3&0\\0&2\end{bmatrix}\begin{bmatrix}a\\b\end{bmatrix} =
|
||||
\begin{bmatrix}3\\2\end{bmatrix} \qquad \begin{bmatrix}a\\b\end{bmatrix} =
|
||||
\begin{bmatrix}1\\1\end{bmatrix}\]
|
||||
|
||||
\end{document}
|
||||
|
|
Reference in a new issue