MATH 2300 Sample Proofs

Size: px
Start display at page:

Download "MATH 2300 Sample Proofs"

Transcription

1 MATH 2300 Sample Proofs This document contains a number of theorems, the proofs of which are at a difficulty level where they could be put on a test or exam. This should not be taken as an indication that the only theorems on tests or exams will be taken from this document, nor that every (or any) theorem in this document need be tested. This document is for information purposes only. Questions marked with a * are a little harder than the others, and the more stars, the harder the question, but all are testable. More solutions will be provided as time allows. VECTOR SPACE PROOFS 1. Prove that for any set of vectors S {v 1,..., v n } in a vector space V, span(s) is a subspace of V. Solution: Let u, w span(s), k R. Then there exist c 1,... c n R and k 1,..., k n R such that u c 1 v 1 + c 2 v c n v n and w k 1 v 1 + k 2 v k n v n. A1) u + w (c 1 v 1 + c 2 v c n v n ) + (k 1 v 1 + k 2 v k n v n ) (c 1 + k 1 )v 1 + (c 2 + k 2 )v (c n + k n )v n span(s). Thus span(s) is closed under addition. M1) ku k(c 1 v 1 + c 2 v c n v n ) k(c 1 v 1 ) + k(c 2 v 2 ) k(c n v n ) (kc 1 )v 1 + (kc 2 )v (kc n )v n span(s). Thus span(s) is closed under scalar multiplication. Thus by the subspace theorem, span(s) is a subspace of V. 2. Prove that if S is a linearly independent set of vectors, then S is a basis for span(s). Solution: To be a basis for span(s), it must be linearly independent and span the space. Certainly the span of S is equal to the entire space, span(s) (by definition), and S is given to be linearly independent in the question. Thus S is a basis for span(s).

2 3. Show that if A is an m n matrix, then the solution set V to the equation Ax 0 is a subspace of R n. Solution: A1) Let x 1, x 2 R n be two solutions to the equation Ax 0 (that is, x 1, x 2 V ). Then x 1 + x 2 R n, and Thus x 1 + x 2 V. A(x 1 + x 2 ) Ax 1 + Ax M1). Let x 1 V, k R. Then kx 1 R n, and Thus kx 1 V as well. A(kx 1 ) k(ax 1 ) k(0) 0. Thus by the subspace theorem, V is a subspace of R n. 4. Prove that any finite set of vectors containing the zero vector is linearly dependent. Solution: Let S {0, v 1,..., v n }. Then the equation c c 2 v c n v n 0 has the solution c 1 1, c 2 c 3 c n 0, which is not all zeros, and thus the set S is linearly dependent. 5. Prove that if S {v 1, v 2,..., v n } is a basis for a vector space V, then every vector v V can be expressed as a linear combination of the elements of S in exactly one way. Solution: Let v V. Let c 1,..., c n, k 1,..., k n R be such that v c 1 v 1 + c 2 v c n v n and v k 1 v 1 + k 2 v k n v n. Then subtracting straight down we get 0 v v (c 1 k 1 )v 1 + (c 2 k 2 )v (c n k n )v n.

3 But since S is a basis, S is linearly independent, and thus the only way this could happen is if c 1 k 1 0,..., c n k n 0. Thus c 1 k 1,..., c n k n and so v can only be written as a linear combination of the elements of S in one way. 6. Given that {u, v, w} is a linearly independent set of vectors in some vector space V, prove that: (a) the set {u, v} is linearly independent. (b) the set {u, u + v} is linearly independent. (c) the set {u + v, v + w} is linearly independent. 7. Let u, v R 3 be such that u v 0. Prove that {u, v} is a linearly independent set. 8. Let V be a vector space. Prove that for every u V, 0 u 0. Solution: Let u V. Then 0 u (0 + 0) u (since ) 0 u 0 u. (axiom M3) By axiom A5, there exists (0 u). Then, 0 u (0 u) 0 (by A5), and 0 u (0 u) (0 u 0 u) (0 u) (by above) 0 u (0 u (0 u)) (by A3) 0 u 0 (by A5) 0 u. (by A4) Therefore 0 u Let V be a vector space. Prove that for every k R, k 0 0. Solution: Let k R. Then k 0 k (0 0) (by A4) k 0 k 0 (by M2).

4 By A5, there exists (k 0). Then, k 0 (k 0) 0, (by A5) but k 0 (k 0) (k 0 k 0) (k 0) (by above) k 0 (k 0 (k 0)) (by A3) k 0 0 (by A5) k 0. (by A4) Therefore k Let V be a vector space. Prove that for every u V, ( 1) u u. Solution: Let u V. Then, ( 1) u u ( 1) u 1 u (by M5) ( 1 + 1) u (by M3) 0 u 0 (by part 1). Therefore, u ( 1) u. 11. Let V be a vector space. Prove that if for some k R and u V, k u 0, then either k 0, or u 0. Solution: Let k R, u V, and assume that k u 0. If k 0, then this is true, by part 1, so assume that k 0. Then 1 k (k u ( 1 k) u) (by M4) k 1 u u (by M5), but 1 k (k u) 1 k 0 (by assumption) 0 (by part 2). Therefore u 0.

5 12. Prove that a set of vectors is linearly dependent if and only if at least one vector in the set is a linear combination of the others. 13. Let A be a m n matrix. Prove that if both the set of rows of A and the set of columns of A form linearly independent sets, then A must be square. Solution: Let r 1,..., r m R n be the rows of A and let c 1,..., c n R m be the columns of A. Since the set of rows is linearly independent, and the rows are elements of R n, it must be that m n. Similarly, since the set of columns is linearly independent, and the columns are elements of R m, it must be that n m. Thus m n. 14. Let V be the set of 2 2 matrices, together with the operation defined for any 2 2 matrices A and B as A B AB (the usual matrix multiplication), and with the standard scalar multiplication for matrices. (a) Show that the vector space axiom A4 holds. (b) Prove that V is not a vector space. 15. Let V {(a, b) R 2 : a > 0, b > 0} together with the operations defined as follows: for (a, b), (c, d) V, k R, (a, b) (c, d) (ac, bd) k (a, b) (a k, b k ). (a) Show that the vector space axiom M3 holds in this space. (b) Does the axiom A4 hold in this space? If so, find the zero vector and prove it is the zero vector. If not, show that there is no possible zero vector. 16. Let V be a vector space, and let W 1 and W 2 be subspaces of V. Prove that the set U {v : v W 1 and v W 2 } (that is, U is the set of vectors in BOTH W 1 and W 2 ). Prove that U is a subspace of V as well. Solution: A1) Let u, v U. Then u, v W 1 and u, v W 2. Then since A1 holds in W 1, u + v W 1, and since A1 holds in W 2, u + v W 2 as well. Thus u + v U and so A1 holds. M1) Let u U, and let k R. Then u W 1 and u W 2, and so since M1 holds in W 1, ku W 1, and since M1 holds in W 2, ku W 2 as well. Thus ku U, and so M1 holds. Thus, but the subspace theorem, U is a subspace of V.

