Category: Linear Algebra

Prove that the Dot Product is Commutative: $\mathbf{v}\cdot \mathbf{w}= \mathbf{w} \cdot \mathbf{v}$

Problem 637

Let $\mathbf{v}$ and $\mathbf{w}$ be two $n \times 1$ column vectors.

(a) Prove that $\mathbf{v}^\trans \mathbf{w} = \mathbf{w}^\trans \mathbf{v}$.

(b) Provide an example to show that $\mathbf{v} \mathbf{w}^\trans$ is not always equal to $\mathbf{w} \mathbf{v}^\trans$.

 
Read solution

LoadingAdd to solve later

Matrix Operations with Transpose

Problem 636

Calculate the following expressions, using the following matrices:
\[A = \begin{bmatrix} 2 & 3 \\ -5 & 1 \end{bmatrix}, \qquad B = \begin{bmatrix} 0 & -1 \\ 1 & -1 \end{bmatrix}, \qquad \mathbf{v} = \begin{bmatrix} 2 \\ -4 \end{bmatrix}\]

(a) $A B^\trans + \mathbf{v} \mathbf{v}^\trans$.

(b) $A \mathbf{v} – 2 \mathbf{v}$.

(c) $\mathbf{v}^{\trans} B$.

(d) $\mathbf{v}^\trans \mathbf{v} + \mathbf{v}^\trans B A^\trans \mathbf{v}$.

 
Read solution

LoadingAdd to solve later

The Vector $S^{-1}\mathbf{v}$ is the Coordinate Vector of $\mathbf{v}$

Problem 632

Suppose that $B=\{\mathbf{v}_1, \mathbf{v}_2\}$ is a basis for $\R^2$. Let $S:=[\mathbf{v}_1, \mathbf{v}_2]$.
Note that as the column vectors of $S$ are linearly independent, the matrix $S$ is invertible.

Prove that for each vector $\mathbf{v} \in V$, the vector $S^{-1}\mathbf{v}$ is the coordinate vector of $\mathbf{v}$ with respect to the basis $B$.

 
Read solution

LoadingAdd to solve later

Find Eigenvalues, Eigenvectors, and Diagonalize the 2 by 2 Matrix

Problem 630

Consider the matrix $A=\begin{bmatrix}
a & -b\\
b& a
\end{bmatrix}$, where $a$ and $b$ are real numbers and $b\neq 0$.

(a) Find all eigenvalues of $A$.

(b) For each eigenvalue of $A$, determine the eigenspace $E_{\lambda}$.

(c) Diagonalize the matrix $A$ by finding a nonsingular matrix $S$ and a diagonal matrix $D$ such that $S^{-1}AS=D$.

 
Read solution

LoadingAdd to solve later

Subspace Spanned by Trigonometric Functions $\sin^2(x)$ and $\cos^2(x)$

Problem 612

Let $C[-2\pi, 2\pi]$ be the vector space of all real-valued continuous functions defined on the interval $[-2\pi, 2\pi]$.
Consider the subspace $W=\Span\{\sin^2(x), \cos^2(x)\}$ spanned by functions $\sin^2(x)$ and $\cos^2(x)$.

(a) Prove that the set $B=\{\sin^2(x), \cos^2(x)\}$ is a basis for $W$.

(b) Prove that the set $\{\sin^2(x)-\cos^2(x), 1\}$ is a basis for $W$.

 
Read solution

LoadingAdd to solve later