Tagged: linear transformation

Give a Formula for a Linear Transformation if the Values on Basis Vectors are Known

Problem 159

Let $T: \R^2 \to \R^2$ be a linear transformation.
Let
\[
\mathbf{u}=\begin{bmatrix}
1 \\
2
\end{bmatrix}, \mathbf{v}=\begin{bmatrix}
3 \\
5
\end{bmatrix}\] be 2-dimensional vectors.
Suppose that
\begin{align*}
T(\mathbf{u})&=T\left( \begin{bmatrix}
1 \\
2
\end{bmatrix} \right)=\begin{bmatrix}
-3 \\
5
\end{bmatrix},\\
T(\mathbf{v})&=T\left(\begin{bmatrix}
3 \\
5
\end{bmatrix}\right)=\begin{bmatrix}
7 \\
1
\end{bmatrix}.
\end{align*}
Let $\mathbf{w}=\begin{bmatrix}
x \\
y
\end{bmatrix}\in \R^2$.
Find the formula for $T(\mathbf{w})$ in terms of $x$ and $y$.

 
Read solution

LoadingAdd to solve later

Give the Formula for a Linear Transformation from $\R^3$ to $\R^2$

Problem 156

Let $T: \R^3 \to \R^2$ be a linear transformation such that
\[T(\mathbf{e}_1)=\begin{bmatrix}
1 \\
4
\end{bmatrix}, T(\mathbf{e}_2)=\begin{bmatrix}
2 \\
5
\end{bmatrix}, T(\mathbf{e}_3)=\begin{bmatrix}
3 \\
6
\end{bmatrix},\] where
\[\mathbf{e}_1=\begin{bmatrix}
1 \\
0 \\
0
\end{bmatrix}, \mathbf{e}_2=\begin{bmatrix}
0 \\
1 \\
0
\end{bmatrix}, \mathbf{e}_3=\begin{bmatrix}
0 \\
0 \\
1
\end{bmatrix}\] are the standard unit basis vectors of $\R^3$.
For any vector $\mathbf{x}=\begin{bmatrix}
x_1 \\
x_2 \\
x_3
\end{bmatrix}\in \R^3$, find a formula for $T(\mathbf{x})$.

 
Read solution

LoadingAdd to solve later

Range, Null Space, Rank, and Nullity of a Linear Transformation from $\R^2$ to $\R^3$

Problem 154

Define the map $T:\R^2 \to \R^3$ by $T \left ( \begin{bmatrix}
x_1 \\
x_2
\end{bmatrix}\right )=\begin{bmatrix}
x_1-x_2 \\
x_1+x_2 \\
x_2
\end{bmatrix}$.

(a) Show that $T$ is a linear transformation.

(b) Find a matrix $A$ such that $T(\mathbf{x})=A\mathbf{x}$ for each $\mathbf{x} \in \R^2$.

(c) Describe the null space (kernel) and the range of $T$ and give the rank and the nullity of $T$.

 
Read solution

LoadingAdd to solve later

Find a Value of a Linear Transformation From $\R^2$ to $\R^3$

Problem 142

Let $T:\R^2 \to \R^3$ be a linear transformation such that $T(\mathbf{e}_1)=\mathbf{u}_1$ and $T(\mathbf{e}_2)=\mathbf{u}_2$, where $\mathbf{e}_1=\begin{bmatrix}
1 \\
0
\end{bmatrix}, \mathbf{e}_2=\begin{bmatrix}
0 \\
1
\end{bmatrix}$ are unit vectors of $\R^2$ and
\[\mathbf{u}_1= \begin{bmatrix}
-1 \\
0 \\
1
\end{bmatrix}, \quad \mathbf{u}_2=\begin{bmatrix}
2 \\
1 \\
0
\end{bmatrix}.\] Then find $T\left(\begin{bmatrix}
3 \\
-2
\end{bmatrix}\right)$.

 
Read solution

LoadingAdd to solve later

Isomorphism of the Endomorphism and the Tensor Product of a Vector Space

Problem 80

Let $V$ be a finite dimensional vector space over a field $K$ and let $\End (V)$ be the vector space of linear transformations from $V$ to $V$.
Let $\mathbf{v}_1, \mathbf{v}_2, \dots, \mathbf{v}_n$ be a basis for $V$.
Show that the map $\phi:\End (V) \to V^{\oplus n}$ defined by $f\mapsto (f(\mathbf{v}_1), \dots, f(\mathbf{v}_n))$ is an isomorphism.
Here $V^{\oplus n}=V\oplus \dots \oplus V$, the direct sum of $n$ copies of $V$.
Read solution

LoadingAdd to solve later

A Linear Transformation from Vector Space over Rational Numbers to itself

Problem 75

Let $\Q$ denote the set of rational numbers (i.e., fractions of integers). Let $V$ denote the set of the form $x+y \sqrt{2}$ where $x,y \in \Q$. You may take for granted that the set $V$ is a vector space over the field $\Q$.

(a) Show that $B=\{1, \sqrt{2}\}$ is a basis for the vector space $V$ over $\Q$.

