MAT224 Practice Exercises - Week 7.5 Fall Comments

Size: px
Start display at page:

Download "MAT224 Practice Exercises - Week 7.5 Fall Comments"

Transcription

1 MAT224 Practice Exercises - Week 75 Fall 27 Comments The purpose of this practice exercise set is to give a review of the midterm material via easy proof questions You can read it as a summary and you should attempt to prove each question on your own or with your study group Notice that one of the most important theorems which we covered in the previous weeks is that if the dimension of a vector space is n, then it is isomorphic to R n We saw that this allows us to carry all our computations to the world of MAT223 where everything could be computed by a computer In the first term test, you didn t have any computational questions because you needed to understand in which spaces you can do computations In the second term test, you should naturally expect to do some computations However, you should understand the theoretical background in order to apply the computation techniques from MAT223 to our course I did not break this into different sections because I wanted to point out that everything is connected That s why it might seem long and scary, but I believe you could finish this review in 3-4 hours with a good reading Linear Transformations Between Finite Dimensional Vector Spaces Throughout this problem set V and W are finite dimensional vector spaces and f : V W is a linear function We pick a basis α = {v,, v n } for V and a basis {w,, w m } for W Write what it means for f to be linear 2 Here a couple of easy consequences of the definition of linear functions: (a) Let V and W denote the zero vectors of V and W respectively Then, f( V ) = W Note We don t actually need the subscripts and we will not use them from now on We will simply write f() = From the context, you can understand the first zero is the zero vector in V and the second one is the zero vector in W Indeed, the inputs of f are from V and the inputs of f are from W Hint To prove this question, start with + =, apply f to both sides and use linearity (b) For any v V, f( v) = f(v) 3 Show that for any x,, x k V and x,, x k R, we have f(c x + + c k x k ) = c f(x ) + + c k f(x k ) Recall that since α is a basis, we can write any vector v in V as a linear combination So, you proved that v = c v + + c n v n f(v) = f(c v + + c n v n ) = c f(v ) + + c n f(v n ) This means that as long as you know f(v ),, f(v n ), you can compute f(v) for any v in V This is one of the miracles of linear functions

2 4 Recall from MAT223 that if A is the matrix a a m A = a n a mn and if e is the vector then Ae is the first column of A If you don t recall this, convince yourself by computing [ ] [ ] You should get Similarly, you get [ ] [ ] 5 4 = 3 2 [ ] [ ] 5 4 = 3 2 [ ] 5 = 3 [ ] 4 = 4 [ ] 5 + [ ] 4 + [ ] = 5 3 [ ] = 4 2 [ ] + 3 [ ] + 2 [ ] [ ] Check that these computations are correct 5 We will mimick what we did in the previous question to get a matrix which represents f The recipe is as follows: Compute f(v ),, f(v n ) Since these are elements of W, they can be written as a linear combination of w,, w m : f(v ) = a w + + a m w m f(v n ) = a n w + + a mn w m looking back at the previous question, we define the matrix of f with respect to α and β as a a m [f] β α = A = a n a mn Convince yourself that if we choose different bases, the matrix might change So, this matrix depends on the basis you choose This is important 6 The previous question allowed us to store the entire information about the function f using an n m matrix Now, we will store the information about our vectors using vectors To this end, we will define the coordinate vectors For v = c v + + c n v n in V, we will write [v] α = c c n 2

3 Similarly, for w = d w + + d m w m in W, we put [w] β = We have the following very important consequence of this symbolic definition This can be seen by computing f(v) = f(c v + + c n v n ) = c f(v ) + + cf(v n ) d d m [f] β α[v] α = [f(v)] β = c [a w + + a m w m ] + + c n [a n w + + a mn w m ] = (c a + + c n a n )w + + (c a m + + c n a mn )w m So, c c n c a + + c n a n c a m + + c n a mn You should see this on a small example where n = 2 and m = 3, create your own example This is the key observation, so make sure you understand how this works You should do lots of computations of this sort, you should get your hands dirty 7 Most likely you didn t do your own small example which was suggested at the end of the previous question So, here is a small example Let V = P (R) and W = R 3 Define f : V W by f(a + bx) = (a + b, a b, 2a + 3b) Let α = {, + x} and β = {(,, ), (,, ), (,, )} Then, f() = (,, 2) = 2 (,, ) + ( ) (,, ) + (,, ) f( + x) = (2,, 5) = 5 (,, ) + ( 5) (,, ) + 2 (,, ) Hence, 2 5 [f] β α = 5 2 Now, consider 3 + 5x (a) What is [3 + 5x] α? (b) What is f(3 + 5x)? (c) What is [f(3 + 5x)] β? (d) Is it true that [f(3 + 5x)] β = [f] β α[3 + 5x] α? You should check this 3

4 8 We need to make more definitions to be able to simplify what we will say later These words are not new for most of you, as you already heard them in MAT223 We define the kernel of f as ker(f) = {v V such that f(v) = } Here are some easy but important consequences of this definition (a) Show that ker f is a subspace of V (b) Show that if f is one-to-one, then ker(f) = {} (c) Show that if ker(f) = {}, then f is one-to-one (d) Show that if v is in ker(f), then [v] α is in the nullspace of [f] β α (e) Show that if [v] α is in the nullspace of [f] β α, then v is in ker(f) 9 We define the image (range) of f to be im(f) = {w W such that there is a v V with f(v) = w} (a) Show that im(f) is a subspace of W (b) Conclude that dim(im(f)) dim W (c) Show that im(f) = W iff f is onto (Notice that there is nothing to show here, this is actually definition of being onto) (d) Show that w im(f) iff [w] β is in the column space of [f] b αeta (e) Note that Conclude from this that w im(f) f(v) = w for some v V Combining Q8d and Q8e, we can argue that and from 9c, we can conclude that f(c v + + c n v n ) = w for some c,, c n R c f(v ) + + c n f(v n ) = w for some c,, c n R im(f) = span{f(v ),, f(v n )} dim(ker(f)) = nullity([f] β α) dim(im(f)) = rank([f] β α) In MAT223, you learned the Rank-Nullity Theorem which we state as the Dimension Theorem as follows dim(ker(f)) + dim(im(f)) = dim V Now, we take a step back and prove the following facts (a) Let x,, x k V and assume {f(x ),, f(x k )} is a linearly independent subset of W Show that {x,, x k } is a linearly independent subset of V (b) Let {x,, x k } be a linearly independent subset of V and assume f is one-to-one Show that {f(x ),, f(x k )} is a linearly independent subset of W 4

