If you find any mistakes, please make a comment! Thank you.

Find all solutions to the systems of equations by row-reducing (3)

Solution to Linear Algebra Hoffman & Kunze Chapter 1.3 Exercise 1.3.3 Solution: The system $AX=2X$ is $$\left[\begin{array}{ccc}6&-4&0\\4&-2&0\\-1&0&3\end{array}\right]\left[\begin{array}{c}x\\y\\z\end{array}\right]=2\left[\begin{array}{c}x\\y\\z\end{array}\right]$$which is the same as \begin{alignat*}{1} 6x-4y&=2x\\ 4x-2y&=2y\\ -x+3z&=2z \end{alignat*}which is equivalent to \begin{alignat*}{1}…

Continue Reading

Find all solutions to the systems of equations by row-reducing (2)

Solution to Linear Algebra Hoffman & Kunze Chapter 1.3 Exercise 1.3.2 Solution: We have$$\rightarrow\left[\begin{array}{ccc}1&-3&0\\2&1&1\\3&-1&2\end{array}\right]\rightarrow\left[\begin{array}{ccc}1&-3&0\\0&7&1\\0&8&2\end{array}\right]\rightarrow\left[\begin{array}{ccc}1&-3&0\\0&1&1/7\\0&8&2\end{array}\right]$$ $$\rightarrow\left[\begin{array}{ccc}1&0&3/7\\0&1&1/7\\0&0&6/7\end{array}\right]\rightarrow\left[\begin{array}{ccc}1&0&3/7\\0&1&1/7\\0&0&1\end{array}\right]\rightarrow\left[\begin{array}{ccc}1&0&0\\0&1&1/7\\0&0&1\end{array}\right].$$Thus $A$ is row-equivalent to the identity matrix. It follows that the only solution to the…

Continue Reading

Find all solutions to the systems of equations by row-reducing (1)

Solution to Linear Algebra Hoffman & Kunze Chapter 1.3 Exercise 1.3.1 Solution: The matrix of coefficients is $$\left[\begin{array}{cc}1-i&-i\\2&1-i\end{array}\right].$$Row reducing $$\rightarrow \left[\begin{array}{cc}2&1-i\\1-i&-i\end{array}\right]\rightarrow\left[\begin{array}{cc}2&1-i\\0&0\end{array}\right] $$Thus $2x_1+(1-i)x_2=0$. Thus for any $x_2\in\mathbb C$, $(\frac12(i-1)x_2,x_2)$ is…

Continue Reading
Close Menu