6 17. Let W be a subspace of a vector space V, and let v 1, v 2, v 3 W. Prove then that every linear combination of these vectors is also in W. Solution: Let c 1 v 1 + c 2 v 2 + c 3 v 3 be a linear combination of v 1, v 2, v 3. Since W is a subspace (and thus a vector space), since W is closed under scalar multiplication (M1), we know that c 1 v 1, c 2 v 2, and c 3 v 3 are all in W as well. Then since W is closed under addition (A1), we know that c 1 v 1 + c 2 v 2 is also in W. Then applying closure under addition (A1) again, we get that (c 1 v 1 + c 2 v 2 ) + c 3 v 3 c 1 v 1 + c 2 v 2 + c 3 v 3 W. 18. Let S {v 1,..., v r } be a set of vectors in R n. If r > n, then S is linearly dependent. Solution: Assume r > n, and assume that for each i, 1 i r, Let c 1, c 2,..., c r R be such that v i (v i,1, v i,2,..., v i,n ). c 1 v c r v r 0. This produces the homogeneous system of equations: v 1,1 v 2,1 v r,1 c 1 v 1,2 v 2,2 v r,2 c 2... v 1,n v 2,n v r,n. c r The coefficient matrix of this system has n rows and r columns. But r > n. Therefore this system is guaranteed to have a parameter, and since it is a homogeneous system and has at least one solution, it therefore has infinitely many solutions. Thus there is at least one solution for the c i s that is not all zero, and so the set S is linearly dependent.

7 LINEAR TRANSFORMATION PROOFS 19. Prove that the range of a linear transformation T : V W is a subspace of W. 20. Prove that given two linear transformations T 1 : U V and T 2 : V W, the composition T 2 T 1 : U W is also a linear transformation. 21. Prove that for any linear transformation T : V W, ker(t ) is a subspace of W. 22. Prove that If T 1 : U V is one-to-one, and T 2 : V W is one-to-one, then the composition T 2 T 1 : U W is also one-to-one. 23. If T 1 : U V is onto, and T 2 : V W is onto, then the composition T 2 T 1 : U W is also onto. 24. Prove that for any one-to-one linear transformation T : V W, T 1 is also a one-to-one linear transformation. 25. Prove that for any m n matrix M, T A : R n R m defined by is a linear transformation. T A (v) Av 26. If T : V W is a linear transformation, then prove each of the following: If T is one-to-one, then ker(t ) {0}. If ker(t ) {0}, then T is one-to-one. 27. If V is a finite-dimensional vector space, and T : V V is a linear operator, then prove that if T is one-to-one, then the range of T is all of V. 28. Prove that if T : V W is an isomorphism between V and W (one-to-one and onto), and B {v 1, v 2,..., v n } is a basis for V, then T (B) {T (v 1 ), T (v 2 ),..., T (v n )} is a basis for W. 29. Prove that every vector space of dimension n is isomorphic to R n. 30. Let T : V W be a one-to-one linear transformation. Prove that if dim(v ) dim(w ) (and both V and W are finite-dimensional), then T is an isomorphism. Solution: Assume dim(v ) dim(w ) and that T : V W is one-to-one. Assume further (in hopes of a contradiction) that T is not onto. Then there exists w W such that w T (V ). But then since T (V ) is a subspace of W, but we know that

8 T (V ) W, it follows that rank(t ) dim(t (V )) < dim(w ). Dimension Theorem, But then, by the nullity(t ) dim(v ) rank(t ) dim(v ) dim(t (V )) > dim(v ) dim(w ) dim(v ) dim(v ) 0. Then since nullity(t ) > 0, ker(t ) {0}, and thus there are two vectors in V that map to the zero vector in W. Thus T is not 1:1, a contradiction. 31. Let T 1 : U V and T 2 : V W be two linear transformations. Prove that if T 2 T 1 is one-to-one, then T 1 must be one-to-one. Solution: Suppose that T 2 T 1 : U W is one-to-one. That is, for all u, v U, if (T 2 T 1 )(u) (T 2 T 1 )(v), then u v. It remains to show that T 1 : U V is one-to-one. Let u, v U and assume that T 1 (u) T 1 (v). Then certainly and therefore, T 2 (T 1 (u)) T 2 (T 1 (v)), (T 2 T 1 )(u) (T 2 T 1 )(v). Then, because (T 2 T 1 ) is one-to-one, it follows that u v. Therefore T 1 is one-toone. Solution: Alternate Proof. Suppose that T 2 T 1 : U W is one-to-one. Then ker(t 2 T 1 ) {0}. Let u ker(t 1 ). Then T 1 (u) 0, and so (T 2 T 1 )(u) T 2 (T 1 (u)) T 2 (0) (def n of u) 0. (property of linear transformations) But then u ker(t 2 T 1 ), and so u 0. Thus since u ker(t 1 ) we have that ker(t 1 ) {0}. Thus T 1 is 1:1 as well. 32. Let T : V W be an onto linear transformation. Prove that if dim(v ) dim(w ), then T is an isomorphism.

9 Solution: Assume that dim(v ) dim(w ). Then since T is onto, T (V ) W, and so rank(t ) dim(w ) dim(v ). But then by the dimension theorem, nullity(t ) dim(v ) rank(t ) dim(v ) dim(v ) 0. Therefore Ker(T ) {0}, and therefore by the theorem above, we have that T is 1:1. Therefore T is both 1:1 and onto, and is thus an isomorphism. 33. Let T : V W be a one-to-one linear transformation. Prove that T is an isomorphism between V and T (V ). Solution: T is given to be 1:1. Viewing it as a linear transformation between V and T (V ), it is also certainly onto by the definition of T (V ). Therefore it is 1:1 and onto, and is thus an isomorphism. 34. Let E be a fixed 2 2 elementary matrix. (a) Does the formula T (A) EA define a one-to-one linear operator on M 2,2? Prove or disprove. (b) Does the formula T (A) EA define an onto linear operator on M 2,2? Prove or disprove. Solution: 1-to-1: Let A, B M 2,2 be such that T (A) T (B). Then EA EB. Since E is an elementary matrix, and all elementary matrices are invertible, E 1 exists. Multiplying both sides by E 1 we get E 1 EA E 1 EB, and thus A B. Therefore T is 1:1. Onto: Let A M 2,2. Then B E 1 A is a matrix in M 2,2 such that T (B) EB A. Thus T is onto. Thus T is 1:1 and onto (and is thus an isomorphism). 35. Let B {v 1, v 2,..., v n } be a basis for a vector space V, and let T : V W be a linear transformation. Show that if T (v 1 ) T (v 2 ) T (v n ) 0 W, then T is the zero transformation (that is, for every v V, T (v) 0 W ). Solution: Let v V. Then since B is a basis for V, there exist c 1, c 2,..., c n R such that v c 1 v c n v n.