5 (c) Show with a counterexample that if f is not one-to-one, then the consequence of part b is no longer true Hint For many such questions, the zero transformation (which takes all the vectors in V to zero in W ) is a counterexample Try it first (d) Conclude that {f(v ),, f(v n )} is a linearly independent subset of W if and only if f is one-to-one 2 Combine 9b, 9e and d to conclude that if f is one-to-one, then dim V dim W You can also use the Dimension Theorem to prove this Do it both ways 3 Show that the converse of the previous question is not true That is, if dim V dim W, then f does not have to be one-to-one Hint Zero transformation 4 Use 9b, 9c and 9e; or the Dimension Theorem to conclude that if f is onto, then dim V dim W 5 Show that the converse of the previous question is not true That is, if dim V dim W, then f does not have to be onto Hint Zero transformation once again! 6 We will now go back to matrix representations Here is another very important formula whose proof is tedious but quite simple If U is a third vector space with basis γ and if g : W U is another linear transformation, prove the followings (a) g f : V U is a linear transformation (This is straightforward) (b) [g f] γ α = [g] γ β [f]β α This just follows from some calculations Construct your own example to see this in action This is quite useful as we will see soon Note We are aware that there are some tutoring companies out there which sells notes to our students You should know that these notes are freely available and these so called tutoring companies are scams If you need help, we have more than hours of office hours per week available for you with about 6 hours during midterm weeks If you went to all these office hours and you still needed help, us These companies do not know anything about our midterms A good preparation for our midterm is to understand the material here and the computational problems on the problem sets Worry about your knowledge on the material, don t try to guess which questions can be on the midterm You can not learn the material if somebody hands you the solutions without you trying them on your own We care about you Don t be scammed 7 We say that a linear transformation is an isomorphism if it is one-to-one and onto (hence invertible) We say that V is isomorphic to W if there is an isomorphism from V to W (a) Show that the linear transformation T α : V R n defined by the formula T α (v) = [v] α is an isomorphism This is not difficult, but it is very important Make sure you understand how this works (b) Conclude that if dim V = n, then V is isomorphic to R n (c) Show that if f is an isomorphism, then f : W V is also an isomorphism Hint To show that f (x + y) = f (x) + f (y), you can let a = f (x + y), b = f x, f (c) = y Now your purpose is to show that a = b + c Compute f(a) and f(b + c) Then, use the fact that f is one-to-one 5

6 (d) Conclude that if V is isomorphic to W, then W is isomorphic to V (e) Show that if f is an isomorphism and g : W U is an isomorphism, then g f is also an isomorphism 8 Conclude using 7b, 7d and 7e that if dim V = dim W, then V is isomorphic to W 9 Use 2 and 4 to conclude that if V is isomorphic to W, then dim V = dim W 2 Combine the previous two questions to conclude that V is isomorphic to W if and only if dim V = dim W Notice that we did not construct an explicit isomorphism to prove this result, we used abstract linear algebra If we want to construct an isomorphism, here is a recipe: send v to w, v 2 to w 2 and so on until v n to w n Show that this recipe actually defines an isomorphism We can choose any other bases, and this recipe gives an isomorphism 2 Be careful We can have dim V = dim W and a linear map between them which is not an isomorphism Hint Zero transformation once again! 22 Show that if I : V V is the identity transformation on V then I is a linear transformation Show that [I] α α is the n n identity matrix I n 23 Assume f is an isomorphism Using the fact that f f = I, and using 6 with f : W V and f : V W and with γ = α, conclude Using 22, conclude that [f ] α β [f]β α = [I] α α [f ] α β = ([f] β α) 24 In 22, you showed that [I] α α is the identity matrix Show with a counterexample that if α is another basis, then [I] α α is not the identity matrix This matrix has a special name It is called the change of basis matrix from α to α It is the matrix of the identity transformation with respect to bases α and α 25 Using 6, 22 and the fact that I I = I, conclude ( [I] α α = [I] α α ) 26 Now, we will need some subscripts Let s denote by I V the identity transformation on V and by I W the identity transformation on W Let α and β be bases for V and W respectively (a) Convince yourself that f = I W f I V (b) Conclude using 6 that You just proved the change of basis formula [f] β α = [I] β β [f]β α [I] α α 27 NOTE From now on, we will assume that W = V So, we have a linear operator f : V V (Operator is just a fancy name to say that the domain and the codomain are the same, a nice property of an operator is that we can compose it with itself, so it allows us to model some dynamical systems) 6

7 28 Let β be a basis for V Use 26 to conclude that [f] α α = [I] α β [f]β β [I]β α Use 25 to argue that [f] α α = ( ) [I] β α [f] β β [I]β α 29 Suppose that there is a basis α = {v,, v n } of V such that for some λ,, λ n Compute [f] α α f(v ) = λ v, f(v 2 ) = λ 2 v 2,, f(v n ) = λ n v n 3 If you actually computed [f] α α in the previous question, you see that you have a diagonal matrix If you didn t, do it now This is important The nice thing about diagonal matrices is that they are so much easier to make computations with Here is an example Compute the 7th power of the following two matrices Measure time while doing it [ ] 2 A =, B = 2 3 [ ] 2 Can you compute the th powers? When a process is modeled by a linear operator and you want to understand what happens in the th step or th day, then you want to be able to compute these powers When you have larger matrices, even wolframalpha can t save you You need matrices which are as close as to a diagonal matrix If there is a basis as in 29, you are lucky You end up with a diagonal matrix If there is no such basis, then we will see what happens at the end of the course 3 Since we don t want to keep refering to 29, we should make a definition and give names to such vectors Let f : V V be a linear operator A nonzero vector v V is called an eigenvector of f if there is a λ such that f(v) = λv Such a λ is called an eigenvalue Show that is a subspace of V E λ = {v V : f(v) = λv} 32 Show that for any v E λ, we have f(v) E λ Conclude from this that we can restrict our function f to E λ and its image lies in E λ : f Eλ : E λ E λ Pick a basis β for E λ and show that [f Eλ ] β β is a diagonal matrix with λs on the diagonal 33 Note that f(v) = λv if and only if f(v) λv = This is equivalent to saying that f(v) (λi)(v) =, which is equivalent to saying that (f λi)(v) = From this conclude that 34 Note that E λ = ker(f λi) f(v) = λv [f(v)] α = [λv] α [f(v)] α = λ[v] α [f] α α[v] α = λ[v] α 7

