SlideShare a Scribd company logo
MATH 270 TEST 3 REVIEW
1. Given subspaces H and K of a vector space V , the sum of H
and K, written as H +K,
is the set of all vectors in V that can be written as the sum of
two vectors, one in H
and the other in K; that is
H + K = {w : w = u + v}, ∃ u ∈ H and ∃ v ∈ K. Show that H +
K is a subspace of
V .
2. Based on problem 1, show that H is a subspace of H +K and
K is a subspace of H +K.
3. Find an explicit description of Nul A by listing vectors that
span the null space for the
following matrix :
A =
0 0 0 0 1
4. Let A =
[
−6 12
−3 6
]
and w =
[
2
1
]
.
Determine if w ∈ Col A. Is w ∈ Nul A ?
5. Define T : P2 → R2 by T(p) =
[
p(0)
p(1)
]
.
For instance, if p(t) = 3 + 5t + 7t2, then T(p) =
[
3
15
]
.
Show that T is a linear transformation. [Hint : For arbitrary
polynomials p, q ∈ P2,
compute T(p + q) and T(cp) ].
6. Find a basis for the space spanned by the given vectors
1
0
−3
2
0
1
2
−3
−3
−4
1
6
1
−3
−8
7
2
1
−6
9
7. Let v1 =
7
−2
6
and H = Span{v1,v2,v3}. It can be verified that 4v1 + 5v2 − 3v3
= 0.
Use this information to find a basis for H.
8. Find the coordinate vector [x]B of x relative to the given
basis B = {b1,b2,b3}.
b1 =
−3
9
4
6
9. Use an inverse matrix to find [x]B for the given x and B.
B =
{[
3
−5
]
,
[
−4
6
]}
, x =
[
2
−6
]
10. The set B = {1 + t2, t + t2, 1 + 2t + t2} is a basis for P2.
Find the coordinate vector of
p(t) = 1 + 4t + 7t2 relative to B.
11. Use coordinate vectors to test the linear independence of the
set of polynomials.
Explain your work.
1 + 2t3, 2 + t− 3t2,−t + 2t2 − t3
12. Find the dimension of Nul A and Col A for the matrix
shown below.
A =
1 −6 9 0 −2
0 1 2 −4 5
0 0 0 5 1
0 0 0 0 0
13. Assume matrix A is row equivalent to B. Find bases for Col
A, Row A and Nul A of
the matrices shown below.
A =
2 −3 6 2 5
−2 3 −3 −3 −4
4 −6 9 5 9
−2 3 3 −4 1
2 −3 6 2 5
0 0 3 −1 1
0 0 0 1 3
0 0 0 0 0
14. If a 3 × 8 matrix A has rank 3, find dim(Nul A), dim(Row
A) and rank(AT ).
15. Let A = {a1,a2,a3} and B = {b1,b2,b3} be bases for a vector
space V and suppose
a1 = 4b1−b2, a2 = −b1 +b2 +b3 and a3 = b2−2b3. Find the
change-of-coordinate
matrix from A to B. Then find [x]B for x = 3a1 + 4a2 + a3.
16. Let B = {b1,b2} and C = {c1,c2} be bases for R2. Find the
change-of-coordinate
matrix from B to C and the change-of-coordinate matrix from C
to B.
b1 =
[
7
5
]
, b2 =
[
−3
−1
]
, c1 =
[
1
−5
]
, c2 =
[
−2
2
]
17. In P2, find the change-of-coordinate matrix from the basis
B = {1 − 2t + t2, 3 − 5t + 4t2, 2t + 3t2} to the standard basis C
= {1, t, t2}.
Then find the B-coordinate vector for −1 + 2t.
18. Find a basis for the eigenspace corresponding to the
eigenvalue.
A =
3−1 1 3
2 4 9
19. Find the characteristic polynomial and the eigenvalues of
the following matrix.[
3 −2
1 −1
]
5 8 3
MATH 270 TEST 3 REVIEW KEY
1. Given subspaces H and K of a vector space V , the sum of H
and K, written as H+K,
is the set of all vectors in V that can be written as the sum of
two vectors, one in H
and the other in K; that is
H + K = {w : w = u + v}, ∃ u ∈ H and ∃ v ∈ K. Show that H +
K is a subspace of
V .
Proof: Given subspaces H and K of a vector space V , 0 of V ∈
H + K, because
0 ∈ H and 0 ∈ K and 0 = 0 + 0.
Now let w1,w2 ∈ H + K, 3 w1 = u1 + v1 and w2 = u2 + v2
where u1,u2 ∈ H
and v1,v2 ∈ K.
Then w1 + w2 = (u1 + v1) + (u2 + v2) = (u1 + u2) + (v1 + v2).
So u1 + u2 ∈ H and v1 + v2 ∈ K because H and K are
subspaces.
This shows w1 + w2 ∈ K. Thus H +K is closed under addition.
Finally ∀ c ∈ R, cw1 = c(u1 + v1) = cu1 + cv1.
∴ H +K is closed under multiplication by scalars.
2. Based on problem 1, show that H is a subspace of H+K and K
is a subspace of H+K.
Proof: H is a subset of H + K because ∀ u ∈ H can be written as
u + 0, where
0 ∈ K and 0 ∈ H.
Since H contains 0 of H +K, and H is closed under vector
addition and scalar multi-
plication (because H is a subspace of V ), H is a subspace of H
+K.
The same argument applies when H is replaced by K, so K is
also a subspace of
H +K.
3. Find an explicit description of Nul A by listing vectors that
span the null space for the
following matrix :
A =
0 0 0 0 1
Answer :
2
1
0
0
0
−4
0
9
1
0
4. Let A =
[
−6 12
−3 6
]
and w =
[
2
1
]
.
Determine if w ∈ Col A. Is w ∈ Nul A ?
Answer : w ∈ Col A and w ∈ Nul A.
5. Define T : P2 → R2 by T (p) =
[
p(0)
p(1)
]
.
For instance, if p(t) = 3 + 5t + 7t2, then T (p) =
[
3
15
]
.
Show that T is a linear transformation. [Hint : For arbitrary
polynomials p, q ∈ P2,
compute T (p + q) and T (cp) ].
Proof : Let p, q ∈ P2, and c ∈ R. Then
T (p + q) =
[
(p + q)(0)
(p + q)(1)
]
=
[
p(0) + q(0)
p(1) + q(1)
]
=
[
p(0)
p(1)
]
+
[
q(0)
q(1)
]
= T (p) + T (q) and T (cp) =
[
(cp)(0)
(cp)(1)
]
= c
[
p(0)
p(1)
]
= cT (p)
∴ T is a linear transformation.
6. Find a basis for the space spanned by the given vectors
1
0
−3
2
0
1
2
−3
−3
−4
1
6
1
−3
−8
7
2
1
−6
9
Answer :
1
0
−3
2
0
1
2
−3
1
−3
−8
7
7. Let v1 =
7
−2
6
and H = Span{v1,v2,v3}. It can be verified that 4v1 + 5v2 − 3v3
= 0.
Use this information to find a basis for H.
Answer : Since 4v1 + 5v2 − 3v3 = 0, we see that each of the
vectors is a linear
combination of the others. Thus the sets {v1,v2}, {v1,v3} and
{v2,v3} all span H.
Since we may confirm that none of the three vectors is a
multiple of any of the others,
the sets {v1,v2}, {v1,v3} and {v2,v3} are linearly independent
and thus each forms
a basis for H.
8. Find the coordinate vector [x]B of x relative to the given
basis B = {b1,b2,b3}.
b1 =
−3
9
4
6
Answer : [x]B =
−3
9. Use an inverse matrix to find [x]B for the given x and B.
B =
{[
3
−5
]
,
[
−4
6
]}
, x =
[
2
−6
]
Answer : [x]B =
[
6
4
]
10. The set B = {1 + t2, t+ t2, 1 + 2t+ t2} is a basis for P2. Find
the coordinate vector of
p(t) = 1 + 4t+ 7t2 relative to B.
Answer : [p]B =
−1
11. Use coordinate vectors to test the linear independence of the
set of polynomials.
Explain your work.
1 + 2t3, 2 + t− 3t2,−t+ 2t2 − t3
Answer : The coordinate mapping produces the coordinate
1
0
0
2
2
1
−3
0
0
−1
2
−1
respectively. We test for linear independence of these vectors
by writing them as
1 2 0
0 1 −1
0 −3 2
2 0 −1
∼ · · · ∼
1 0 0
0 1 0
0 0 1
0 0 0
Since the matrix has a pivot in each column, its columns (and
thus the given polyno-
mials) are linearly independent.
12. Find the dimension of Nul A and Col A for the matrix
shown below.
A =
1 −6 9 0 −2
0 1 2 −4 5
0 0 0 5 1
0 0 0 0 0
Answer : dim(Col A) = 3 ; dim(Nul A) = 2
13. Assume matrix A is row equivalent to B. Find bases for Col
A, Row A and Nul A of
the matrices shown below.
A =
2 −3 6 2 5
−2 3 −3 −3 −4
4 −6 9 5 9
−2 3 3 −4 1
2 −3 6 2 5
0 0 3 −1 1
0 0 0 1 3
0 0 0 0 0
Answer : Basis for Col A =
2
−2
4
−2
6
−3
9
3
2
−3
5
−4
Basis for Row A = (2,−3, 6, 2, 5), (0, 0, 3,−1, 1), (0, 0, 0, 1, 3)
and
Basis for Nul A =
3
2
1
0
0
0
9
2
0
−4
3
−3
1
.
14. If a 3× 8 matrix A has rank 3, find dim(Nul A), dim(Row A)
and rank(AT ).
Answer : dim(Nul A) = 5 ; dim(Row A) = 3 ; rank(AT ) = 3
15. Let A = {a1, a2, a3} and B = {b1,b2,b3} be bases for a
vector space V and suppose
a1 = 4b1−b2, a2 = −b1+b2+b3 and a3 = b2−2b3. Find the
change-of-coordinate
matrix from A to B. Then find [x]B for x = 3a1 + 4a2 + a3.
Answer : PB←A
=
0 1 −2
2
16. Let B = {b1,b2} and C = {c1, c2} be bases for R2. Find the
change-of-coordinate
matrix from B to C and the change-of-coordinate matrix from C
to B.
b1 =
[
7
5
]
, b2 =
[
−3
−1
]
, c1 =
[
1
−5
]
, c2 =
[
−2
2
]
Answer : P
C←B
=
[
−3 1
−5 2
]
and P
B←C
=
[
−2 1
−5 3
]
17. In P2, find the change-of-coordinate matrix from the basis
B = {1− 2t+ t2, 3− 5t+ 4t2, 2t+ 3t2} to the standard basis C =
{1, t, t2}.
Then find the B-coordinate vector for −1 + 2t.
Answer : P
C←B
=
1 4 3
1
18. Find a basis for the eigenspace corresponding to the
eigenvalue.
A =
2 4 9
Answer :
0
1
19. Find the characteristic polynomial and the eigenvalues of
the following matrix.[
3 −2
1 −1
]
Answer : λ2 − 2λ− 1 and λ = 1±
√
2
20. Find the characteristic polynomial of the following
2 9 0
5 8 3
Answer : −λ3 + 18λ2 − 95λ+ 150