10 Then, Thus T is the zero transformation. T (v) T (c 1 v c n v n ) T (c 1 v 1 ) T (c n v n ) c 1 T (v 1 ) c n T (v n ) c 1 0 W c n 0 W 0 W. 36. Let T 1 : V W and T 2 : V W be two linear transformations and let B {v 1,..., v n } be a basis for V. Prove that if for all i, 1 i n, T 1 (v i ) T 2 (v i ), then T 1 T 2 (that is, for all v V, T 1 (v) T 2 (v)). Solution: Let v V. Then since B is a basis for V, there exist c 1, c 2,..., c n R such that v c 1 v c n v n. Then, Thus T 1 T 2. T 1 (v) T 1 (c 1 v c n v n ) T 1 (c 1 v 1 ) T 1 (c n v n ) c 1 T 1 (v 1 ) c n T 1 (v n ) c 1 T 2 (v 1 ) c n T 2 (v n ) T 2 (c 1 v 1 ) T 2 (c n v n ) T 2 (c 1 v c n v n ) T 2 (v).

11 EIGENVALUE/VECTOR AND INNER PRODUCT SPACE PROOFS 37. Let A be an n n matrix and let λ be an eigenvalue of A. Let V be the set of all eigenvectors corresponding to λ, together with the zero vector. Prove that V is a subspace of R n. Solution: Let E be the set of all eigenvectors corresponding to λ, together with the zero vector. Let u, v E, k R. Closure under addition: Therefore u + v is also in E. Closure under scalar mult: Thus ku E as well. A(u + v) Au + Av λu + λv λ(u + v). A(ku) ka(u) k(λu) λ(ku). Therefore by the subspace theorem, E is a subspace of R n. 38. Show that for all u, v, w in an inner product space V, u, v + w u, v + u, w 39. Show that for all u, v in an inner product space V, and k R, u, kv k u, v 40. Show that for all u, v, w in an inner product space V, u v, w u, w v, w 41. Show that for all u, v, w in an inner product space V, u, v w u, v u, w 42. Show that in any inner product space V, for all v V, v, 0 0.

12 Solution: Let v V. Then v, 0 v, v, Prove each of the following properties about inner product spaces: for all u, v, w in an inner product space V, and all k R, u 0 u 0 if and only if u 0 ku k u u + v u + v d(u, v) 0 d(u, v) 0 if and only if u v d(u, v) d(v, u) d(u, v) d(u, w) + d(w, v). (Triangle Inequality) (Triangle Inequality) 44. Prove that if u and v are orthogonal, then so are 1 u u and 1 v v. 45. Let A be an n n matrix. Prove that A and A T have the same eigenvalues. Solution: λi A (λi A) T (λi) T A T λi A T. Thus A and A T have the same characteristic polynomials, and so must have the same eigenvalues. 46. Let A be an n n matrix. Prove that A is invertible if and only if 0 is not an eigenvalue of A. Solution: I will solve this problem by proving the contrapositives: that A is not invertible if and only if 0 is an eigenvalue of A. ( ): Assume A is not invertible. Then Ax 0 has infinitely many solutions, and thus at least one non-zero solution, say x 0. Then Ax 0 0 0x 0

13 and thus 0 is an eigenvalue of A with eigenvector x 0. ( ): Assume 0 is an eigenvalue of A. Then det(a 0I) det(a) 0. Thus A is not invertible. 47. Prove that if B C 1 AC, then B and A have the same eigenvalues (HINT: Look at the characteristic polynomials of B and A). Solution: λi B λi C 1 AC λc 1 C C 1 AC C 1 (λc AC) C 1 (λi A)C C 1 λi A C λi A C 1 C λi A C 1 C λi A I λi A. Thus A and B have the same characteristic polynomials, and so must have the same eigenvalues. 48. Let v be a nonzero vector in an inner product space V. Let W be the set of all vectors in V that are orthogonal to v. Prove that W is a subspace of V. Solution: Let W {w V : w, v 0}. Certainly W is non-empty since the zero vector is orthogonal to every vector in V. Let a, b W, k R. A1. We need to check if a + b is orthogonal to v. Thus a + b W. M1. We need to check if ka W. Thus ka W. a + b, v a, v + b, v ka, v k a, v k(0) 0. Therefore by the subspace theorem, W is a subspace of V.

14 49. Prove that for any two vectors u and v in an inner product space, if then u + v is orthogonal to u v. u v, Solution: Assume that u v. Then, u + v, u v u, u v + v, u v u v, u + u v, v u, u v, u + u, v v, v u 2 u, v + u, v v 2 u 2 v 2 u 2 u 2 0. Thus u + v is orthogonal to u v. 50. Let B {v 1, v 2,..., v r } be a basis for an inner product space V. Show that the zero vector is the only vector in V that is orthogonal to all of the basis vectors. Solution: We have a property (proved elsewhere) that for all v V (and thus for all v B), 0, v 0. But this question is in some sense the opposite of this. Let w V be a vector such that for all v B, w, v 0. Then we must prove that w must have been the zero vector. Since B is a basis for V, we know that there exist k 1,..., k r R such that w k 1 v 1 + k 2 v k r v r. Then look at w, w : w, w w, k 1 v 1 + k 2 v k r v r w, k 1 v 1 + w, k 2 v w, k r v r k 1 w, v 1 + k 2 w, v k r w, v r k 1 (0) + k 2 (0) + + k r (0) 0. Thus since w, w 0, by positivity, we know that w Let S {v 1, v 2,..., v n } be an orthonormal basis for an inner product space V, and u is any vector in V. Prove that u u, v 1 v 1 + u, v 2 v u, v n v n.

15 Solution: Let u V. Since S is a basis, there exist k 1,..., k n such that u k 1 v k n v n. Then u, v i k 1 v k n v n, v i k 1 v 1, v i + + k n v n, v i k 1 v 1, v i + + k n v n, v i k i v i, v i (since S is orthogonal) k i v i 2 k i (since S is orthonormal). Thus u u, v 1 v u, v n v n. 52. An n n matrix A is said to be nilpotent if for some k Z +, A k is a zero matrix. Prove that if A is nilpotent, then 0 is the only eigenvalue of A. Solution: Let A be a nilpotent matrix and let k Z + be such that A k is a zero matrix. Let λ be a eigenvalue of A with eigenvector x. Then Ax λx A 2 x A(λx) λ(ax) λ 2 x... A k x λ k x. But A k is a zero matrix, and so the left hand side is a zero matrix. Thus λ k x is a zero matrix. However x being an eigenvector forces x 0, and thus λ k 0, and so λ 0. Thus 0 is the only eigenvalue of A. 53. Let W be any subspace of an inner product space V, B {b 1,..., b n } an orthonormal basis for W. Let v V. Let the vector v 0 be defined as v 0 v, b 1 b v, b n b n v, b i b i. Certainly v 0 W. Prove that v v 0 is orthogonal to every vector in W. Solution: What we need to check is the inner product of v v 0 with every vector in W and verify it is 0. Let w W. Then since B is an orthonormal basis, w n w, b i b i. Then v v 0, w v, w v 0, w,

