Tagged: 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

Find a Basis of the Subspace Spanned by Four Polynomials of Degree 3 or Less

Problem 607

Let $\calP_3$ be the vector space of all polynomials of degree $3$ or less.
Let
\[S=\{p_1(x), p_2(x), p_3(x), p_4(x)\},\] where
\begin{align*}
p_1(x)&=1+3x+2x^2-x^3 & p_2(x)&=x+x^3\\
p_3(x)&=x+x^2-x^3 & p_4(x)&=3+8x+8x^3.
\end{align*}

(a) Find a basis $Q$ of the span $\Span(S)$ consisting of polynomials in $S$.

(b) For each polynomial in $S$ that is not in $Q$, find the coordinate vector with respect to the basis $Q$.

(The Ohio State University, Linear Algebra Midterm)
 
Read solution

LoadingAdd to solve later

Determine the Dimension of a Mysterious Vector Space From Coordinate Vectors

Problem 606

Let $V$ be a vector space and $B$ be a basis for $V$.
Let $\mathbf{w}_1, \mathbf{w}_2, \mathbf{w}_3, \mathbf{w}_4, \mathbf{w}_5$ be vectors in $V$.
Suppose that $A$ is the matrix whose columns are the coordinate vectors of $\mathbf{w}_1, \mathbf{w}_2, \mathbf{w}_3, \mathbf{w}_4, \mathbf{w}_5$ with respect to the basis $B$.

After applying the elementary row operations to $A$, we obtain the following matrix in reduced row echelon form
\[\begin{bmatrix}
1 & 0 & 2 & 1 & 0 \\
0 & 1 & 3 & 0 & 1 \\
0 & 0 & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 0
\end{bmatrix}.\]

(a) What is the dimension of $V$?

(b) What is the dimension of $\Span\{\mathbf{w}_1, \mathbf{w}_2, \mathbf{w}_3, \mathbf{w}_4, \mathbf{w}_5\}$?

(The Ohio State University, Linear Algebra Midterm)
 
Read solution

LoadingAdd to solve later