Tagged: eigenvector

Determinant of a General Circulant Matrix

Problem 374

Let \[A=\begin{bmatrix}
a_0 & a_1 & \dots & a_{n-2} &a_{n-1} \\
a_{n-1} & a_0 & \dots & a_{n-3} & a_{n-2} \\
a_{n-2} & a_{n-1} & \dots & a_{n-4} & a_{n-3} \\
\vdots & \vdots & \dots & \vdots & \vdots \\
a_{2} & a_3 & \dots & a_{0} & a_{1}\\
a_{1} & a_2 & \dots & a_{n-1} & a_{0}
\end{bmatrix}\] be a complex $n \times n$ matrix.
Such a matrix is called circulant matrix.
Then prove that the determinant of the circulant matrix $A$ is given by
\[\det(A)=\prod_{k=0}^{n-1}(a_0+a_1\zeta^k+a_2 \zeta^{2k}+\cdots+a_{n-1}\zeta^{k(n-1)}),\] where $\zeta=e^{2 \pi i/n}$ is a primitive $n$-th root of unity.

 
Read solution

LoadingAdd to solve later

Compute Power of Matrix If Eigenvalues and Eigenvectors Are Given

Problem 373

Let $A$ be a $3\times 3$ matrix. Suppose that $A$ has eigenvalues $2$ and $-1$, and suppose that $\mathbf{u}$ and $\mathbf{v}$ are eigenvectors corresponding to $2$ and $-1$, respectively, where
\[\mathbf{u}=\begin{bmatrix}
1 \\
0 \\
-1
\end{bmatrix} \text{ and } \mathbf{v}=\begin{bmatrix}
2 \\
1 \\
0
\end{bmatrix}.\] Then compute $A^5\mathbf{w}$, where
\[\mathbf{w}=\begin{bmatrix}
7 \\
2 \\
-3
\end{bmatrix}.\]

 
Read solution

LoadingAdd to solve later

Quiz 11. Find Eigenvalues and Eigenvectors/ Properties of Determinants

Problem 363

(a) Find all the eigenvalues and eigenvectors of the matrix
\[A=\begin{bmatrix}
3 & -2\\
6& -4
\end{bmatrix}.\]

(b) Let
\[A=\begin{bmatrix}
1 & 0 & 3 \\
4 &5 &6 \\
7 & 0 & 9
\end{bmatrix} \text{ and } B=\begin{bmatrix}
2 & 0 & 0 \\
0 & 3 &0 \\
0 & 0 & 4
\end{bmatrix}.\] Then find the value of
\[\det(A^2B^{-1}A^{-2}B^2).\] (For part (b) without computation, you may assume that $A$ and $B$ are invertible matrices.)

 
Read solution

LoadingAdd to solve later

Solve a Linear Recurrence Relation Using Vector Space Technique

Problem 321

Let $V$ be a real vector space of all real sequences
\[(a_i)_{i=1}^{\infty}=(a_1, a_2, \dots).\] Let $U$ be a subspace of $V$ defined by
\[U=\{(a_i)_{i=1}^{\infty}\in V \mid a_{n+2}=2a_{n+1}+3a_{n} \text{ for } n=1, 2,\dots \}.\] Let $T$ be the linear transformation from $U$ to $U$ defined by
\[T\big((a_1, a_2, \dots)\big)=(a_2, a_3, \dots). \]

(a) Find the eigenvalues and eigenvectors of the linear transformation $T$.

(b) Use the result of (a), find a sequence $(a_i)_{i=1}^{\infty}$ satisfying $a_1=2, a_2=7$.

 
Read solution

LoadingAdd to solve later

Basis with Respect to Which the Matrix for Linear Transformation is Diagonal

Problem 315

Let $P_1$ be the vector space of all real polynomials of degree $1$ or less. Consider the linear transformation $T: P_1 \to P_1$ defined by
\[T(ax+b)=(3a+b)x+a+3,\] for any $ax+b\in P_1$.