More Related Content

PPTX
Vector space
PPTX
Linear Algebra Assignment help
PDF
allsheets.pdfnnmmmmmmlklppppppplklkkkkkkkj
PDF
5.vector geometry Further Mathematics Zimbabwe Zimsec Cambridge
PDF
Olimpiade matematika di kanada 2017
PPTX
Linear Algebra Gauss Jordan elimination.pptx
PDF
Module 3 plane coordinate geometry
PDF
Ijetr011923
Vector space
Linear Algebra Assignment help
allsheets.pdfnnmmmmmmlklppppppplklkkkkkkkj
5.vector geometry Further Mathematics Zimbabwe Zimsec Cambridge
Olimpiade matematika di kanada 2017
Linear Algebra Gauss Jordan elimination.pptx
Module 3 plane coordinate geometry
Ijetr011923

Similar to MATH 270 TEST 3 REVIEW1. Given subspaces H and K of a vect.docx (20)

PDF
Vectors seminar
PDF
lemh2sm.pdf
PDF
3.2+Subspaces.pdf3.2+Subspaces.pdf3.2+Subspaces.pdf
DOCX
Plano numerico
PPTX
Kuiz Add Maths
PDF
130553704223906250
PPTX
IIT JEE - 2008 ii- mathematics
PPTX
Linear Algebra.pptx
PDF
Mid semexam | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
PDF
Axisymmetric finite element convergence results
PDF
Affine Yield Curves: Flexibility versus Incompleteness
DOCX
Math 2318 - Test 3In this test we will try something differe.docx
PPTX
Logistics Management Assignment Help
PDF
Notes and Formulae Mathematics SPM
PDF
Mathematics formulas
PDF
Notes and-formulae-mathematics
PDF
Relation function
PDF
Relation function
DOCX
Assignments for class XII
PPTX
Unlock Your Mathematical Potential with MathAssignmentHelp.com! 🧮✨
Vectors seminar
lemh2sm.pdf
3.2+Subspaces.pdf3.2+Subspaces.pdf3.2+Subspaces.pdf
Plano numerico
Kuiz Add Maths
130553704223906250
IIT JEE - 2008 ii- mathematics
Linear Algebra.pptx
Mid semexam | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Axisymmetric finite element convergence results
Affine Yield Curves: Flexibility versus Incompleteness
Math 2318 - Test 3In this test we will try something differe.docx
Logistics Management Assignment Help
Notes and Formulae Mathematics SPM
Mathematics formulas
Notes and-formulae-mathematics
Relation function
Relation function
Assignments for class XII
Unlock Your Mathematical Potential with MathAssignmentHelp.com! 🧮✨
Ad

