SlideShare a Scribd company logo
1 of 31
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

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

Kuiz Add Maths
Kuiz Add MathsKuiz Add Maths
Kuiz Add Mathsmorabisma
 
IIT JEE - 2008 ii- mathematics
IIT JEE  - 2008  ii- mathematicsIIT JEE  - 2008  ii- mathematics
IIT JEE - 2008 ii- mathematicsVasista Vinuthan
 
Mid semexam | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Mid semexam | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurMid semexam | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Mid semexam | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurVivekananda Samiti
 
Affine Yield Curves: Flexibility versus Incompleteness
Affine Yield Curves: Flexibility versus IncompletenessAffine Yield Curves: Flexibility versus Incompleteness
Affine Yield Curves: Flexibility versus IncompletenessDhia Eddine Barbouche
 
Math 2318 - Test 3In this test we will try something differe.docx
Math 2318 - Test 3In this test we will try something differe.docxMath 2318 - Test 3In this test we will try something differe.docx
Math 2318 - Test 3In this test we will try something differe.docxandreecapon
 
Notes and Formulae Mathematics SPM
Notes and Formulae Mathematics SPM Notes and Formulae Mathematics SPM
Notes and Formulae Mathematics SPM Zhang Ewe
 
Notes and-formulae-mathematics
Notes and-formulae-mathematicsNotes and-formulae-mathematics
Notes and-formulae-mathematicsAh Ching
 
Relation function
Relation functionRelation function
Relation functionmentorsnet
 
Relation function
Relation functionRelation function
Relation functionBiswa Nayak
 
Assignments for class XII
Assignments for class XIIAssignments for class XII
Assignments for class XIIindu thakur
 
Unlock Your Mathematical Potential with MathAssignmentHelp.com! 🧮✨
Unlock Your Mathematical Potential with MathAssignmentHelp.com! 🧮✨Unlock Your Mathematical Potential with MathAssignmentHelp.com! 🧮✨
Unlock Your Mathematical Potential with MathAssignmentHelp.com! 🧮✨Maths Assignment Help
 
ALA Solution.pdf
ALA Solution.pdfALA Solution.pdf
ALA Solution.pdfRkAA4
 

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

lemh2sm.pdf
lemh2sm.pdflemh2sm.pdf
lemh2sm.pdf
 
Plano numerico
Plano numericoPlano numerico
Plano numerico
 
Kuiz Add Maths
Kuiz Add MathsKuiz Add Maths
Kuiz Add Maths
 
130553704223906250
130553704223906250130553704223906250
130553704223906250
 
IIT JEE - 2008 ii- mathematics
IIT JEE  - 2008  ii- mathematicsIIT JEE  - 2008  ii- mathematics
IIT JEE - 2008 ii- mathematics
 
Linear Algebra.pptx
Linear Algebra.pptxLinear Algebra.pptx
Linear Algebra.pptx
 
Mid semexam | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Mid semexam | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurMid semexam | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Mid semexam | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
 
Affine Yield Curves: Flexibility versus Incompleteness
Affine Yield Curves: Flexibility versus IncompletenessAffine Yield Curves: Flexibility versus Incompleteness
Affine Yield Curves: Flexibility versus Incompleteness
 
Math 2318 - Test 3In this test we will try something differe.docx
Math 2318 - Test 3In this test we will try something differe.docxMath 2318 - Test 3In this test we will try something differe.docx
Math 2318 - Test 3In this test we will try something differe.docx
 
Logistics Management Assignment Help
Logistics Management Assignment Help Logistics Management Assignment Help
Logistics Management Assignment Help
 
Notes and Formulae Mathematics SPM
Notes and Formulae Mathematics SPM Notes and Formulae Mathematics SPM
Notes and Formulae Mathematics SPM
 
Notes and-formulae-mathematics
Notes and-formulae-mathematicsNotes and-formulae-mathematics
Notes and-formulae-mathematics
 
Mathematics formulas
Mathematics formulasMathematics formulas
Mathematics formulas
 
Relation function
Relation functionRelation function
Relation function
 
Relation function
Relation functionRelation function
Relation function
 
Assignments for class XII
Assignments for class XIIAssignments for class XII
Assignments for class XII
 
Unlock Your Mathematical Potential with MathAssignmentHelp.com! 🧮✨
Unlock Your Mathematical Potential with MathAssignmentHelp.com! 🧮✨Unlock Your Mathematical Potential with MathAssignmentHelp.com! 🧮✨
Unlock Your Mathematical Potential with MathAssignmentHelp.com! 🧮✨
 
ALA Solution.pdf
ALA Solution.pdfALA Solution.pdf
ALA Solution.pdf
 

More from wkyra78

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

More from wkyra78 (20)

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

Recently uploaded

_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 

Recently uploaded (20)

_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.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