7 Linear Algebra IV

In this class,

  1. Reconsider the matrix:

    \begin{displaymath}
A =
\left(
\begin{array}{rrrr}
4 & 3 & -5 & 6 \\
1 & ...
... \\
0 & -5 & 1 & 7 \\
8 & 9 & 0 & 15
\end{array} \right)
\end{displaymath}

    Find the determinant of this matrix using Gaussian elimination. Compare to your earlier result. Find one row or column (state which row or column you took) of the inverse matrix using minors. (Use your earlier results, if correct, to cut down on the work.)

  2. For the matrix

    \begin{displaymath}
A =
\left(
\begin{array}{rrr}
11 & 0 & -5 \\
0 & 1 & 0 \\
4 & -7 & 9
\end{array} \right)
\end{displaymath}

    find the inverse both using minors and using Gaussian elimination. Make sure the result is the same.

  3. For the matrix

    \begin{displaymath}
A =
\left(
\begin{array}{rrr}
6 & -2 \\
-3 & 4
\end{array} \right)
\end{displaymath}

    find the eigenvalues and eigenvectors. Take $\lambda_1$ to be the larger of the eigenvalues and $\lambda_2$ the smaller one. Is the matrix defective? Singular? What is the rank?

  4. Take the two eigenvectors of the previous problem to be $(2,1-\sqrt7)$ and $(2,1+\sqrt7)$. (The eigenvectors that you found may have been different by some scalar factor.) Suppose you use the given two eigenvectors now as the basis of a new coordinate system. How do the coordinates $v_1,v_2$ of a vector $\vec v$ in the old coordinate system relate to the ones $v_1',v_2'$ in the new coordinate system and vice versa? The instructor said that matrix $A'=P^{-1}AP$ in the new coordinates is a diagonal matrix. Verify that by direct matrix multiplication. Are the eigenvalues on the main diagonal? In the same order as the corresponding eigenvectors in $P$?

  5. For the matrix

    \begin{displaymath}
A =
\left(
\begin{array}{rrrr}
-2 & 1 & 0 & 0 \\
1 & ...
... 1 \\
0 & 0 & 0 & 0 \\
0 & 0 & 0 & 0
\end{array} \right)
\end{displaymath}

    find the eigenvalues and eigenvectors. Is the matrix defective? Singular? What is the rank?