8 From here, conclude that v is an eigenvalue of f if and only if [v] α is an eigenvalue of [f] α α You learned in MAT223 how to find eigenvalues and eigenvectors of matrices So, finding eigenvalues and eigenvectors of operators is something you already learned All you need to do is to pick a basis and write the corresponding matrix Then, you are back in MAT223 and you can find the eigenvalues 35 If you don t remember how to find eigenvalues of a matrix A, here is a reminder Ax = λx Ax = λix Ax λix = (A λi)x = x null(a λi) In MAT223, you learned that there is a nonzero vector in the nullspace of a matrix if and only if that matrix is not invertible And one of the big theorems said that this is if and only if the determinant of this matrix is zero Hence, we conclude that λ is an eigenvalue of A if and only if det(a λi) = Note that det(a λi) is a polynomial in λ, if you don t believe this, see it on a couple of examples to convince yourself 36 There is a very important point here Go back to 5 and convince yourself that that if we choose two different bases α and β, then [f] α α and [f] β β are different matrices 28 tells you the relation between them Here is a nice observation: Even though they are different matrices, they have the same characteristic polynomial! Here is how you can prove it To make things simpler, let s make a definition here Let A and B be two n n matrices We say that A is similar to B if there is an invertible matrix S such that A = S BS (a) Show that if A is similar to B, then B is similar to A (You can show B = SBS Remember S = S ) (b) Show that if A is similar to B, then for any λ R, A λi is similar to B λi X(Y + Z)W = XY W + XZW (c) Show that if A is similar to B, then det(a) = det(b) Hint det(xy ) = det(x) det(y ) Hint (d) Use the previous two parts to conclude that if A is similar to B, then they have the same characteristic polynomial Use this exercise and 28 to conclude what we wanted to prove at the beginning of this exercise Since it doesn t matter which basis we choose we define the characteristic polynomial of f to be the characteristic polynomial of [f] α α for some basis α 37 We say that a linear operator f : V V is diagonalizable if there is a basis β of V consisting of eigenvectors of f See 29 to understand why this name makes sense 38 Suppose that T : R n R n is a linear operator and suppose that T is diagonalizable Let std be the standard basis of R n and let α be a basis of R n consisting of eigenvectors of T Then, write the change of basis matrix [I] α std from std to α and the change of basis matrix [I]std α from α to std Observe from 25 that these matrices are inverses of each other What does [I] std α look like? What are its columns? Recall [T ] α α is a diagonal matrix and ( ) [T ] α α = [I] std α [T ] std std [I] std α This is how you diagonalize your matrix 39 Happy studying! Come to office hours for questions and/or a chat Good luck in your exam 8

235 Final exam review questions

235 Final exam review questions 5 Final exam review questions Paul Hacking December 4, 0 () Let A be an n n matrix and T : R n R n, T (x) = Ax the linear transformation with matrix A. What does it mean to say that a vector v R n is an

More information

Chapters 5 & 6: Theory Review: Solutions Math 308 F Spring 2015

Chapters 5 & 6: Theory Review: Solutions Math 308 F Spring 2015 Chapters 5 & 6: Theory Review: Solutions Math 308 F Spring 205. If A is a 3 3 triangular matrix, explain why det(a) is equal to the product of entries on the diagonal. If A is a lower triangular or diagonal

More information

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2 Final Review Sheet The final will cover Sections Chapters 1,2,3 and 4, as well as sections 5.1-5.4, 6.1-6.2 and 7.1-7.3 from chapters 5,6 and 7. This is essentially all material covered this term. Watch

More information

MAT 1302B Mathematical Methods II

MAT 1302B Mathematical Methods II MAT 1302B Mathematical Methods II Alistair Savage Mathematics and Statistics University of Ottawa Winter 2015 Lecture 19 Alistair Savage (uottawa) MAT 1302B Mathematical Methods II Winter 2015 Lecture

More information

Final EXAM Preparation Sheet

Final EXAM Preparation Sheet Final EXAM Preparation Sheet M369 Fall 217 1 Key concepts The following list contains the main concepts and ideas that we have explored this semester. For each concept, make sure that you remember about

More information

Definition (T -invariant subspace) Example. Example

Definition (T -invariant subspace) Example. Example Eigenvalues, Eigenvectors, Similarity, and Diagonalization We now turn our attention to linear transformations of the form T : V V. To better understand the effect of T on the vector space V, we begin

More information

Eigenspaces and Diagonalizable Transformations

Eigenspaces and Diagonalizable Transformations Chapter 2 Eigenspaces and Diagonalizable Transformations As we explored how heat states evolve under the action of a diffusion transformation E, we found that some heat states will only change in amplitude.

More information

Final Review Written by Victoria Kala SH 6432u Office Hours R 12:30 1:30pm Last Updated 11/30/2015

Final Review Written by Victoria Kala SH 6432u Office Hours R 12:30 1:30pm Last Updated 11/30/2015 Final Review Written by Victoria Kala vtkala@mathucsbedu SH 6432u Office Hours R 12:30 1:30pm Last Updated 11/30/2015 Summary This review contains notes on sections 44 47, 51 53, 61, 62, 65 For your final,

More information

and The important theorem which connects these various spaces with each other is the following: (with the notation above)