16 and v 0, w v, b i b i, w (by def n of v 0 ) v, b i b i, w v, b i b i, w v, b i b i, v, b i v, b i w, b j b j j1 (by additivity) (by homogeneity) b i, w, b j b j (by additivity) j1 w, b j b i, b j j1 (by homogeneity) v, b i w, b i b i, b i (since i j b i, b j 0) v, b i w, b i b i 2 v, b i w, b i v, w, b i b i v, w, b i b i v, w. (since b i is a unit vector) (by homogeneity) (by additivity) Therefore, for any w W, v v 0, w v, w v 0, w v, w v, w 0. Thus v v 0 is orthogonal to everything in W.

T ( a i x i ) = a i T (x i ).

T ( a i x i ) = a i T (x i ). Chapter 2 Defn 1. (p. 65) Let V and W be vector spaces (over F ). We call a function T : V W a linear transformation form V to W if, for all x, y V and c F, we have (a) T (x + y) = T (x) + T (y) and (b)

More information

1 VECTOR SPACES AND SUBSPACES

1 VECTOR SPACES AND SUBSPACES 1 VECTOR SPACES AND SUBSPACES What is a vector? Many are familiar with the concept of a vector as: Something which has magnitude and direction. an ordered pair or triple. a description for quantities such

More information

LINEAR ALGEBRA W W L CHEN

LINEAR ALGEBRA W W L CHEN LINEAR ALGEBRA W W L CHEN c W W L Chen, 1997, 2008 This chapter is available free to all individuals, on understanding that it is not to be used for financial gain, and may be downloaded and/or photocopied,

More information

Name: Section Registered In:

Name: Section Registered In: Name: Section Registered In: Math 125 Exam 3 Version 1 April 24, 2006 60 total points possible 1. (5pts) Use Cramer s Rule to solve 3x + 4y = 30 x 2y = 8. Be sure to show enough detail that shows you are

More information

Math 333 - Practice Exam 2 with Some Solutions

Math 333 - Practice Exam 2 with Some Solutions Math 333 - Practice Exam 2 with Some Solutions (Note that the exam will NOT be this long) Definitions (0 points) Let T : V W be a transformation Let A be a square matrix (a) Define T is linear (b) Define

More information

NOTES ON LINEAR TRANSFORMATIONS

NOTES ON LINEAR TRANSFORMATIONS NOTES ON LINEAR TRANSFORMATIONS Definition 1. Let V and W be vector spaces. A function T : V W is a linear transformation from V to W if the following two properties hold. i T v + v = T v + T v for all

More information

Orthogonal Diagonalization of Symmetric Matrices

Orthogonal Diagonalization of Symmetric Matrices MATH10212 Linear Algebra Brief lecture notes 57 Gram Schmidt Process enables us to find an orthogonal basis of a subspace. Let u 1,..., u k be a basis of a subspace V of R n. We begin the process of finding

More information

Matrix Representations of Linear Transformations and Changes of Coordinates

Matrix Representations of Linear Transformations and Changes of Coordinates Matrix Representations of Linear Transformations and Changes of Coordinates 01 Subspaces and Bases 011 Definitions A subspace V of R n is a subset of R n that contains the zero element and is closed under

More information

( ) which must be a vector

( ) which must be a vector MATH 37 Linear Transformations from Rn to Rm Dr. Neal, WKU Let T : R n R m be a function which maps vectors from R n to R m. Then T is called a linear transformation if the following two properties are

More information

17. Inner product spaces Definition 17.1. Let V be a real vector space. An inner product on V is a function

17. Inner product spaces Definition 17.1. Let V be a real vector space. An inner product on V is a function 17. Inner product spaces Definition 17.1. Let V be a real vector space. An inner product on V is a function, : V V R, which is symmetric, that is u, v = v, u. bilinear, that is linear (in both factors):

More information

1 0 5 3 3 A = 0 0 0 1 3 0 0 0 0 0 0 0 0 0 0

1 0 5 3 3 A = 0 0 0 1 3 0 0 0 0 0 0 0 0 0 0 Solutions: Assignment 4.. Find the redundant column vectors of the given matrix A by inspection. Then find a basis of the image of A and a basis of the kernel of A. 5 A The second and third columns are

More information

Au = = = 3u. Aw = = = 2w. so the action of A on u and w is very easy to picture: it simply amounts to a stretching by 3 and 2, respectively.

Au = = = 3u. Aw = = = 2w. so the action of A on u and w is very easy to picture: it simply amounts to a stretching by 3 and 2, respectively. Chapter 7 Eigenvalues and Eigenvectors In this last chapter of our exploration of Linear Algebra we will revisit eigenvalues and eigenvectors of matrices, concepts that were already introduced in Geometry

More information

Similarity and Diagonalization. Similar Matrices

Similarity and Diagonalization. Similar Matrices MATH022 Linear Algebra Brief lecture notes 48 Similarity and Diagonalization Similar Matrices Let A and B be n n matrices. We say that A is similar to B if there is an invertible n n matrix P such that

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations Beifang Chen Systems of linear equations Linear systems A linear equation in variables x, x,, x n is an equation of the form a x + a x + + a n x n = b, where a, a,, a n and

More information

MAT 200, Midterm Exam Solution. a. (5 points) Compute the determinant of the matrix A =

MAT 200, Midterm Exam Solution. a. (5 points) Compute the determinant of the matrix A = MAT 200, Midterm Exam Solution. (0 points total) a. (5 points) Compute the determinant of the matrix 2 2 0 A = 0 3 0 3 0 Answer: det A = 3. The most efficient way is to develop the determinant along the

More information

MATH1231 Algebra, 2015 Chapter 7: Linear maps

MATH1231 Algebra, 2015 Chapter 7: Linear maps MATH1231 Algebra, 2015 Chapter 7: Linear maps A/Prof. Daniel Chan School of Mathematics and Statistics University of New South Wales danielc@unsw.edu.au Daniel Chan (UNSW) MATH1231 Algebra 1 / 43 Chapter

More information

These axioms must hold for all vectors ū, v, and w in V and all scalars c and d.

These axioms must hold for all vectors ū, v, and w in V and all scalars c and d. DEFINITION: A vector space is a nonempty set V of objects, called vectors, on which are defined two operations, called addition and multiplication by scalars (real numbers), subject to the following axioms

More information

x + y + z = 1 2x + 3y + 4z = 0 5x + 6y + 7z = 3