(a) With respect to the basis $B=\{1, x\}$, find the matrix of the linear transformation $T$.

(b) Find a basis $B’$ of the vector space $P_1$ such that the matrix of $T$ with respect to $B’$ is a diagonal matrix.

(c) Express $f(x)=5x+3$ as a linear combination of basis vectors of $B’$.

 
Read solution

LoadingAdd to solve later

Matrix of Linear Transformation with respect to a Basis Consisting of Eigenvectors

Problem 314

Let $T$ be the linear transformation from the vector space $\R^2$ to $\R^2$ itself given by
\[T\left( \begin{bmatrix}
x_1 \\
x_2
\end{bmatrix} \right)= \begin{bmatrix}
3x_1+x_2 \\
x_1+3x_2
\end{bmatrix}.\]

(a) Verify that the vectors
\[\mathbf{v}_1=\begin{bmatrix}
1 \\
-1
\end{bmatrix} \text{ and } \mathbf{v}_2=\begin{bmatrix}
1 \\
1
\end{bmatrix}\] are eigenvectors of the linear transformation $T$, and conclude that $B=\{\mathbf{v}_1, \mathbf{v}_2\}$ is a basis of $\R^2$ consisting of eigenvectors.

(b) Find the matrix of $T$ with respect to the basis $B=\{\mathbf{v}_1, \mathbf{v}_2\}$.

 
Read solution

LoadingAdd to solve later

Solve Linear Recurrence Relation Using Linear Algebra (Eigenvalues and Eigenvectors)

Problem 310

Let $V$ be a real vector space of all real sequences
\[(a_i)_{i=1}^{\infty}=(a_1, a_2, \dots).\] Let $U$ be the subspace of $V$ consisting of all real sequences that satisfy the linear recurrence relation
\[a_{k+2}-5a_{k+1}+3a_{k}=0\] for $k=1, 2, \dots$.
Let $T$ be the linear transformation from $U$ to $U$ defined by
\[T\big((a_1, a_2, \dots)\big)=(a_2, a_3, \dots). \]

Let $B=\{\mathbf{u}_1, \mathbf{u}_2\}$ be a basis of $U$, where
\begin{align*}
\mathbf{u}_1&=(1, 0, -3, -15, -66, \dots)\\
\mathbf{u}_2&=(0, 1, 5, 22, 95, \dots).
\end{align*}
Let $A$ be the matrix representation of the linear transformation $T: U \to U$ with respect to the basis $B$.

(a) Find the eigenvalues and eigenvectors of $T$.

(b) Use the result of (a), find a sequence $(a_i)_{i=1}^{\infty}$ satisfying the linear recurrence relation $a_{k+2}-5a_{k+1}+3a_{k}=0$ and the initial condition $a_1=1, a_2=1$.

(c) Find the formula for the sequences $(a_i)_{i=1}^{\infty}$ satisfying the linear recurrence relation $a_{k+2}-5a_{k+1}+3a_{k}=0$ and express it using $a_1, a_2$.

Read solution

LoadingAdd to solve later

Linear Combination of Eigenvectors is Not an Eigenvector

Problem 258

Suppose that $\lambda$ and $\mu$ are two distinct eigenvalues of a square matrix $A$ and let $\mathbf{x}$ and $\mathbf{y}$ be eigenvectors corresponding to $\lambda$ and $\mu$, respectively.
If $a$ and $b$ are nonzero numbers, then prove that $a \mathbf{x}+b\mathbf{y}$ is not an eigenvector of $A$ (corresponding to any eigenvalue of $A$).

 
Read solution

LoadingAdd to solve later

Orthogonality of Eigenvectors of a Symmetric Matrix Corresponding to Distinct Eigenvalues

Problem 235

Suppose that a real symmetric matrix $A$ has two distinct eigenvalues $\alpha$ and $\beta$.
Show that any eigenvector corresponding to $\alpha$ is orthogonal to any eigenvector corresponding to $\beta$.

