

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Class: Linear Algebra and Applications; Subject: MATHEMATICAL SCIENCES; University: Northern Illinois University; Term: Fall 2002;
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Prof. J. Beachy Wednesday, 11/6/02 Score / 20
If L : V → W is a linear transformation, and S is basis for a V , while T is a basis for W , then we will use MT ←S (L) to denote the matrix of L with respect to the bases S and T.
A, for A in M 22. Use the ordered bases
S =
and T =
(a) Find the matrix representation of L with respect to S.
To find MS←S (L), substitute each of the basis vectors in S into L; then find the coordinates relative to S.
L
The standard coordinates of these matrices go in as columns. MS←S (L) =
(b) Find the matrix representation of L with respect to T.
To find MT ←T (L), substitute each of the basis vectors in T into L; then find the coordinates relative to T.
L
We need to form the matrix [ T | L(T ) ] and row reduce to get [ I | MT ←T (L) ].
(d) Find the matrix representation of L with respect to T and S.
We need to form the matrix [ S | L(T ) ] and row reduce to get [ I | MS←T (L) ]. Since S is the standard basis, and we have already computed what L does to T , there is no work to do.
(c) Find the matrix representation of L with respect to S and T.
We need to form the matrix [ T | L(S) ] and row reduce to get [ I | MT ←S (L) ].
(a) Find the matrix representation of L with respect to the bases S = {t, 1 } for P 1 and T = {t^2 , t, 1 } for P 2.
Comment: This should be easy enough to do directly, without forming the matrix [ T | L(S) ].
L(at + b) = t(at + b) + b = at^2 + bt + b
a b
a b b
(b) Find the matrix representation of L with respect to the bases S′^ = {t + 1, t − 1 } for P 1 and T ′^ = {t^2 + 1, t − 1 , t + 1} for P 2.
We need to form the matrix [ T ′^ | L(S′) ] and row reduce to get [ I | MT ′←S′^ (L) ]. L(t + 1) = t(t + 1) + 1 = t^2 + t + 1 L(t − 1) = t(t − 1) − 1 = t^2 − t − 1
To check this, we have L(t+1) = 1(t^2 +1)+ 12 (t−1)+ 12 (t+1) = t^2 +t+1 L(t−1) = 1(t^2 +1)+ 12 (t−1)− 32 (t+1) = t^2 −t− 1