More from wkyra78 (20)

DOCX
Melissa HinkhouseWeek 3-Original PostNURS 6050 Policy and A.docx
DOCX
Melissa HinkhouseAdvanced Pharmacology NURS-6521N-43Professo.docx
DOCX
Meiner, S. E., & Yeager, J. J. (2019). Chapter 17Chap.docx
DOCX
member is a security software architect in a cloud service provider .docx
DOCX
Melissa ShortridgeWeek 6COLLAPSEMy own attitude has ch.docx
DOCX
Melissa is a 15-year-old high school student. Over the last week.docx
DOCX
Measurement  of  the  angle  θ          .docx
DOCX
Measurement of the angle θ For better understanding .docx
DOCX
Meaning-Making Forum 2 (Week 5)Meaning-Making Forums 1-4 are thi.docx
DOCX
MBA6231 - 1.1 - project charter.docxProject Charter Pr.docx
DOCX
Medication Errors Led to Disastrous Outcomes1. Search th.docx
DOCX
Meet, call, Skype or Zoom with a retired athlete and interview himh.docx
DOCX
Medication Administration Make a list of the most common med.docx
DOCX
media portfolio”about chapter 1 to 15 from the book  Ci.docx
DOCX
MediationNameAMUDate.docx
DOCX
Media coverage influences the publics perception of the crimina.docx
DOCX
Media Content AnalysisPurpose Evaluate the quality and value of.docx
DOCX
Mayan gods and goddesses are very much a part of this text.  Their i.docx
DOCX
Media and SocietyIn 1,100 words, complete the followingAn.docx
DOCX
MBA 5110 – Business Organization and ManagementMidterm ExamAns.docx
Melissa HinkhouseWeek 3-Original PostNURS 6050 Policy and A.docx
Melissa HinkhouseAdvanced Pharmacology NURS-6521N-43Professo.docx
Meiner, S. E., & Yeager, J. J. (2019). Chapter 17Chap.docx
member is a security software architect in a cloud service provider .docx
Melissa ShortridgeWeek 6COLLAPSEMy own attitude has ch.docx
Melissa is a 15-year-old high school student. Over the last week.docx
Measurement  of  the  angle  θ          .docx
Measurement of the angle θ For better understanding .docx
Meaning-Making Forum 2 (Week 5)Meaning-Making Forums 1-4 are thi.docx
MBA6231 - 1.1 - project charter.docxProject Charter Pr.docx
Medication Errors Led to Disastrous Outcomes1. Search th.docx
Meet, call, Skype or Zoom with a retired athlete and interview himh.docx
Medication Administration Make a list of the most common med.docx
media portfolio”about chapter 1 to 15 from the book  Ci.docx
MediationNameAMUDate.docx
Media coverage influences the publics perception of the crimina.docx
Media Content AnalysisPurpose Evaluate the quality and value of.docx
Mayan gods and goddesses are very much a part of this text.  Their i.docx
Media and SocietyIn 1,100 words, complete the followingAn.docx
MBA 5110 – Business Organization and ManagementMidterm ExamAns.docx
Ad

