Skip to main content

Exercises 4.8 Practice Exam on Determinants and Such

Here are some exercises from the Hefferon's text which you should try, the answers to all of these can be found in the Answers to Exercises supplement for Hefferon's text. You do not need to hand in these exercises.

Additionally, be sure you can define the following: Determinants, Cofactors, Minor Matrix, Eigenvector, Eigenvalue, Characteristic Polynomial, Similar Matrices, Diagonalizable, Singular, Non-Singular

Practice Exam:

In addition to the practice problems above below are the questions for your practice exam, these must be turned in when you come in for the exam. The practice exam counts for 5% of your exam grade and can earn you back 15% of any points you loose on the in-class portion of the exam.

1.

Define Minor Matrix \(A_{ij}\).

2.

Define Eigenvector.

3.

Define Characteristic Polynomial.

4.

Define Similar Matrices.

5.

Given that \(C\) and \(D\) are \(n\times n\) matrices, that \(det(C)=4\text{,}\) and that \(det(D)=-7\) find the value of

\begin{equation*} det\left( 5\, C^2\, D^{-1} \right). \end{equation*}
Hint

Your answer will be in terms of \(n\text{.}\)

6.

Suppose that \(T\) and \(R\) are similar matrices and that \(det\left(T\right)=9\) what is the determinant of \(R\text{,}\) and why.

Hint

You will need to use the definition of similar matrices.

7.

Show that the determinant of the matrix

\begin{equation*} A=\left[ \begin{array}{rrr} 2 \amp 0 \amp 8\\ 0 \amp 3 \amp 2\\ 7 \amp 4 \amp 9 \end{array} \right] \end{equation*}

is equal to -130 by expanding down the first column.

8.

Show that the determinant of the matrix

\begin{equation*} A=\left[ \begin{array}{rrr} 2 \amp 0 \amp 8\\ 0 \amp 3 \amp 2\\ 7 \amp 4 \amp 9 \end{array} \right] \end{equation*}

is equal to -130 by expanding along the second row.

9.

Show that the determinant of the matrix

\begin{equation*} A=\left[ \begin{array}{rrr} 2 \amp 0 \amp 8\\ 0 \amp 3 \amp 2\\ 7 \amp 4 \amp 9 \end{array} \right] \end{equation*}

is equal to -130 by first reducing it to row echelon form.

10.

Find the eigenvalues of the matrix

\begin{equation*} B=\left[ \begin{array}{rr} 1 \amp 1\\ 2 \amp 0\\ \end{array} \right], \end{equation*}

you should get \(\lambda_1=2\) and \(\lambda_2=-1\text{.}\)

Hint

First find the characteristic polynomial for \(B\text{.}\)

11.

Find the eigenvectors of the matrix

\begin{equation*} B=\left[ \begin{array}{rr} 1 \amp 1\\ 2 \amp 0\\ \end{array} \right], \end{equation*}

you should get \(\vec{v}_1=\left\lt1,1\right\gt\) and \(\vec{v}_2=\left\lt1,-2\right\gt\text{.}\)

Hint

Use the results from the previous problem and solve the equations \(B\vec{v}_i=\lambda_i\vec{v}_i\text{.}\)

12.

Find matrices \(P\) and \(D\) such that \(B=P\, D\, P^{-1}\) where

\begin{equation*} B=\left[ \begin{array}{rr} 1 \amp 1\\ 2 \amp 0\\ \end{array} \right], \end{equation*}

and \(D\) is a diagonal matrix.

Hint

Use the information from the previous two problems.