(Nagoya University, Linear Algebra Final Exam Problem)
 
Read solution

LoadingAdd to solve later

Two Matrices with the Same Characteristic Polynomial. Diagonalize if Possible.

Problem 216

Let
\[A=\begin{bmatrix}
1 & 3 & 3 \\
-3 &-5 &-3 \\
3 & 3 & 1
\end{bmatrix} \text{ and } B=\begin{bmatrix}
2 & 4 & 3 \\
-4 &-6 &-3 \\
3 & 3 & 1
\end{bmatrix}.\] For this problem, you may use the fact that both matrices have the same characteristic polynomial:
\[p_A(\lambda)=p_B(\lambda)=-(\lambda-1)(\lambda+2)^2.\]

(a) Find all eigenvectors of $A$.

(b) Find all eigenvectors of $B$.

(c) Which matrix $A$ or $B$ is diagonalizable?

(d) Diagonalize the matrix stated in (c), i.e., find an invertible matrix $P$ and a diagonal matrix $D$ such that $A=PDP^{-1}$ or $B=PDP^{-1}$.

(Stanford University Linear Algebra Final Exam Problem)
 
Read solution

LoadingAdd to solve later

How to Diagonalize a Matrix. Step by Step Explanation.

Problem 211

In this post, we explain how to diagonalize a matrix if it is diagonalizable.

As an example, we solve the following problem.

Diagonalize the matrix
\[A=\begin{bmatrix}
4 & -3 & -3 \\
3 &-2 &-3 \\
-1 & 1 & 2
\end{bmatrix}\] by finding a nonsingular matrix $S$ and a diagonal matrix $D$ such that $S^{-1}AS=D$.

(Update 10/15/2017. A new example problem was added.)
Read solution

LoadingAdd to solve later

Maximize the Dimension of the Null Space of $A-aI$

Problem 200

Let
\[ A=\begin{bmatrix}
5 & 2 & -1 \\
2 &2 &2 \\
-1 & 2 & 5
\end{bmatrix}.\]

Pick your favorite number $a$. Find the dimension of the null space of the matrix $A-aI$, where $I$ is the $3\times 3$ identity matrix.

Your score of this problem is equal to that dimension times five.

(The Ohio State University Linear Algebra Practice Problem)
 
Read solution

LoadingAdd to solve later

Given All Eigenvalues and Eigenspaces, Compute a Matrix Product

Problem 189

Let $C$ be a $4 \times 4$ matrix with all eigenvalues $\lambda=2, -1$ and eigensapces
\[E_2=\Span\left \{\quad \begin{bmatrix}
1 \\
1 \\
1 \\
1
\end{bmatrix} \quad\right \} \text{ and } E_{-1}=\Span\left \{ \quad\begin{bmatrix}
1 \\
2 \\
1 \\
1
\end{bmatrix},\quad \begin{bmatrix}
1 \\
1 \\
1 \\
2
\end{bmatrix} \quad\right\}.\]

Calculate $C^4 \mathbf{u}$ for $\mathbf{u}=\begin{bmatrix}
6 \\
8 \\
6 \\
9
\end{bmatrix}$ if possible. Explain why if it is not possible!

(The Ohio State University Linear Algebra Exam Problem)
 
Read solution

LoadingAdd to solve later

Two Eigenvectors Corresponding to Distinct Eigenvalues are Linearly Independent

Problem 187

Let $A$ be an $n\times n$ matrix. Suppose that $\lambda_1, \lambda_2$ are distinct eigenvalues of the matrix $A$ and let $\mathbf{v}_1, \mathbf{v}_2$ be eigenvectors corresponding to $\lambda_1, \lambda_2$, respectively.

Show that the vectors $\mathbf{v}_1, \mathbf{v}_2$ are linearly independent.

 
Read solution

LoadingAdd to solve later