Spring 19 SE201 (Hyosang Kang) Due 3/15 23:59
Find a third equation that can't be solved if
Apply elimination to the system
Prove that the product of two lower triangular matrices is lower triangular.
Let $A = \begin{bmatrix} 1 & 1 & 0 \ 4 & 6 & 0 \ -2 & 2 & 0 \end{bmatrix}$. Find constants
where
Factor $A = \begin{bmatrix} 2 & 3 & 3 \ 0 & 5 & 7 \ 6 & 9 & 8 \end{bmatrix}$ into
using series of two equations
Find
and find four conditions on
Use Gauss-Jordan method to invert
Prove that
True or false (with a counterexample if false and a reason if ture):
- A
$4$ -by-$4$ matrix with a row of zeros is not invertible. - A matrix with $1$s down the main diagonal is invertible.
- if
$A$ is invertible then$A^{-1}$ is invertible. - If
$A^T$ is invertible then$A$ is invertible.
Answer the six questions for $$A = \begin{bmatrix} 2 & 4 & 6 & 4 \ 2 & 5 & 7 & 6 \ 2 & 3 & 5 & 2 \end{bmatrix},\quad b = \begin{bmatrix} b_1 \ b_2 \ b_3 \end{bmatrix} = \begin{bmatrix} 4 \ 3 \ 5 \end{bmatrix}$$
- Reduce
$[A,,d]$ to$[U,,c]$ where$U$ is the row echelon form of$A$ . - Find the condition on
$b_1,b_2,b_3$ to have a solution. - Describe the column space of
$A$ in$\mathbf R^3$ . - Describe the null space of
$A$ and find special solutions in$\mathbf R^4$ . - Find a paricular solution.
- Reduce
$[U,,c]$ to$[R,,d]$ where$R$ is the reduced row echelon form, and derive special solutions from$R$ and particular solution from$d$ .
Prove that for
Find the dimension of column space and row space of
Find a basis for each of these subspaces of
- All vectors whose components are equal.
- All vectors whose components add to zero.
- All vectors that are perpendicular to
$(1,1,0,0)$ and$(1,0,1,1)$ . - The null space of $U = \begin{bmatrix} 1 & 0 & 1 & 0 & 1 \ 0 & 1 & 0 & 1 & 0 \end{bmatrix}$