(b) Let $\alpha=a+b\sqrt{2} \in V$, and let $T_{\alpha}: V \to V$ be the map defined by
\[ T_{\alpha}(x+y\sqrt{2}):=(ax+2by)+(ay+bx)\sqrt{2}\in V\] for any $x+y\sqrt{2} \in V$.
Show that $T_{\alpha}$ is a linear transformation.

(c) Let $\begin{bmatrix}
x \\
y
\end{bmatrix}_B=x+y \sqrt{2}$.
Find the matrix $T_B$ such that
\[ T_{\alpha} (x+y \sqrt{2})=\left( T_B\begin{bmatrix}
x \\
y
\end{bmatrix}\right)_B,\] and compute $\det T_B$.

 

(The Ohio State University, Linear Algebra Exam)

Read solution

LoadingAdd to solve later

Matrix Representations for Linear Transformations of the Vector Space of Polynomials

Problem 71

Let $P_2(\R)$ be the vector space over $\R$ consisting of all polynomials with real coefficients of degree $2$ or less.
Let $B=\{1,x,x^2\}$ be a basis of the vector space $P_2(\R)$.
For each linear transformation $T:P_2(\R) \to P_2(\R)$ defined below, find the matrix representation of $T$ with respect to the basis $B$. For $f(x)\in P_2(\R)$, define $T$ as follows.

(a) \[T(f(x))=\frac{\mathrm{d}^2}{\mathrm{d}x^2} f(x)-3\frac{\mathrm{d}}{\mathrm{d}x}f(x)\]

(b) \[T(f(x))=\int_{-1}^1\! (t-x)^2f(t) \,\mathrm{d}t\]

(c) \[T(f(x))=e^x \frac{\mathrm{d}}{\mathrm{d}x}(e^{-x}f(x))\]

 

Read solution

LoadingAdd to solve later

If the Images of Vectors are Linearly Independent, then They Are Linearly Independent

Problem 62

Let $T: \R^n \to \R^m$ be a linear transformation.
Suppose that $S=\{\mathbf{x}_1, \mathbf{x}_2,\dots, \mathbf{x}_k\}$ is a subset of $\R^n$ such that $\{T(\mathbf{x}_1), T(\mathbf{x}_2), \dots, T(\mathbf{x}_k) \}$ is a linearly independent subset of $\R^m$.

Prove that the set $S$ is linearly independent.

 

Read solution

LoadingAdd to solve later

Projection to the subspace spanned by a vector

Problem 60

Let $T: \R^3 \to \R^3$ be the linear transformation given by orthogonal projection to the line spanned by $\begin{bmatrix}
1 \\
2 \\
2
\end{bmatrix}$.

(a) Find a formula for $T(\mathbf{x})$ for $\mathbf{x}\in \R^3$.

(b) Find a basis for the image subspace of $T$.

(c) Find a basis for the kernel subspace of $T$.

(d) Find the $3 \times 3$ matrix for $T$ with respect to the standard basis for $\R^3$.

(e) Find a basis for the orthogonal complement of the kernel of $T$. (The orthogonal complement is the subspace of all vectors perpendicular to a given subspace, in this case, the kernel.)

(f) Find a basis for the orthogonal complement of the image of $T$.

(g) What is the rank of $T$?

(Johns Hopkins University Exam)

Read solution

LoadingAdd to solve later

Find a Matrix that Maps Given Vectors to Given Vectors

Problem 44

Suppose that a real matrix $A$ maps each of the following vectors
\[\mathbf{x}_1=\begin{bmatrix}
1 \\
1 \\
1
\end{bmatrix}, \mathbf{x}_2=\begin{bmatrix}
0 \\
1 \\
1
\end{bmatrix}, \mathbf{x}_3=\begin{bmatrix}
0 \\
0 \\
1
\end{bmatrix} \] into the vectors
\[\mathbf{y}_1=\begin{bmatrix}
1 \\
2 \\
0
\end{bmatrix}, \mathbf{y}_2=\begin{bmatrix}
-1 \\
0 \\
3
\end{bmatrix}, \mathbf{y}_3=\begin{bmatrix}
3 \\
1 \\
1
\end{bmatrix},\] respectively.
That is, $A\mathbf{x}_i=\mathbf{y}_i$ for $i=1,2,3$.
Find the matrix $A$.

(Kyoto University Exam)
Read solution

LoadingAdd to solve later

Find a Formula for a Linear Transformation

Problem 36

If $L:\R^2 \to \R^3$ is a linear transformation such that
\begin{align*}
L\left( \begin{bmatrix}
1 \\
0
\end{bmatrix}\right)
=\begin{bmatrix}
1 \\
1 \\
2
\end{bmatrix}, \,\,\,\,
L\left( \begin{bmatrix}
1 \\
1
\end{bmatrix}\right)
=\begin{bmatrix}
2 \\
3 \\
2
\end{bmatrix}.
\end{align*}
then

(a) find $L\left( \begin{bmatrix}
1 \\
2
\end{bmatrix}\right)$, and

(b) find the formula for $L\left( \begin{bmatrix}
x \\
y
\end{bmatrix}\right)$.

 

If you think you can solve (b), then skip (a) and solve (b) first and use the result of (b) to answer (a).

(Part (a) is an exam problem of Purdue University)

Read solution

LoadingAdd to solve later