Description
Dane Johnson
Exercise 1
Given two bases B1 = {v1,…,vn} and B2 = {w1,…,wn} for the vector space V and a linear transformation L : V → V , prove that
[L]B2→B1[a]B2 = [B2 → B1][L]B1→B2[a]B1 .
First we have that
[L]B1→B2[a]B2 = [La]B1 .
Next we have
[B2 → B1][L]B1→B2[a]B1 = [B2 → B1][La]B2
= [I]B2→B1[La]B2
= [I(La)]B1 = [La]B1 .
Therefore, we conclude that
[L]B2→B1[a]B2 = [B2 → B1][L]B1→B2[a]B1 .
Exercise 2
Consider the linear map L : R3 → R3 represented in canonical coordinates by the matrix
.
First we find the null space and range of L using the transformation’s matrix representation (since the matrix representation will provide all the information we need about the transformation to find these spaces).
The null space consists of vectors from R3 that will satisfy:
1 2 3x1 0
4 0 4x2 = 0 .
2 1 3 x3 0
For computation we use row reduction on the corresponding augmented matrix:
1 2 3 0 1 2 3 0 1 2 3 0
4 0 4 0 ∼ −2 0 −2 0 ∼ −2 0 −2 0
2 1 3 0 2 1 3 0 0 1 1 0
1 2 3 0 1 2 3 0
∼ −1 0 −1 0 ∼ 0 2 2 0
0 1 1 0 0 1 1 0
1 2 3 0 1 0 1 0
∼ 0 1 1 0 ∼ 0 1 1 0
0 0 0 0 0 0 0 0
N(L) = {c(−1,−1,1) ∈ R3 ,c ∈ R}.
To find the range of L, we first note that the columns of the matrix are dependent. In particular,
1 2 3
4 + 0 = 4 .
2 1 3
Therefore the column space of the matrix is the same as the column space of the first two columns of the matrix. Since the column space of the matrix is a matrix representation of the range of the linear transformation L, we see that the range of L is the set:
{c1(1,4,2) + c2(2,0,1) | c1,c2 ∈ R} .
Consider the linear system Lv = (1,2,0). To see if a solution exists, we use matrix computations:
1 2 3 1 1 2 3 1
4 0 4 2 ∼ 0 −8 −8 −2
2 1 3 0 0 −3 −3 0
1 2 3 1 1 0 1 1
∼ 0 0 0 −2 ∼ 0 1 1 0 .
0 1 1 0 0 0 0 −2
In order for v = (v1,v2,v3) to satisfy the linear system, this row reduced system tells us that 0v3 = −2, so that 0 = −2. Since this cannot be, we conclude that there is no solution to the system Lv = (1,2,0).
Consider the linear system Lv = (6,8,6). We use row reduction to determine whether solutions to this system exist:
1 2 3 6 1 2 3 1
4 0 4 8 ∼ 0 −8 −8 −16
2 1 3 6 0 −3 −3 −6
1 2 3 1 1 2 3 6
∼ 0 1 1 2 ∼ 0 1 1 2
0 −1 −1 −2 0 0 0 0
1 0 1 2
∼ 0 1 1 2
0 0 0 0
From this we have that if v = (v1,v2,v3) is a solution to the system it must be the case that v1 = 2 − v3 and v2 = 2 − v3. This shows that any vector of the form
.
(6,8,6).
Exercise 3
Consider the operator T : P → P, T(p) = R p(x)dx, where P is the space of all polynomials. We find the null space and range of T.
Note that if p(x) is not the zero polynomial, then R p(x)dx 6= 0 and that if p(x) is the zero polynomial, then R p(x)dx = 0. So the null space of T includes the zero polynomial but no other polynomial.
In order for P to indeed be a vector space, we must work under the agreement that the constant of integration is 0.
The range of T is the set of all polynomials in P with a zero constant term. That is, p(x) of the form p(x) = a1x + … + anxn for some natural number n. To see why, first we see that if p(x) is of the form p(x) = a0 + a1x + … + anxn with a0 6= 0, then there does not exist any polyomial q(x) ∈ P such that T(q) = R q(x)dx = p(x) since integration of a polynomial cannot result in any constant terms unless the constant of integration is nonzero, and we assumed that the constant of integration is zero. Next, if p(x) = a1x + … + anxn ∈ P, set q(x) = a1 + 2a2x + … + nanxn−1. Then T(q) = R (a1 + 2a2x + …nanxn−1)dx = p(x).
Exercise 4
Let T : R3 → R100 be a linear transformation. We show that T cannot be a surjective transformation.
In class we proved that if T : X → Y is a linear transformation between vectors spaces X and Y and if dim Y > dim X, then T is not surjective. Here we see that dim R3 = 3 and dim R100 = 100. Since dim R100 > dim R3, we conclude that T is not surjective.
Exercise 5
Let T : R100 → R3 be a linear transformation. We show that T cannot be an injective transformation.
In class we proved that if T : X → Y is a linear transformation between vectors spaces X and Y and if dim Y < dim X, then T is not injective.
Here we see that dim R100 = 100 and dim R3 = 3. Since dim R3 < dim
R100, we conclude that T is not injective.




Reviews
There are no reviews yet.