and The important theorem which connects these various spaces with each other is the following: (with the notation above) When F : U V is a linear transformation there are two special subspaces associated to F which are very important. One is a subspace of U and the other is a subspace of V. They are: kerf U (the kernel of

More information

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017 Math 4A Notes Written by Victoria Kala vtkala@math.ucsb.edu Last updated June 11, 2017 Systems of Linear Equations A linear equation is an equation that can be written in the form a 1 x 1 + a 2 x 2 +...

More information

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.]

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.] Math 43 Review Notes [Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty Dot Product If v (v, v, v 3 and w (w, w, w 3, then the

More information

Name Solutions Linear Algebra; Test 3. Throughout the test simplify all answers except where stated otherwise.

Name Solutions Linear Algebra; Test 3. Throughout the test simplify all answers except where stated otherwise. Name Solutions Linear Algebra; Test 3 Throughout the test simplify all answers except where stated otherwise. 1) Find the following: (10 points) ( ) Or note that so the rows are linearly independent, so

More information

Math 240 Calculus III

Math 240 Calculus III Generalized Calculus III Summer 2015, Session II Thursday, July 23, 2015 Agenda 1. 2. 3. 4. Motivation Defective matrices cannot be diagonalized because they do not possess enough eigenvectors to make

More information

1.1 Limits and Continuity. Precise definition of a limit and limit laws. Squeeze Theorem. Intermediate Value Theorem. Extreme Value Theorem.

1.1 Limits and Continuity. Precise definition of a limit and limit laws. Squeeze Theorem. Intermediate Value Theorem. Extreme Value Theorem. STATE EXAM MATHEMATICS Variant A ANSWERS AND SOLUTIONS 1 1.1 Limits and Continuity. Precise definition of a limit and limit laws. Squeeze Theorem. Intermediate Value Theorem. Extreme Value Theorem. Definition

More information

1. In this problem, if the statement is always true, circle T; otherwise, circle F.

1. In this problem, if the statement is always true, circle T; otherwise, circle F. Math 1553, Extra Practice for Midterm 3 (sections 45-65) Solutions 1 In this problem, if the statement is always true, circle T; otherwise, circle F a) T F If A is a square matrix and the homogeneous equation

More information

Linear Algebra Highlights

Linear Algebra Highlights Linear Algebra Highlights Chapter 1 A linear equation in n variables is of the form a 1 x 1 + a 2 x 2 + + a n x n. We can have m equations in n variables, a system of linear equations, which we want to

More information

LINEAR ALGEBRA REVIEW

LINEAR ALGEBRA REVIEW LINEAR ALGEBRA REVIEW SPENCER BECKER-KAHN Basic Definitions Domain and Codomain. Let f : X Y be any function. This notation means that X is the domain of f and Y is the codomain of f. This means that for

More information

4. Linear transformations as a vector space 17

4. Linear transformations as a vector space 17 4 Linear transformations as a vector space 17 d) 1 2 0 0 1 2 0 0 1 0 0 0 1 2 3 4 32 Let a linear transformation in R 2 be the reflection in the line = x 2 Find its matrix 33 For each linear transformation

More information

Solutions to Final Exam

Solutions to Final Exam Solutions to Final Exam. Let A be a 3 5 matrix. Let b be a nonzero 5-vector. Assume that the nullity of A is. (a) What is the rank of A? 3 (b) Are the rows of A linearly independent? (c) Are the columns

More information

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics MATH M Test #2 Solutions

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics MATH M Test #2 Solutions YORK UNIVERSITY Faculty of Science Department of Mathematics and Statistics MATH 3. M Test # Solutions. (8 pts) For each statement indicate whether it is always TRUE or sometimes FALSE. Note: For this

More information

Linear Algebra (MATH ) Spring 2011 Final Exam Practice Problem Solutions

Linear Algebra (MATH ) Spring 2011 Final Exam Practice Problem Solutions Linear Algebra (MATH 4) Spring 2 Final Exam Practice Problem Solutions Instructions: Try the following on your own, then use the book and notes where you need help. Afterwards, check your solutions with

More information

REVIEW FOR EXAM II. The exam covers sections , the part of 3.7 on Markov chains, and

REVIEW FOR EXAM II. The exam covers sections , the part of 3.7 on Markov chains, and REVIEW FOR EXAM II The exam covers sections 3.4 3.6, the part of 3.7 on Markov chains, and 4.1 4.3. 1. The LU factorization: An n n matrix A has an LU factorization if A = LU, where L is lower triangular

More information

Remark By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero.

Remark By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero. Sec 6 Eigenvalues and Eigenvectors Definition An eigenvector of an n n matrix A is a nonzero vector x such that A x λ x for some scalar λ A scalar λ is called an eigenvalue of A if there is a nontrivial

More information

MATH 310, REVIEW SHEET 2

MATH 310, REVIEW SHEET 2 MATH 310, REVIEW SHEET 2 These notes are a very short summary of the key topics in the book (and follow the book pretty closely). You should be familiar with everything on here, but it s not comprehensive,

More information

1 Invariant subspaces

1 Invariant subspaces MATH 2040 Linear Algebra II Lecture Notes by Martin Li Lecture 8 Eigenvalues, eigenvectors and invariant subspaces 1 In previous lectures we have studied linear maps T : V W from a vector space V to another

More information

Summer Session Practice Final Exam

Summer Session Practice Final Exam Math 2F Summer Session 25 Practice Final Exam Time Limit: Hours Name (Print): Teaching Assistant This exam contains pages (including this cover page) and 9 problems. Check to see if any pages are missing.

More information

Topics in linear algebra

Topics in linear algebra Chapter 6 Topics in linear algebra 6.1 Change of basis I want to remind you of one of the basic ideas in linear algebra: change of basis. Let F be a field, V and W be finite dimensional vector spaces over

More information

Outline. Linear maps. 1 Vector addition is commutative: summands can be swapped: 2 addition is associative: grouping of summands is irrelevant:

Outline. Linear maps. 1 Vector addition is commutative: summands can be swapped: 2 addition is associative: grouping of summands is irrelevant: Outline Wiskunde : Vector Spaces and Linear Maps B Jacobs Institute for Computing and Information Sciences Digital Security Version: spring 0 B Jacobs Version: spring 0 Wiskunde / 55 Points in plane The

More information

Linear Algebra- Final Exam Review

Linear Algebra- Final Exam Review Linear Algebra- Final Exam Review. Let A be invertible. Show that, if v, v, v 3 are linearly independent vectors, so are Av, Av, Av 3. NOTE: It should be clear from your answer that you know the definition.

More information

Warm-up. True or false? Baby proof. 2. The system of normal equations for A x = y has solutions iff A x = y has solutions