Recently uploaded (20)

PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
Cell Types and Its function , kingdom of life
PPTX
Pharma ospi slides which help in ospi learning
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
RMMM.pdf make it easy to upload and study
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Complications of Minimal Access Surgery at WLH
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Lesson notes of climatology university.
PPTX
Institutional Correction lecture only . . .
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
Classroom Observation Tools for Teachers
PPTX
Final Presentation General Medicine 03-08-2024.pptx
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Cell Types and Its function , kingdom of life
Pharma ospi slides which help in ospi learning
202450812 BayCHI UCSC-SV 20250812 v17.pptx
O7-L3 Supply Chain Operations - ICLT Program
RMMM.pdf make it easy to upload and study
human mycosis Human fungal infections are called human mycosis..pptx
Complications of Minimal Access Surgery at WLH
VCE English Exam - Section C Student Revision Booklet
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Lesson notes of climatology university.
Institutional Correction lecture only . . .
Anesthesia in Laparoscopic Surgery in India
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Module 4: Burden of Disease Tutorial Slides S2 2025
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Classroom Observation Tools for Teachers
Final Presentation General Medicine 03-08-2024.pptx

MATH 270 TEST 3 REVIEW1. Given subspaces H and K of a vect.docx

  • 1. MATH 270 TEST 3 REVIEW 1. Given subspaces H and K of a vector space V , the sum of H and K, written as H +K, is the set of all vectors in V that can be written as the sum of two vectors, one in H and the other in K; that is H + K = {w : w = u + v}, ∃ u ∈ H and ∃ v ∈ K. Show that H + K is a subspace of V . 2. Based on problem 1, show that H is a subspace of H +K and K is a subspace of H +K. 3. Find an explicit description of Nul A by listing vectors that span the null space for the following matrix : A = 0 0 0 0 1
  • 2. 4. Let A = [ −6 12 −3 6 ] and w = [ 2 1 ] . Determine if w ∈ Col A. Is w ∈ Nul A ? 5. Define T : P2 → R2 by T(p) = [ p(0) p(1) ] . For instance, if p(t) = 3 + 5t + 7t2, then T(p) = [ 3 15
  • 3. ] . Show that T is a linear transformation. [Hint : For arbitrary polynomials p, q ∈ P2, compute T(p + q) and T(cp) ]. 6. Find a basis for the space spanned by the given vectors 1 0 −3 2 0 1 2 −3
  • 5. 7. Let v1 = 7 −2 6 and H = Span{v1,v2,v3}. It can be verified that 4v1 + 5v2 − 3v3 = 0. Use this information to find a basis for H. 8. Find the coordinate vector [x]B of x relative to the given basis B = {b1,b2,b3}. b1 =
  • 6. −3 9 4 6 9. Use an inverse matrix to find [x]B for the given x and B. B = {[ 3
  • 7. −5 ] , [ −4 6 ]} , x = [ 2 −6 ] 10. The set B = {1 + t2, t + t2, 1 + 2t + t2} is a basis for P2. Find the coordinate vector of p(t) = 1 + 4t + 7t2 relative to B. 11. Use coordinate vectors to test the linear independence of the set of polynomials. Explain your work. 1 + 2t3, 2 + t− 3t2,−t + 2t2 − t3 12. Find the dimension of Nul A and Col A for the matrix shown below. A =
  • 8. 1 −6 9 0 −2 0 1 2 −4 5 0 0 0 5 1 0 0 0 0 0 13. Assume matrix A is row equivalent to B. Find bases for Col A, Row A and Nul A of the matrices shown below. A = 2 −3 6 2 5 −2 3 −3 −3 −4 4 −6 9 5 9 −2 3 3 −4 1 2 −3 6 2 5
  • 9. 0 0 3 −1 1 0 0 0 1 3 0 0 0 0 0 14. If a 3 × 8 matrix A has rank 3, find dim(Nul A), dim(Row A) and rank(AT ). 15. Let A = {a1,a2,a3} and B = {b1,b2,b3} be bases for a vector space V and suppose a1 = 4b1−b2, a2 = −b1 +b2 +b3 and a3 = b2−2b3. Find the change-of-coordinate matrix from A to B. Then find [x]B for x = 3a1 + 4a2 + a3. 16. Let B = {b1,b2} and C = {c1,c2} be bases for R2. Find the change-of-coordinate matrix from B to C and the change-of-coordinate matrix from C to B. b1 = [ 7 5 ] , b2 = [ −3 −1
  • 10. ] , c1 = [ 1 −5 ] , c2 = [ −2 2 ] 17. In P2, find the change-of-coordinate matrix from the basis B = {1 − 2t + t2, 3 − 5t + 4t2, 2t + 3t2} to the standard basis C = {1, t, t2}. Then find the B-coordinate vector for −1 + 2t. 18. Find a basis for the eigenspace corresponding to the eigenvalue. A = 3−1 1 3 2 4 9 19. Find the characteristic polynomial and the eigenvalues of
  • 11. the following matrix.[ 3 −2 1 −1 ] 5 8 3 MATH 270 TEST 3 REVIEW KEY 1. Given subspaces H and K of a vector space V , the sum of H and K, written as H+K, is the set of all vectors in V that can be written as the sum of two vectors, one in H and the other in K; that is H + K = {w : w = u + v}, ∃ u ∈ H and ∃ v ∈ K. Show that H + K is a subspace of V . Proof: Given subspaces H and K of a vector space V , 0 of V ∈ H + K, because 0 ∈ H and 0 ∈ K and 0 = 0 + 0.
  • 12. Now let w1,w2 ∈ H + K, 3 w1 = u1 + v1 and w2 = u2 + v2 where u1,u2 ∈ H and v1,v2 ∈ K. Then w1 + w2 = (u1 + v1) + (u2 + v2) = (u1 + u2) + (v1 + v2). So u1 + u2 ∈ H and v1 + v2 ∈ K because H and K are subspaces. This shows w1 + w2 ∈ K. Thus H +K is closed under addition. Finally ∀ c ∈ R, cw1 = c(u1 + v1) = cu1 + cv1. ∴ H +K is closed under multiplication by scalars. 2. Based on problem 1, show that H is a subspace of H+K and K is a subspace of H+K. Proof: H is a subset of H + K because ∀ u ∈ H can be written as u + 0, where 0 ∈ K and 0 ∈ H. Since H contains 0 of H +K, and H is closed under vector addition and scalar multi- plication (because H is a subspace of V ), H is a subspace of H +K. The same argument applies when H is replaced by K, so K is also a subspace of H +K. 3. Find an explicit description of Nul A by listing vectors that span the null space for the following matrix :
  • 13. A = 0 0 0 0 1 Answer : 2 1 0 0 0 −4 0 9 1 0 4. Let A =
  • 14. [ −6 12 −3 6 ] and w = [ 2 1 ] . Determine if w ∈ Col A. Is w ∈ Nul A ? Answer : w ∈ Col A and w ∈ Nul A. 5. Define T : P2 → R2 by T (p) = [ p(0) p(1) ] . For instance, if p(t) = 3 + 5t + 7t2, then T (p) = [ 3 15
  • 15. ] . Show that T is a linear transformation. [Hint : For arbitrary polynomials p, q ∈ P2, compute T (p + q) and T (cp) ]. Proof : Let p, q ∈ P2, and c ∈ R. Then T (p + q) = [ (p + q)(0) (p + q)(1) ] = [ p(0) + q(0) p(1) + q(1) ] = [ p(0) p(1) ] + [
  • 16. q(0) q(1) ] = T (p) + T (q) and T (cp) = [ (cp)(0) (cp)(1) ] = c [ p(0) p(1) ] = cT (p) ∴ T is a linear transformation. 6. Find a basis for the space spanned by the given vectors 1 0 −3
  • 19. 7. Let v1 = 7 −2 6 and H = Span{v1,v2,v3}. It can be verified that 4v1 + 5v2 − 3v3 = 0. Use this information to find a basis for H. Answer : Since 4v1 + 5v2 − 3v3 = 0, we see that each of the vectors is a linear combination of the others. Thus the sets {v1,v2}, {v1,v3} and {v2,v3} all span H. Since we may confirm that none of the three vectors is a multiple of any of the others, the sets {v1,v2}, {v1,v3} and {v2,v3} are linearly independent and thus each forms a basis for H. 8. Find the coordinate vector [x]B of x relative to the given basis B = {b1,b2,b3}.
  • 20. b1 = −3 9 4 6 Answer : [x]B = −3 9. Use an inverse matrix to find [x]B for the given x and B. B = {[
  • 21. 3 −5 ] , [ −4 6 ]} , x = [ 2 −6 ] Answer : [x]B = [ 6 4 ] 10. The set B = {1 + t2, t+ t2, 1 + 2t+ t2} is a basis for P2. Find the coordinate vector of p(t) = 1 + 4t+ 7t2 relative to B. Answer : [p]B =
  • 22. −1 11. Use coordinate vectors to test the linear independence of the set of polynomials. Explain your work. 1 + 2t3, 2 + t− 3t2,−t+ 2t2 − t3 Answer : The coordinate mapping produces the coordinate 1 0 0 2 2 1 −3 0 0
  • 23. −1 2 −1 respectively. We test for linear independence of these vectors by writing them as 1 2 0 0 1 −1 0 −3 2 2 0 −1 ∼ · · · ∼ 1 0 0 0 1 0 0 0 1 0 0 0 Since the matrix has a pivot in each column, its columns (and thus the given polyno- mials) are linearly independent.
  • 24. 12. Find the dimension of Nul A and Col A for the matrix shown below. A = 1 −6 9 0 −2 0 1 2 −4 5 0 0 0 5 1 0 0 0 0 0 Answer : dim(Col A) = 3 ; dim(Nul A) = 2 13. Assume matrix A is row equivalent to B. Find bases for Col A, Row A and Nul A of the matrices shown below. A = 2 −3 6 2 5 −2 3 −3 −3 −4 4 −6 9 5 9 −2 3 3 −4 1 2 −3 6 2 5 0 0 3 −1 1 0 0 0 1 3 0 0 0 0 0
  • 25. Answer : Basis for Col A = 2 −2 4 −2 6 −3 9 3 2 −3 5 −4
  • 26. Basis for Row A = (2,−3, 6, 2, 5), (0, 0, 3,−1, 1), (0, 0, 0, 1, 3) and Basis for Nul A = 3 2 1 0 0 0 9 2 0 −4 3 −3 1
  • 27. . 14. If a 3× 8 matrix A has rank 3, find dim(Nul A), dim(Row A) and rank(AT ). Answer : dim(Nul A) = 5 ; dim(Row A) = 3 ; rank(AT ) = 3 15. Let A = {a1, a2, a3} and B = {b1,b2,b3} be bases for a vector space V and suppose a1 = 4b1−b2, a2 = −b1+b2+b3 and a3 = b2−2b3. Find the change-of-coordinate matrix from A to B. Then find [x]B for x = 3a1 + 4a2 + a3. Answer : PB←A = 0 1 −2 2 16. Let B = {b1,b2} and C = {c1, c2} be bases for R2. Find the change-of-coordinate matrix from B to C and the change-of-coordinate matrix from C to B.
  • 28. b1 = [ 7 5 ] , b2 = [ −3 −1 ] , c1 = [ 1 −5 ] , c2 = [ −2 2 ] Answer : P C←B =
  • 29. [ −3 1 −5 2 ] and P B←C = [ −2 1 −5 3 ] 17. In P2, find the change-of-coordinate matrix from the basis B = {1− 2t+ t2, 3− 5t+ 4t2, 2t+ 3t2} to the standard basis C = {1, t, t2}. Then find the B-coordinate vector for −1 + 2t. Answer : P C←B = 1 4 3 1
  • 30. 18. Find a basis for the eigenspace corresponding to the eigenvalue. A = 2 4 9 Answer : 0 1 19. Find the characteristic polynomial and the eigenvalues of the following matrix.[ 3 −2 1 −1 ] Answer : λ2 − 2λ− 1 and λ = 1± √
  • 31. 2 20. Find the characteristic polynomial of the following 2 9 0 5 8 3 Answer : −λ3 + 18λ2 − 95λ+ 150