x + y + z = 1 2x + 3y + 4z = 0 5x + 6y + 7z = 3 Math 24 FINAL EXAM (2/9/9 - SOLUTIONS ( Find the general solution to the system of equations 2 4 5 6 7 ( r 2 2r r 2 r 5r r x + y + z 2x + y + 4z 5x + 6y + 7z 2 2 2 2 So x z + y 2z 2 and z is free. ( r

More information

MA106 Linear Algebra lecture notes

MA106 Linear Algebra lecture notes MA106 Linear Algebra lecture notes Lecturers: Martin Bright and Daan Krammer Warwick, January 2011 Contents 1 Number systems and fields 3 1.1 Axioms for number systems......................... 3 2 Vector

More information

Section 6.1 - Inner Products and Norms

Section 6.1 - Inner Products and Norms Section 6.1 - Inner Products and Norms Definition. Let V be a vector space over F {R, C}. An inner product on V is a function that assigns, to every ordered pair of vectors x and y in V, a scalar in F,

More information

by the matrix A results in a vector which is a reflection of the given

by the matrix A results in a vector which is a reflection of the given Eigenvalues & Eigenvectors Example Suppose Then So, geometrically, multiplying a vector in by the matrix A results in a vector which is a reflection of the given vector about the y-axis We observe that

More information

Solutions to Math 51 First Exam January 29, 2015

Solutions to Math 51 First Exam January 29, 2015 Solutions to Math 5 First Exam January 29, 25. ( points) (a) Complete the following sentence: A set of vectors {v,..., v k } is defined to be linearly dependent if (2 points) there exist c,... c k R, not

More information

3. INNER PRODUCT SPACES

3. INNER PRODUCT SPACES . INNER PRODUCT SPACES.. Definition So far we have studied abstract vector spaces. These are a generalisation of the geometric spaces R and R. But these have more structure than just that of a vector space.

More information

LINEAR ALGEBRA. September 23, 2010

LINEAR ALGEBRA. September 23, 2010 LINEAR ALGEBRA September 3, 00 Contents 0. LU-decomposition.................................... 0. Inverses and Transposes................................. 0.3 Column Spaces and NullSpaces.............................

More information

MATH 304 Linear Algebra Lecture 18: Rank and nullity of a matrix.

MATH 304 Linear Algebra Lecture 18: Rank and nullity of a matrix. MATH 304 Linear Algebra Lecture 18: Rank and nullity of a matrix. Nullspace Let A = (a ij ) be an m n matrix. Definition. The nullspace of the matrix A, denoted N(A), is the set of all n-dimensional column

More information

MATH 551 - APPLIED MATRIX THEORY

MATH 551 - APPLIED MATRIX THEORY MATH 55 - APPLIED MATRIX THEORY FINAL TEST: SAMPLE with SOLUTIONS (25 points NAME: PROBLEM (3 points A web of 5 pages is described by a directed graph whose matrix is given by A Do the following ( points

More information

Linearly Independent Sets and Linearly Dependent Sets

Linearly Independent Sets and Linearly Dependent Sets These notes closely follow the presentation of the material given in David C. Lay s textbook Linear Algebra and its Applications (3rd edition). These notes are intended primarily for in-class presentation

More information

Chapter 20. Vector Spaces and Bases

Chapter 20. Vector Spaces and Bases Chapter 20. Vector Spaces and Bases In this course, we have proceeded step-by-step through low-dimensional Linear Algebra. We have looked at lines, planes, hyperplanes, and have seen that there is no limit

More information

8 Square matrices continued: Determinants

8 Square matrices continued: Determinants 8 Square matrices continued: Determinants 8. Introduction Determinants give us important information about square matrices, and, as we ll soon see, are essential for the computation of eigenvalues. You

More information

Linear Algebra Review. Vectors

Linear Algebra Review. Vectors Linear Algebra Review By Tim K. Marks UCSD Borrows heavily from: Jana Kosecka kosecka@cs.gmu.edu http://cs.gmu.edu/~kosecka/cs682.html Virginia de Sa Cogsci 8F Linear Algebra review UCSD Vectors The length

More information

Chapter 6. Orthogonality

Chapter 6. Orthogonality 6.3 Orthogonal Matrices 1 Chapter 6. Orthogonality 6.3 Orthogonal Matrices Definition 6.4. An n n matrix A is orthogonal if A T A = I. Note. We will see that the columns of an orthogonal matrix must be

More information

Inner Product Spaces

Inner Product Spaces Math 571 Inner Product Spaces 1. Preliminaries An inner product space is a vector space V along with a function, called an inner product which associates each pair of vectors u, v with a scalar u, v, and

More information

Chapter 17. Orthogonal Matrices and Symmetries of Space

Chapter 17. Orthogonal Matrices and Symmetries of Space Chapter 17. Orthogonal Matrices and Symmetries of Space Take a random matrix, say 1 3 A = 4 5 6, 7 8 9 and compare the lengths of e 1 and Ae 1. The vector e 1 has length 1, while Ae 1 = (1, 4, 7) has length

More information

MATH 423 Linear Algebra II Lecture 38: Generalized eigenvectors. Jordan canonical form (continued).

MATH 423 Linear Algebra II Lecture 38: Generalized eigenvectors. Jordan canonical form (continued). MATH 423 Linear Algebra II Lecture 38: Generalized eigenvectors Jordan canonical form (continued) Jordan canonical form A Jordan block is a square matrix of the form λ 1 0 0 0 0 λ 1 0 0 0 0 λ 0 0 J = 0

More information

Recall that two vectors in are perpendicular or orthogonal provided that their dot

Recall that two vectors in are perpendicular or orthogonal provided that their dot Orthogonal Complements and Projections Recall that two vectors in are perpendicular or orthogonal provided that their dot product vanishes That is, if and only if Example 1 The vectors in are orthogonal

More information

Lecture 14: Section 3.3

Lecture 14: Section 3.3 Lecture 14: Section 3.3 Shuanglin Shao October 23, 2013 Definition. Two nonzero vectors u and v in R n are said to be orthogonal (or perpendicular) if u v = 0. We will also agree that the zero vector in

More information

University of Lille I PC first year list of exercises n 7. Review

University of Lille I PC first year list of exercises n 7. Review University of Lille I PC first year list of exercises n 7 Review Exercise Solve the following systems in 4 different ways (by substitution, by the Gauss method, by inverting the matrix of coefficients

More information

1 Sets and Set Notation.

1 Sets and Set Notation. LINEAR ALGEBRA MATH 27.6 SPRING 23 (COHEN) LECTURE NOTES Sets and Set Notation. Definition (Naive Definition of a Set). A set is any collection of objects, called the elements of that set. We will most

More information

1 2 3 1 1 2 x = + x 2 + x 4 1 0 1

1 2 3 1 1 2 x = + x 2 + x 4 1 0 1 (d) If the vector b is the sum of the four columns of A, write down the complete solution to Ax = b. 1 2 3 1 1 2 x = + x 2 + x 4 1 0 0 1 0 1 2. (11 points) This problem finds the curve y = C + D 2 t which

More information

Methods for Finding Bases

Methods for Finding Bases Methods for Finding Bases Bases for the subspaces of a matrix Row-reduction methods can be used to find bases. Let us now look at an example illustrating how to obtain bases for the row space, null space,

More information

3. Let A and B be two n n orthogonal matrices. Then prove that AB and BA are both orthogonal matrices. Prove a similar result for unitary matrices.

3. Let A and B be two n n orthogonal matrices. Then prove that AB and BA are both orthogonal matrices. Prove a similar result for unitary matrices. Exercise 1 1. Let A be an n n orthogonal matrix. Then prove that (a) the rows of A form an orthonormal basis of R n. (b) the columns of A form an orthonormal basis of R n. (c) for any two vectors x,y R

More information

Inner Product Spaces and Orthogonality

Inner Product Spaces and Orthogonality Inner Product Spaces and Orthogonality week 3-4 Fall 2006 Dot product of R n The inner product or dot product of R n is a function, defined by u, v a b + a 2 b 2 + + a n b n for u a, a 2,, a n T, v b,

More information

α = u v. In other words, Orthogonal Projection

α = u v. In other words, Orthogonal Projection Orthogonal Projection Given any nonzero vector v, it is possible to decompose an arbitrary vector u into a component that points in the direction of v and one that points in a direction orthogonal to v

More information

Mathematics Course 111: Algebra I Part IV: Vector Spaces

Mathematics Course 111: Algebra I Part IV: Vector Spaces Mathematics Course 111: Algebra I Part IV: Vector Spaces D. R. Wilkins Academic Year 1996-7 9 Vector Spaces A vector space over some field K is an algebraic structure consisting of a set V on which are

More information

THE DIMENSION OF A VECTOR SPACE

THE DIMENSION OF A VECTOR SPACE THE DIMENSION OF A VECTOR SPACE KEITH CONRAD This handout is a supplementary discussion leading up to the definition of dimension and some of its basic properties. Let V be a vector space over a field

More information

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2.

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 1.1 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,..., a n, b are given

More information

BANACH AND HILBERT SPACE REVIEW

BANACH AND HILBERT SPACE REVIEW BANACH AND HILBET SPACE EVIEW CHISTOPHE HEIL These notes will briefly review some basic concepts related to the theory of Banach and Hilbert spaces. We are not trying to give a complete development, but

More information

ISOMETRIES OF R n KEITH CONRAD

ISOMETRIES OF R n KEITH CONRAD ISOMETRIES OF R n KEITH CONRAD 1. Introduction An isometry of R n is a function h: R n R n that preserves the distance between vectors: h(v) h(w) = v w for all v and w in R n, where (x 1,..., x n ) = x

More information

Linear Algebra Notes for Marsden and Tromba Vector Calculus

Linear Algebra Notes for Marsden and Tromba Vector Calculus Linear Algebra Notes for Marsden and Tromba Vector Calculus n-dimensional Euclidean Space and Matrices Definition of n space As was learned in Math b, a point in Euclidean three space can be thought of

More information

Vector and Matrix Norms

Vector and Matrix Norms Chapter 1 Vector and Matrix Norms 11 Vector Spaces Let F be a field (such as the real numbers, R, or complex numbers, C) with elements called scalars A Vector Space, V, over the field F is a non-empty

More information

Inner product. Definition of inner product

Inner product. Definition of inner product Math 20F Linear Algebra Lecture 25 1 Inner product Review: Definition of inner product. Slide 1 Norm and distance. Orthogonal vectors. Orthogonal complement. Orthogonal basis. Definition of inner product

More information

Section 5.3. Section 5.3. u m ] l jj. = l jj u j + + l mj u m. v j = [ u 1 u j. l mj

Section 5.3. Section 5.3. u m ] l jj. = l jj u j + + l mj u m. v j = [ u 1 u j. l mj Section 5. l j v j = [ u u j u m ] l jj = l jj u j + + l mj u m. l mj Section 5. 5.. Not orthogonal, the column vectors fail to be perpendicular to each other. 5..2 his matrix is orthogonal. Check that

More information

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1. MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column

More information

x1 x 2 x 3 y 1 y 2 y 3 x 1 y 2 x 2 y 1 0.

x1 x 2 x 3 y 1 y 2 y 3 x 1 y 2 x 2 y 1 0. Cross product 1 Chapter 7 Cross product We are getting ready to study integration in several variables. Until now we have been doing only differential calculus. One outcome of this study will be our ability

More information

Applied Linear Algebra I Review page 1

Applied Linear Algebra I Review page 1 Applied Linear Algebra Review 1 I. Determinants A. Definition of a determinant 1. Using sum a. Permutations i. Sign of a permutation ii. Cycle 2. Uniqueness of the determinant function in terms of properties

More information

LS.6 Solution Matrices

LS.6 Solution Matrices LS.6 Solution Matrices In the literature, solutions to linear systems often are expressed using square matrices rather than vectors. You need to get used to the terminology. As before, we state the definitions

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS 1. SYSTEMS OF EQUATIONS AND MATRICES 1.1. Representation of a linear system. The general system of m equations in n unknowns can be written a 11 x 1 + a 12 x 2 +

More information

Math 312 Homework 1 Solutions

Math 312 Homework 1 Solutions Math 31 Homework 1 Solutions Last modified: July 15, 01 This homework is due on Thursday, July 1th, 01 at 1:10pm Please turn it in during class, or in my mailbox in the main math office (next to 4W1) Please

More information

Math 115A HW4 Solutions University of California, Los Angeles. 5 2i 6 + 4i. (5 2i)7i (6 + 4i)( 3 + i) = 35i + 14 ( 22 6i) = 36 + 41i.

Math 115A HW4 Solutions University of California, Los Angeles. 5 2i 6 + 4i. (5 2i)7i (6 + 4i)( 3 + i) = 35i + 14 ( 22 6i) = 36 + 41i. Math 5A HW4 Solutions September 5, 202 University of California, Los Angeles Problem 4..3b Calculate the determinant, 5 2i 6 + 4i 3 + i 7i Solution: The textbook s instructions give us, (5 2i)7i (6 + 4i)(

More information

Linear Algebra Notes

Linear Algebra Notes Linear Algebra Notes Chapter 19 KERNEL AND IMAGE OF A MATRIX Take an n m matrix a 11 a 12 a 1m a 21 a 22 a 2m a n1 a n2 a nm and think of it as a function A : R m R n The kernel of A is defined as Note

More information

Numerical Analysis Lecture Notes

Numerical Analysis Lecture Notes Numerical Analysis Lecture Notes Peter J. Olver 6. Eigenvalues and Singular Values In this section, we collect together the basic facts about eigenvalues and eigenvectors. From a geometrical viewpoint,

More information

Review Jeopardy. Blue vs. Orange. Review Jeopardy

Review Jeopardy. Blue vs. Orange. Review Jeopardy Review Jeopardy Blue vs. Orange Review Jeopardy Jeopardy Round Lectures 0-3 Jeopardy Round $200 How could I measure how far apart (i.e. how different) two observations, y 1 and y 2, are from each other?

More information

Notes on Linear Algebra. Peter J. Cameron

Notes on Linear Algebra. Peter J. Cameron Notes on Linear Algebra Peter J. Cameron ii Preface Linear algebra has two aspects. Abstractly, it is the study of vector spaces over fields, and their linear maps and bilinear forms. Concretely, it is

More information

MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set.

MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set. MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set. Vector space A vector space is a set V equipped with two operations, addition V V (x,y) x + y V and scalar

More information

Similar matrices and Jordan form

Similar matrices and Jordan form Similar matrices and Jordan form We ve nearly covered the entire heart of linear algebra once we ve finished singular value decompositions we ll have seen all the most central topics. A T A is positive

More information

Chapter 19. General Matrices. An n m matrix is an array. a 11 a 12 a 1m a 21 a 22 a 2m A = a n1 a n2 a nm. The matrix A has n row vectors

Chapter 19. General Matrices. An n m matrix is an array. a 11 a 12 a 1m a 21 a 22 a 2m A = a n1 a n2 a nm. The matrix A has n row vectors Chapter 9. General Matrices An n m matrix is an array a a a m a a a m... = [a ij]. a n a n a nm The matrix A has n row vectors and m column vectors row i (A) = [a i, a i,..., a im ] R m a j a j a nj col

More information

Orthogonal Projections and Orthonormal Bases

Orthogonal Projections and Orthonormal Bases CS 3, HANDOUT -A, 3 November 04 (adjusted on 7 November 04) Orthogonal Projections and Orthonormal Bases (continuation of Handout 07 of 6 September 04) Definition (Orthogonality, length, unit vectors).

More information

160 CHAPTER 4. VECTOR SPACES

160 CHAPTER 4. VECTOR SPACES 160 CHAPTER 4. VECTOR SPACES 4. Rank and Nullity In this section, we look at relationships between the row space, column space, null space of a matrix and its transpose. We will derive fundamental results

More information

MATH2210 Notebook 1 Fall Semester 2016/2017. 1 MATH2210 Notebook 1 3. 1.1 Solving Systems of Linear Equations... 3

MATH2210 Notebook 1 Fall Semester 2016/2017. 1 MATH2210 Notebook 1 3. 1.1 Solving Systems of Linear Equations... 3 MATH0 Notebook Fall Semester 06/07 prepared by Professor Jenny Baglivo c Copyright 009 07 by Jenny A. Baglivo. All Rights Reserved. Contents MATH0 Notebook 3. Solving Systems of Linear Equations........................

More information

[1] Diagonal factorization

[1] Diagonal factorization 8.03 LA.6: Diagonalization and Orthogonal Matrices [ Diagonal factorization [2 Solving systems of first order differential equations [3 Symmetric and Orthonormal Matrices [ Diagonal factorization Recall:

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS Systems of Equations and Matrices Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

Lectures notes on orthogonal matrices (with exercises) 92.222 - Linear Algebra II - Spring 2004 by D. Klain

Lectures notes on orthogonal matrices (with exercises) 92.222 - Linear Algebra II - Spring 2004 by D. Klain Lectures notes on orthogonal matrices (with exercises) 92.222 - Linear Algebra II - Spring 2004 by D. Klain 1. Orthogonal matrices and orthonormal sets An n n real-valued matrix A is said to be an orthogonal

More information

Orthogonal Projections

Orthogonal Projections Orthogonal Projections and Reflections (with exercises) by D. Klain Version.. Corrections and comments are welcome! Orthogonal Projections Let X,..., X k be a family of linearly independent (column) vectors

More information

Notes on Determinant

Notes on Determinant ENGG2012B Advanced Engineering Mathematics Notes on Determinant Lecturer: Kenneth Shum Lecture 9-18/02/2013 The determinant of a system of linear equations determines whether the solution is unique, without

More information

1 Introduction to Matrices

1 Introduction to Matrices 1 Introduction to Matrices In this section, important definitions and results from matrix algebra that are useful in regression analysis are introduced. While all statements below regarding the columns

More information

MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets.

MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets. MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets. Norm The notion of norm generalizes the notion of length of a vector in R n. Definition. Let V be a vector space. A function α

More information

Linear Maps. Isaiah Lankham, Bruno Nachtergaele, Anne Schilling (February 5, 2007)

Linear Maps. Isaiah Lankham, Bruno Nachtergaele, Anne Schilling (February 5, 2007) MAT067 University of California, Davis Winter 2007 Linear Maps Isaiah Lankham, Bruno Nachtergaele, Anne Schilling (February 5, 2007) As we have discussed in the lecture on What is Linear Algebra? one of

More information

Lecture notes on linear algebra

Lecture notes on linear algebra Lecture notes on linear algebra David Lerner Department of Mathematics University of Kansas These are notes of a course given in Fall, 2007 and 2008 to the Honors sections of our elementary linear algebra

More information

Lecture Notes 2: Matrices as Systems of Linear Equations

Lecture Notes 2: Matrices as Systems of Linear Equations 2: Matrices as Systems of Linear Equations 33A Linear Algebra, Puck Rombach Last updated: April 13, 2016 Systems of Linear Equations Systems of linear equations can represent many things You have probably

More information

Notes on Orthogonal and Symmetric Matrices MENU, Winter 2013

Notes on Orthogonal and Symmetric Matrices MENU, Winter 2013 Notes on Orthogonal and Symmetric Matrices MENU, Winter 201 These notes summarize the main properties and uses of orthogonal and symmetric matrices. We covered quite a bit of material regarding these topics,

More information

Math 215 HW #6 Solutions

Math 215 HW #6 Solutions Math 5 HW #6 Solutions Problem 34 Show that x y is orthogonal to x + y if and only if x = y Proof First, suppose x y is orthogonal to x + y Then since x, y = y, x In other words, = x y, x + y = (x y) T

More information

4.5 Linear Dependence and Linear Independence

4.5 Linear Dependence and Linear Independence 4.5 Linear Dependence and Linear Independence 267 32. {v 1, v 2 }, where v 1, v 2 are collinear vectors in R 3. 33. Prove that if S and S are subsets of a vector space V such that S is a subset of S, then

More information

4: EIGENVALUES, EIGENVECTORS, DIAGONALIZATION

4: EIGENVALUES, EIGENVECTORS, DIAGONALIZATION 4: EIGENVALUES, EIGENVECTORS, DIAGONALIZATION STEVEN HEILMAN Contents 1. Review 1 2. Diagonal Matrices 1 3. Eigenvectors and Eigenvalues 2 4. Characteristic Polynomial 4 5. Diagonalizability 6 6. Appendix:

More information

Examination paper for TMA4115 Matematikk 3

Examination paper for TMA4115 Matematikk 3 Department of Mathematical Sciences Examination paper for TMA45 Matematikk 3 Academic contact during examination: Antoine Julien a, Alexander Schmeding b, Gereon Quick c Phone: a 73 59 77 82, b 40 53 99

More information

October 3rd, 2012. Linear Algebra & Properties of the Covariance Matrix

October 3rd, 2012. Linear Algebra & Properties of the Covariance Matrix Linear Algebra & Properties of the Covariance Matrix October 3rd, 2012 Estimation of r and C Let rn 1, rn, t..., rn T be the historical return rates on the n th asset. rn 1 rṇ 2 r n =. r T n n = 1, 2,...,

More information

Recall the basic property of the transpose (for any A): v A t Aw = v w, v, w R n.

Recall the basic property of the transpose (for any A): v A t Aw = v w, v, w R n. ORTHOGONAL MATRICES Informally, an orthogonal n n matrix is the n-dimensional analogue of the rotation matrices R θ in R 2. When does a linear transformation of R 3 (or R n ) deserve to be called a rotation?

More information

Inner products on R n, and more

Inner products on R n, and more Inner products on R n, and more Peyam Ryan Tabrizian Friday, April 12th, 2013 1 Introduction You might be wondering: Are there inner products on R n that are not the usual dot product x y = x 1 y 1 + +

More information

Math 4310 Handout - Quotient Vector Spaces

Math 4310 Handout - Quotient Vector Spaces Math 4310 Handout - Quotient Vector Spaces Dan Collins The textbook defines a subspace of a vector space in Chapter 4, but it avoids ever discussing the notion of a quotient space. This is understandable

More information

Section 4.4 Inner Product Spaces

Section 4.4 Inner Product Spaces Section 4.4 Inner Product Spaces In our discussion of vector spaces the specific nature of F as a field, other than the fact that it is a field, has played virtually no role. In this section we no longer

More information

1. Let P be the space of all polynomials (of one real variable and with real coefficients) with the norm

1. Let P be the space of all polynomials (of one real variable and with real coefficients) with the norm Uppsala Universitet Matematiska Institutionen Andreas Strömbergsson Prov i matematik Funktionalanalys Kurs: F3B, F4Sy, NVP 005-06-15 Skrivtid: 9 14 Tillåtna hjälpmedel: Manuella skrivdon, Kreyszigs bok

More information

Linear Algebra Done Wrong. Sergei Treil. Department of Mathematics, Brown University

Linear Algebra Done Wrong. Sergei Treil. Department of Mathematics, Brown University Linear Algebra Done Wrong Sergei Treil Department of Mathematics, Brown University Copyright c Sergei Treil, 2004, 2009, 2011, 2014 Preface The title of the book sounds a bit mysterious. Why should anyone

More information

5.3 The Cross Product in R 3

5.3 The Cross Product in R 3 53 The Cross Product in R 3 Definition 531 Let u = [u 1, u 2, u 3 ] and v = [v 1, v 2, v 3 ] Then the vector given by [u 2 v 3 u 3 v 2, u 3 v 1 u 1 v 3, u 1 v 2 u 2 v 1 ] is called the cross product (or

More information

13 MATH FACTS 101. 2 a = 1. 7. The elements of a vector have a graphical interpretation, which is particularly easy to see in two or three dimensions.

13 MATH FACTS 101. 2 a = 1. 7. The elements of a vector have a graphical interpretation, which is particularly easy to see in two or three dimensions. 3 MATH FACTS 0 3 MATH FACTS 3. Vectors 3.. Definition We use the overhead arrow to denote a column vector, i.e., a linear segment with a direction. For example, in three-space, we write a vector in terms

More information

Inner Product Spaces. 7.1 Inner Products

Inner Product Spaces. 7.1 Inner Products 7 Inner Product Spaces 71 Inner Products Recall that if z is a complex number, then z denotes the conjugate of z, Re(z) denotes the real part of z, and Im(z) denotes the imaginary part of z By definition,

More information

CONTROLLABILITY. Chapter 2. 2.1 Reachable Set and Controllability. Suppose we have a linear system described by the state equation

CONTROLLABILITY. Chapter 2. 2.1 Reachable Set and Controllability. Suppose we have a linear system described by the state equation Chapter 2 CONTROLLABILITY 2 Reachable Set and Controllability Suppose we have a linear system described by the state equation ẋ Ax + Bu (2) x() x Consider the following problem For a given vector x in

More information

MAT 242 Test 3 SOLUTIONS, FORM A

MAT 242 Test 3 SOLUTIONS, FORM A MAT Test SOLUTIONS, FORM A. Let v =, v =, and v =. Note that B = { v, v, v } is an orthogonal set. Also, let W be the subspace spanned by { v, v, v }. A = 8 a. [5 points] Find the orthogonal projection

More information

CITY UNIVERSITY LONDON. BEng Degree in Computer Systems Engineering Part II BSc Degree in Computer Systems Engineering Part III PART 2 EXAMINATION

CITY UNIVERSITY LONDON. BEng Degree in Computer Systems Engineering Part II BSc Degree in Computer Systems Engineering Part III PART 2 EXAMINATION No: CITY UNIVERSITY LONDON BEng Degree in Computer Systems Engineering Part II BSc Degree in Computer Systems Engineering Part III PART 2 EXAMINATION ENGINEERING MATHEMATICS 2 (resit) EX2005 Date: August

More information

Linear Algebra. A vector space (over R) is an ordered quadruple. such that V is a set; 0 V ; and the following eight axioms hold:

Linear Algebra. A vector space (over R) is an ordered quadruple. such that V is a set; 0 V ; and the following eight axioms hold: Linear Algebra A vector space (over R) is an ordered quadruple (V, 0, α, µ) such that V is a set; 0 V ; and the following eight axioms hold: α : V V V and µ : R V V ; (i) α(α(u, v), w) = α(u, α(v, w)),

More information

Brief Introduction to Vectors and Matrices

Brief Introduction to Vectors and Matrices CHAPTER 1 Brief Introduction to Vectors and Matrices In this chapter, we will discuss some needed concepts found in introductory course in linear algebra. We will introduce matrix, vector, vector-valued

More information

MAT 242 Test 2 SOLUTIONS, FORM T

MAT 242 Test 2 SOLUTIONS, FORM T MAT 242 Test 2 SOLUTIONS, FORM T 5 3 5 3 3 3 3. Let v =, v 5 2 =, v 3 =, and v 5 4 =. 3 3 7 3 a. [ points] The set { v, v 2, v 3, v 4 } is linearly dependent. Find a nontrivial linear combination of these

More information