Warm-up. True or false? Baby proof. 2. The system of normal equations for A x = y has solutions iff A x = y has solutions Warm-up True or false? 1. proj u proj v u = u 2. The system of normal equations for A x = y has solutions iff A x = y has solutions 3. The normal equations are always consistent Baby proof 1. Let A be

More information

DIAGONALIZATION. In order to see the implications of this definition, let us consider the following example Example 1. Consider the matrix

DIAGONALIZATION. In order to see the implications of this definition, let us consider the following example Example 1. Consider the matrix DIAGONALIZATION Definition We say that a matrix A of size n n is diagonalizable if there is a basis of R n consisting of eigenvectors of A ie if there are n linearly independent vectors v v n such that

More information

Computationally, diagonal matrices are the easiest to work with. With this idea in mind, we introduce similarity:

Computationally, diagonal matrices are the easiest to work with. With this idea in mind, we introduce similarity: Diagonalization We have seen that diagonal and triangular matrices are much easier to work with than are most matrices For example, determinants and eigenvalues are easy to compute, and multiplication

More information

Test 3, Linear Algebra

Test 3, Linear Algebra Test 3, Linear Algebra Dr. Adam Graham-Squire, Fall 2017 Name: I pledge that I have neither given nor received any unauthorized assistance on this exam. (signature) DIRECTIONS 1. Don t panic. 2. Show all

More information

Eigenvectors and Hermitian Operators

Eigenvectors and Hermitian Operators 7 71 Eigenvalues and Eigenvectors Basic Definitions Let L be a linear operator on some given vector space V A scalar λ and a nonzero vector v are referred to, respectively, as an eigenvalue and corresponding

More information

Math 113 Winter 2013 Prof. Church Midterm Solutions

Math 113 Winter 2013 Prof. Church Midterm Solutions Math 113 Winter 2013 Prof. Church Midterm Solutions Name: Student ID: Signature: Question 1 (20 points). Let V be a finite-dimensional vector space, and let T L(V, W ). Assume that v 1,..., v n is a basis

More information

The eigenvalues are the roots of the characteristic polynomial, det(a λi). We can compute

The eigenvalues are the roots of the characteristic polynomial, det(a λi). We can compute A. [ 3. Let A = 5 5 ]. Find all (complex) eigenvalues and eigenvectors of The eigenvalues are the roots of the characteristic polynomial, det(a λi). We can compute 3 λ A λi =, 5 5 λ from which det(a λi)

More information

DM554 Linear and Integer Programming. Lecture 9. Diagonalization. Marco Chiarandini

DM554 Linear and Integer Programming. Lecture 9. Diagonalization. Marco Chiarandini DM554 Linear and Integer Programming Lecture 9 Marco Chiarandini Department of Mathematics & Computer Science University of Southern Denmark Outline 1. More on 2. 3. 2 Resume Linear transformations and

More information

Remark 1 By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero.

Remark 1 By definition, an eigenvector must be a nonzero vector, but eigenvalue could be zero. Sec 5 Eigenvectors and Eigenvalues In this chapter, vector means column vector Definition An eigenvector of an n n matrix A is a nonzero vector x such that A x λ x for some scalar λ A scalar λ is called

More information

. = V c = V [x]v (5.1) c 1. c k

. = V c = V [x]v (5.1) c 1. c k Chapter 5 Linear Algebra It can be argued that all of linear algebra can be understood using the four fundamental subspaces associated with a matrix Because they form the foundation on which we later work,

More information

MATH 223 FINAL EXAM APRIL, 2005

MATH 223 FINAL EXAM APRIL, 2005 MATH 223 FINAL EXAM APRIL, 2005 Instructions: (a) There are 10 problems in this exam. Each problem is worth five points, divided equally among parts. (b) Full credit is given to complete work only. Simply

More information

Chapter 4 & 5: Vector Spaces & Linear Transformations

Chapter 4 & 5: Vector Spaces & Linear Transformations Chapter 4 & 5: Vector Spaces & Linear Transformations Philip Gressman University of Pennsylvania Philip Gressman Math 240 002 2014C: Chapters 4 & 5 1 / 40 Objective The purpose of Chapter 4 is to think

More information

Announcements Wednesday, November 01

Announcements Wednesday, November 01 Announcements Wednesday, November 01 WeBWorK 3.1, 3.2 are due today at 11:59pm. The quiz on Friday covers 3.1, 3.2. My office is Skiles 244. Rabinoffice hours are Monday, 1 3pm and Tuesday, 9 11am. Section

More information

Practice problems for Exam 3 A =

Practice problems for Exam 3 A = Practice problems for Exam 3. Let A = 2 (a) Determine whether A is diagonalizable. If so, find a matrix S such that S AS is diagonal. If not, explain why not. (b) What are the eigenvalues of A? Is A diagonalizable?

More information

MATH 1553 PRACTICE MIDTERM 3 (VERSION B)

MATH 1553 PRACTICE MIDTERM 3 (VERSION B) MATH 1553 PRACTICE MIDTERM 3 (VERSION B) Name Section 1 2 3 4 5 Total Please read all instructions carefully before beginning. Each problem is worth 10 points. The maximum score on this exam is 50 points.

More information

(the matrix with b 1 and b 2 as columns). If x is a vector in R 2, then its coordinate vector [x] B relative to B satisfies the formula.

(the matrix with b 1 and b 2 as columns). If x is a vector in R 2, then its coordinate vector [x] B relative to B satisfies the formula. 4 Diagonalization 4 Change of basis Let B (b,b ) be an ordered basis for R and let B b b (the matrix with b and b as columns) If x is a vector in R, then its coordinate vector x B relative to B satisfies

More information

Solutions to Final Practice Problems Written by Victoria Kala Last updated 12/5/2015

Solutions to Final Practice Problems Written by Victoria Kala Last updated 12/5/2015 Solutions to Final Practice Problems Written by Victoria Kala vtkala@math.ucsb.edu Last updated /5/05 Answers This page contains answers only. See the following pages for detailed solutions. (. (a x. See

More information

Remarks on Definitions

Remarks on Definitions Remarks on Definitions 1. Bad Definitions Definitions are the foundation of mathematics. Linear algebra bulges with definitions and one of the biggest challenge for students is to master them. It is difficult.

More information

LINEAR ALGEBRA 1, 2012-I PARTIAL EXAM 3 SOLUTIONS TO PRACTICE PROBLEMS

LINEAR ALGEBRA 1, 2012-I PARTIAL EXAM 3 SOLUTIONS TO PRACTICE PROBLEMS LINEAR ALGEBRA, -I PARTIAL EXAM SOLUTIONS TO PRACTICE PROBLEMS Problem (a) For each of the two matrices below, (i) determine whether it is diagonalizable, (ii) determine whether it is orthogonally diagonalizable,

More information

NONCOMMUTATIVE POLYNOMIAL EQUATIONS. Edward S. Letzter. Introduction

NONCOMMUTATIVE POLYNOMIAL EQUATIONS. Edward S. Letzter. Introduction NONCOMMUTATIVE POLYNOMIAL EQUATIONS Edward S Letzter Introduction My aim in these notes is twofold: First, to briefly review some linear algebra Second, to provide you with some new tools and techniques

More information

1. Select the unique answer (choice) for each problem. Write only the answer.

1. Select the unique answer (choice) for each problem. Write only the answer. MATH 5 Practice Problem Set Spring 7. Select the unique answer (choice) for each problem. Write only the answer. () Determine all the values of a for which the system has infinitely many solutions: x +

More information

Calculating determinants for larger matrices

Calculating determinants for larger matrices Day 26 Calculating determinants for larger matrices We now proceed to define det A for n n matrices A As before, we are looking for a function of A that satisfies the product formula det(ab) = det A det

More information

5.) For each of the given sets of vectors, determine whether or not the set spans R 3. Give reasons for your answers.

5.) For each of the given sets of vectors, determine whether or not the set spans R 3. Give reasons for your answers. Linear Algebra - Test File - Spring Test # For problems - consider the following system of equations. x + y - z = x + y + 4z = x + y + 6z =.) Solve the system without using your calculator..) Find the

More information

MATH 583A REVIEW SESSION #1

MATH 583A REVIEW SESSION #1 MATH 583A REVIEW SESSION #1 BOJAN DURICKOVIC 1. Vector Spaces Very quick review of the basic linear algebra concepts (see any linear algebra textbook): (finite dimensional) vector space (or linear space),

More information

MATH 315 Linear Algebra Homework #1 Assigned: August 20, 2018

MATH 315 Linear Algebra Homework #1 Assigned: August 20, 2018 Homework #1 Assigned: August 20, 2018 Review the following subjects involving systems of equations and matrices from Calculus II. Linear systems of equations Converting systems to matrix form Pivot entry

More information

Lecture Notes: Eigenvalues and Eigenvectors. 1 Definitions. 2 Finding All Eigenvalues

Lecture Notes: Eigenvalues and Eigenvectors. 1 Definitions. 2 Finding All Eigenvalues Lecture Notes: Eigenvalues and Eigenvectors Yufei Tao Department of Computer Science and Engineering Chinese University of Hong Kong taoyf@cse.cuhk.edu.hk 1 Definitions Let A be an n n matrix. If there

More information

The Jordan Normal Form and its Applications

The Jordan Normal Form and its Applications The and its Applications Jeremy IMPACT Brigham Young University A square matrix A is a linear operator on {R, C} n. A is diagonalizable if and only if it has n linearly independent eigenvectors. What happens

More information

Math 54 Second Midterm Exam, Prof. Srivastava October 31, 2016, 4:10pm 5:00pm, 155 Dwinelle Hall.

Math 54 Second Midterm Exam, Prof. Srivastava October 31, 2016, 4:10pm 5:00pm, 155 Dwinelle Hall. Math 54 Second Midterm Exam, Prof. Srivastava October 31, 2016, 4:10pm 5:00pm, 155 Dwinelle Hall. Name: SID: Instructions: Write all answers in the provided space. This exam includes one page of scratch

More information

MAT1302F Mathematical Methods II Lecture 19

MAT1302F Mathematical Methods II Lecture 19 MAT302F Mathematical Methods II Lecture 9 Aaron Christie 2 April 205 Eigenvectors, Eigenvalues, and Diagonalization Now that the basic theory of eigenvalues and eigenvectors is in place most importantly

More information

Linear Algebra. Rekha Santhanam. April 3, Johns Hopkins Univ. Rekha Santhanam (Johns Hopkins Univ.) Linear Algebra April 3, / 7

Linear Algebra. Rekha Santhanam. April 3, Johns Hopkins Univ. Rekha Santhanam (Johns Hopkins Univ.) Linear Algebra April 3, / 7 Linear Algebra Rekha Santhanam Johns Hopkins Univ. April 3, 2009 Rekha Santhanam (Johns Hopkins Univ.) Linear Algebra April 3, 2009 1 / 7 Dynamical Systems Denote owl and wood rat populations at time k

More information

Announcements Monday, November 13

Announcements Monday, November 13 Announcements Monday, November 13 The third midterm is on this Friday, November 17 The exam covers 31, 32, 51, 52, 53, and 55 About half the problems will be conceptual, and the other half computational

More information

Math 113 Midterm Exam Solutions

Math 113 Midterm Exam Solutions Math 113 Midterm Exam Solutions Held Thursday, May 7, 2013, 7-9 pm. 1. (10 points) Let V be a vector space over F and T : V V be a linear operator. Suppose that there is a non-zero vector v V such that

More information

Recall : Eigenvalues and Eigenvectors

Recall : Eigenvalues and Eigenvectors Recall : Eigenvalues and Eigenvectors Let A be an n n matrix. If a nonzero vector x in R n satisfies Ax λx for a scalar λ, then : The scalar λ is called an eigenvalue of A. The vector x is called an eigenvector

More information

Linear Algebra Review

Linear Algebra Review Chapter 1 Linear Algebra Review It is assumed that you have had a course in linear algebra, and are familiar with matrix multiplication, eigenvectors, etc. I will review some of these terms here, but quite

More information

MTH 464: Computational Linear Algebra

MTH 464: Computational Linear Algebra MTH 464: Computational Linear Algebra Lecture Outlines Exam 2 Material Prof. M. Beauregard Department of Mathematics & Statistics Stephen F. Austin State University March 2, 2018 Linear Algebra (MTH 464)

More information

Diagonalization. MATH 1502 Calculus II Notes. November 4, 2008

Diagonalization. MATH 1502 Calculus II Notes. November 4, 2008 Diagonalization MATH 1502 Calculus II Notes November 4, 2008 We want to understand all linear transformations L : R n R m. The basic case is the one in which n = m. That is to say, the case in which the

More information

2018 Fall 2210Q Section 013 Midterm Exam II Solution

2018 Fall 2210Q Section 013 Midterm Exam II Solution 08 Fall 0Q Section 0 Midterm Exam II Solution True or False questions points 0 0 points) ) Let A be an n n matrix. If the equation Ax b has at least one solution for each b R n, then the solution is unique

More information

MA 265 FINAL EXAM Fall 2012

MA 265 FINAL EXAM Fall 2012 MA 265 FINAL EXAM Fall 22 NAME: INSTRUCTOR S NAME:. There are a total of 25 problems. You should show work on the exam sheet, and pencil in the correct answer on the scantron. 2. No books, notes, or calculators

More information

2. Every linear system with the same number of equations as unknowns has a unique solution.

2. Every linear system with the same number of equations as unknowns has a unique solution. 1. For matrices A, B, C, A + B = A + C if and only if A = B. 2. Every linear system with the same number of equations as unknowns has a unique solution. 3. Every linear system with the same number of equations

More information

Comps Study Guide for Linear Algebra

Comps Study Guide for Linear Algebra Comps Study Guide for Linear Algebra Department of Mathematics and Statistics Amherst College September, 207 This study guide was written to help you prepare for the linear algebra portion of the Comprehensive

More information

2.2. Show that U 0 is a vector space. For each α 0 in F, show by example that U α does not satisfy closure.

2.2. Show that U 0 is a vector space. For each α 0 in F, show by example that U α does not satisfy closure. Hints for Exercises 1.3. This diagram says that f α = β g. I will prove f injective g injective. You should show g injective f injective. Assume f is injective. Now suppose g(x) = g(y) for some x, y A.

More information

Linear Algebra Practice Final

Linear Algebra Practice Final . Let (a) First, Linear Algebra Practice Final Summer 3 3 A = 5 3 3 rref([a ) = 5 so if we let x 5 = t, then x 4 = t, x 3 =, x = t, and x = t, so that t t x = t = t t whence ker A = span(,,,, ) and a basis

More information

Math 20F Practice Final Solutions. Jor-el Briones

Math 20F Practice Final Solutions. Jor-el Briones Math 2F Practice Final Solutions Jor-el Briones Jor-el Briones / Math 2F Practice Problems for Final Page 2 of 6 NOTE: For the solutions to these problems, I skip all the row reduction calculations. Please

More information

Math 291-2: Lecture Notes Northwestern University, Winter 2016

Math 291-2: Lecture Notes Northwestern University, Winter 2016 Math 291-2: Lecture Notes Northwestern University, Winter 2016 Written by Santiago Cañez These are lecture notes for Math 291-2, the second quarter of MENU: Intensive Linear Algebra and Multivariable Calculus,

More information

W2 ) = dim(w 1 )+ dim(w 2 ) for any two finite dimensional subspaces W 1, W 2 of V.

W2 ) = dim(w 1 )+ dim(w 2 ) for any two finite dimensional subspaces W 1, W 2 of V. MA322 Sathaye Final Preparations Spring 2017 The final MA 322 exams will be given as described in the course web site (following the Registrar s listing. You should check and verify that you do not have

More information

What is on this week. 1 Vector spaces (continued) 1.1 Null space and Column Space of a matrix

What is on this week. 1 Vector spaces (continued) 1.1 Null space and Column Space of a matrix Professor Joana Amorim, jamorim@bu.edu What is on this week Vector spaces (continued). Null space and Column Space of a matrix............................. Null Space...........................................2

More information

Announcements Wednesday, November 01

Announcements Wednesday, November 01 Announcements Wednesday, November 01 WeBWorK 3.1, 3.2 are due today at 11:59pm. The quiz on Friday covers 3.1, 3.2. My office is Skiles 244. Rabinoffice hours are Monday, 1 3pm and Tuesday, 9 11am. Section

More information

Solutions to the Calculus and Linear Algebra problems on the Comprehensive Examination of January 28, 2011

Solutions to the Calculus and Linear Algebra problems on the Comprehensive Examination of January 28, 2011 Solutions to the Calculus and Linear Algebra problems on the Comprehensive Examination of January 8, Solutions to Problems 5 are omitted since they involve topics no longer covered on the Comprehensive

More information

3.3 Eigenvalues and Eigenvectors

3.3 Eigenvalues and Eigenvectors .. EIGENVALUES AND EIGENVECTORS 27. Eigenvalues and Eigenvectors In this section, we assume A is an n n matrix and x is an n vector... Definitions In general, the product Ax results is another n vector

More information

( 9x + 3y. y 3y = (λ 9)x 3x + y = λy 9x + 3y = 3λy 9x + (λ 9)x = λ(λ 9)x. (λ 2 10λ)x = 0

( 9x + 3y. y 3y = (λ 9)x 3x + y = λy 9x + 3y = 3λy 9x + (λ 9)x = λ(λ 9)x. (λ 2 10λ)x = 0 Math 46 (Lesieutre Practice final ( minutes December 9, 8 Problem Consider the matrix M ( 9 a Prove that there is a basis for R consisting of orthonormal eigenvectors for M This is just the spectral theorem:

More information

Math 369 Exam #2 Practice Problem Solutions

Math 369 Exam #2 Practice Problem Solutions Math 369 Exam #2 Practice Problem Solutions 2 5. Is { 2, 3, 8 } a basis for R 3? Answer: No, it is not. To show that it is not a basis, it suffices to show that this is not a linearly independent set.

More information

Study Guide for Linear Algebra Exam 2

Study Guide for Linear Algebra Exam 2 Study Guide for Linear Algebra Exam 2 Term Vector Space Definition A Vector Space is a nonempty set V of objects, on which are defined two operations, called addition and multiplication by scalars (real

More information

Elementary Linear Algebra

Elementary Linear Algebra Matrices J MUSCAT Elementary Linear Algebra Matrices Definition Dr J Muscat 2002 A matrix is a rectangular array of numbers, arranged in rows and columns a a 2 a 3 a n a 2 a 22 a 23 a 2n A = a m a mn We

More information

Math 308 Practice Test for Final Exam Winter 2015

Math 308 Practice Test for Final Exam Winter 2015 Math 38 Practice Test for Final Exam Winter 25 No books are allowed during the exam. But you are allowed one sheet ( x 8) of handwritten notes (back and front). You may use a calculator. For TRUE/FALSE

More information

LINEAR ALGEBRA KNOWLEDGE SURVEY

LINEAR ALGEBRA KNOWLEDGE SURVEY LINEAR ALGEBRA KNOWLEDGE SURVEY Instructions: This is a Knowledge Survey. For this assignment, I am only interested in your level of confidence about your ability to do the tasks on the following pages.

More information

ECE504: Lecture 6. D. Richard Brown III. Worcester Polytechnic Institute. 07-Oct-2008

ECE504: Lecture 6. D. Richard Brown III. Worcester Polytechnic Institute. 07-Oct-2008 D. Richard Brown III Worcester Polytechnic Institute 07-Oct-2008 Worcester Polytechnic Institute D. Richard Brown III 07-Oct-2008 1 / 35 Lecture 6 Major Topics We are still in Part II of ECE504: Quantitative

More information

MATH 310, REVIEW SHEET

MATH 310, REVIEW SHEET MATH 310, REVIEW SHEET These notes are a summary of the key topics in the book (and follow the book pretty closely). You should be familiar with everything on here, but it s not comprehensive, so please

More information

Math 118, Fall 2014 Final Exam

Math 118, Fall 2014 Final Exam Math 8, Fall 4 Final Exam True or false Please circle your choice; no explanation is necessary True There is a linear transformation T such that T e ) = e and T e ) = e Solution Since T is linear, if T

More information

Matrices and Linear transformations

Matrices and Linear transformations Matrices and Linear transformations We have been thinking of matrices in connection with solutions to linear systems of equations like Ax = b. It is time to broaden our horizons a bit and start thinking

More information

Eigenvalues, Eigenvectors, and Diagonalization

Eigenvalues, Eigenvectors, and Diagonalization Math 240 TA: Shuyi Weng Winter 207 February 23, 207 Eigenvalues, Eigenvectors, and Diagonalization The concepts of eigenvalues, eigenvectors, and diagonalization are best studied with examples. We will

More information

6 Inner Product Spaces

6 Inner Product Spaces Lectures 16,17,18 6 Inner Product Spaces 6.1 Basic Definition Parallelogram law, the ability to measure angle between two vectors and in particular, the concept of perpendicularity make the euclidean space

More information

Diagonalization of Matrix

Diagonalization of Matrix of Matrix King Saud University August 29, 2018 of Matrix Table of contents 1 2 of Matrix Definition If A M n (R) and λ R. We say that λ is an eigenvalue of the matrix A if there is X R n \ {0} such that

More information

MATH 235. Final ANSWERS May 5, 2015

MATH 235. Final ANSWERS May 5, 2015 MATH 235 Final ANSWERS May 5, 25. ( points) Fix positive integers m, n and consider the vector space V of all m n matrices with entries in the real numbers R. (a) Find the dimension of V and prove your

More information

80 min. 65 points in total. The raw score will be normalized according to the course policy to count into the final score.

80 min. 65 points in total. The raw score will be normalized according to the course policy to count into the final score. This is a closed book, closed notes exam You need to justify every one of your answers unless you are asked not to do so Completely correct answers given without justification will receive little credit

More information

Linear algebra and differential equations (Math 54): Lecture 10

Linear algebra and differential equations (Math 54): Lecture 10 Linear algebra and differential equations (Math 54): Lecture 10 Vivek Shende February 24, 2016 Hello and welcome to class! As you may have observed, your usual professor isn t here today. He ll be back

More information

Topic 2 Quiz 2. choice C implies B and B implies C. correct-choice C implies B, but B does not imply C

Topic 2 Quiz 2. choice C implies B and B implies C. correct-choice C implies B, but B does not imply C Topic 1 Quiz 1 text A reduced row-echelon form of a 3 by 4 matrix can have how many leading one s? choice must have 3 choice may have 1, 2, or 3 correct-choice may have 0, 1, 2, or 3 choice may have 0,

More information

Midterm 1 NAME: QUESTION 1 / 10 QUESTION 2 / 10 QUESTION 3 / 10 QUESTION 4 / 10 QUESTION 5 / 10 QUESTION 6 / 10 QUESTION 7 / 10 QUESTION 8 / 10

Midterm 1 NAME: QUESTION 1 / 10 QUESTION 2 / 10 QUESTION 3 / 10 QUESTION 4 / 10 QUESTION 5 / 10 QUESTION 6 / 10 QUESTION 7 / 10 QUESTION 8 / 10 Midterm 1 NAME: RULES: You will be given the entire period (1PM-3:10PM) to complete the test. You can use one 3x5 notecard for formulas. There are no calculators nor those fancy cellular phones nor groupwork

More information

Properties of Linear Transformations from R n to R m

Properties of Linear Transformations from R n to R m Properties of Linear Transformations from R n to R m MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Topic Overview Relationship between the properties of a matrix transformation

More information

and let s calculate the image of some vectors under the transformation T.

and let s calculate the image of some vectors under the transformation T. Chapter 5 Eigenvalues and Eigenvectors 5. Eigenvalues and Eigenvectors Let T : R n R n be a linear transformation. Then T can be represented by a matrix (the standard matrix), and we can write T ( v) =

More information

LINEAR ALGEBRA BOOT CAMP WEEK 1: THE BASICS

LINEAR ALGEBRA BOOT CAMP WEEK 1: THE BASICS LINEAR ALGEBRA BOOT CAMP WEEK 1: THE BASICS Unless otherwise stated, all vector spaces in this worksheet are finite dimensional and the scalar field F has characteristic zero. The following are facts (in

More information

Review problems for MA 54, Fall 2004.

Review problems for MA 54, Fall 2004. Review problems for MA 54, Fall 2004. Below are the review problems for the final. They are mostly homework problems, or very similar. If you are comfortable doing these problems, you should be fine on

More information