LINEAR ALGEBRA. September 23, 2010

Size: px
Start display at page:

Download "LINEAR ALGEBRA. September 23, 2010"

Transcription

1 LINEAR ALGEBRA September 3, 00 Contents 0. LU-decomposition Inverses and Transposes Column Spaces and NullSpaces Ax = 0 and Pivot Variables Solving Ax = b The Four Fundamental Subspaces Orthogonality Projections Gram Schmidt technique Determinants Properties of Determinants Cramers rule Eigenvalues and Eigenvectors Diagonalization of Matrices Symmetric and Positive Semi-Definite Matrices Similar Matrices and Jordan Form Linear Transformation LU-decomposition Aufgabe Solve the nonsingular triangular system u + v + w = b () v + w = b () w = b 3 (3) Show that your solution gives a combination of the columns that equals the column on the right. Lösung zu Aufgabe u = b b, v = b b 3, w = b 3 Aufgabe Explain why the system u + v + w = (4) u + v + 3w = (5) v + w = 0 (6)

2 is singular, by finding a combination of the three equations that adds up to 0 =. What value should replace the last zero on the right side, to allow the equations to have solutions and what is one of the solutions? Lösung zu Aufgabe eq() eq() + eq(3) = 0 = ; ; (3,, 0) is one of the solutions Aufgabe 3 Apply elimination to produce the factors L and U for A =, A = 3 3, A = 4 4 (7) Lösung zu Aufgabe ; ; (8) Aufgabe 4 How could you factor A into a product U L, upper triangular times lower triangular? Would they be the same factors as in A = LU? Lösung zu Aufgabe 4 Gaussian elimination starting from the bottom row (or maybe the first column); no. 0. Inverses and Transposes Aufgabe 5 Which properties of a matrix A are preserved by its inverse (assuming A exists)? () A is triangular () A is symmetric (3) A is tridiagonal (4) all entries are whole numbers (5) all entries are fractions (including whole numbers like 3 ) Lösung zu Aufgabe 5 (), (), (5). Aufgabe 6 (a) How many entries can be chosen independently, in a symmetric matrix of order n? (b) How many entries can be chosen independently, in a skew-symmetric matrix of order n?

3 Lösung zu Aufgabe 6 (a) n(n + )/. (b) (n )n/. Aufgabe 7 If A = L D U and A = L D U, prove that L = L, D = D and U = U. If A is invertible, the factorization is unique. (a) Derive the equation L L D = D U U and explain why one side is lower triangular and the other side is upper triangular. (b) Compare the main diagonals in that equation, and then compare the off-diagonals. Lösung zu Aufgabe 7 (a) The inverse of a lower (upper) triangular matrix is still a lower (upper) triangular matrix. The multiplication of the two lower (upper) triangular matrices gives a lower (upper) triangular matrix. (b) The main diagonals of L L D and D U U are the same as those of D and D respectively. L L D = D U U, so we have D = D. By comparing the off-diagonals of L L D = D U U, they must both be diagonal matrices. L L D = D, D U U = D, D is invertible L L = I, U U = I L = L, U = U. 0.3 Column Spaces and NullSpaces Aufgabe 8 Which of the following subsets of R 3 are actually subspaces? (a) The plane of vectors with first component b = 0. (b) The plane of vectors b with b =. (c) The vectors b with b b = 0 (this is the union of two subspaces, the plane b = 0 and the plane b = 0). (d) The solitary vector b = (0, 0, 0). (e) All combinations of two given vectors x = (,, 0) and y = (, 0, ). (f) The vectors (b, b, b 3 ) that satisfy b 3 b + 3b = 0. Lösung zu Aufgabe 8 (a), (d), (e), (f) Aufgabe 9 Let P be the plane in 3-space with equation x + y + z = 6. What is the equation of the plane P 0 through the origin parallel to P? Are P and P 0 subspaces of R 3? Lösung zu Aufgabe 9 x + y + z = 0; P 0 is a subspace of R 3, P isn t. Aufgabe 0 Which descriptions are correct? The solutions x of [ Ax = x x 0 0 = 0] x 3 (9) form a plane, line, point, subspace, nullspace of A, column space of A. 3

4 0.4 Ax = 0 and Pivot Variables Aufgabe For the matrix A = [ 0 4 ] (0) determine the echelon form U, the basic variables, the free variables, and the general solution to Ax = 0. Then apply elimination to Ax = b, with components b and b on the right side; find the conditions for Ax = b to be consistent (that is, to have a solution) and find the general solution in the same form as Equation (3). What is the rank of A? Lösung zu Aufgabe U = ; u, w, y are basic variables and v is free; the general solution to Ax = is x = (u 4w, w, y); Ax = bis consistent if b b = 0; the general solution to Ax = b is u x = b 4w w = u w 4 + y b 0 ; r =. y Aufgabe Write the general solution to u [ v = 4 5 4] w () as the sum of a particular solution to Ax = b and the general solution to Ax = 0, as in (3). Lösung zu Aufgabe u v = v 3 v = v w 0 Aufgabe 3 Find the value of c which makes it possible to solve u + v + w = () u + 3v w = 5 (3) 3u + 4v + w = c (4) 0.5 Solving Ax = b Aufgabe 4 Is it true that if v, v, v 3 are linearly independent, that also the vectors w = v +v, w = v + v 3, w 3 = v + v 3 are linearly independent? (Hint: Assume some combination c w + c w + c 3 w 3 = 0, and find which c i are possible.) 4

5 Lösung zu Aufgabe 4 Yes; c (v + v ) + c (v + v 3 ) + c 3 (v + v 3 ) = 0 (c + c )v + (c + c 3 )v + (c + c 3 )v 3 = 0 c + c = 0, c + c 3 = 0, c + c 3 = 0 c = c = c 3 = 0 w, w, w 3 are independent. Aufgabe 5 Find a counterexample to the following statement: If v, v, v 3, v 4 is a basis for the vector space R 4, and if W is a subspace, then some subset of the v s is a basis for W. Lösung zu Aufgabe 5 Let v = (, 0, 0, 0),..., v 4 = (0, 0, 0, ) be the coordinate vectors. If W is the line through (,, 3, 4), none of the v s are in W. Aufgabe 6 Suppose V is known to have dimension k. Prove that (i) any k independent vectors in V form a basis; (ii) any k vectors that span V form a basis. In other words, if the number of vectors is known to be right, either of the two properties of a basis implies the other. Lösung zu Aufgabe 6 (i) If it were not a basis, we could add more independent vectors, which would exceed the given dimension k. (ii) If it were not a basis, we could delete some vectors, leaving less than the given dimension k. Aufgabe 7 Prove that if V and W are three-dimensional subspaces of R 5, then V and W must have a nonzero vector in common. Hint: Start with bases of the two subspaces, making six vectors in all. Lösung zu Aufgabe 7 If v, v, v 3 is a basis for V, and w, w, w 3 is a basis for W, then these six vectors cannot be independent and some combination is zero: c i v i + d i w i = 0, or c i v i = d i w i is a vector in both subspaces. 0.6 The Four Fundamental Subspaces Aufgabe 8 Find the dimension and construct a basis for the four subspaces associated with each of the matrices A = and U = (5)

6 Lösung zu Aufgabe 8 R(A) : r =, (, ); N(A) : n r = 3, (, 0, 0, 0), (0, 4,, 0), (0, 0, 0, ); R(A T ) : r =, (0,, 4, 0); N(A T ) : m r =, (, ); R(U) : (, 0); N(U) : (, 0, 0, 0), (0, 4,, 0), (0, 0, 0, ); R(U T ) : (0,, 4, 0); N(U T ) : (0, ). Aufgabe 9 If the product of two matrices is the zero matrix, AB = 0, show that the column space of B is contained in the nullspace of A. (Also the row space of A is the left nullspace of B, since each row of A multiplies B to give a zero row.) Lösung zu Aufgabe 9 AB = 0 A(b,..., b n ) = 0 Ab = 0,..., Ab n = 0 b N(A),..., b n N(A) R(B) is contained in N(A). Aufgabe 0 Explain why Ax = b is solvable if and only if rank A = rank A, where A is formed from A by adding b as an extra column. Hint: The rank is the dimension of the column space; when does adding an extra column leave the dimension unchanged? Lösung zu Aufgabe 0 Ax = b is solvable b R(A) R(A) = R(A ) rank A = rank A. Aufgabe does Suppose A is an m by n matrix of rank r. Under what conditions on those numbers (a) A have a two-sided inverse: AA = A A = I? (b) Ax = b have infinitely many solutions for every b? Lösung zu Aufgabe (a) m = n = r (b) n > m = r Aufgabe If Ax = 0 has a nonzero solution, show that A T y = f fails to be solvable for some right sides f. Construct an example of A and f. Lösung zu Aufgabe Ax = 0 has a nonzero solution r < n R(A T ) smaller than R n A T y = f is not solvable for some f. 0.7 Orthogonality Aufgabe 3 In R 3 find all vectors that are orthogonal to (,, ) and (, -, 0). Produce from these vectors a mutually orthogonal system of unit vectors (an orthogonal system) in R 3. 6

7 Lösung zu Aufgabe 3 All multiples of (,, ); (/ 3, / 3, / 3), (/, /, 0), (/ 6, / 6, / 6). Aufgabe 4 Show that x y is orthogonal to x + y if and only if x = y. Lösung zu Aufgabe 4 (x y) T (x + y) = 0 x T x + x T y y T x y T y = 0 x T x = y T y x = y. Aufgabe 5 Let P be the plane (not a subspace) in 3-space with equation x + y z = 6. Find the equation of a plane P parallel to P but going through the origin. Find also a vector perpendicular to those planes. What matrix has the plane P as its nullspace, and what matrix hast P as its row space? 0.8 Projections Aufgabe 6 Suppose A is the 4 4 identity matrix with its last column removed. A is 4 3. Project b = (,, 3, 4) onto the column space of A. What shape is the projection matrix P and what is P? Lösung zu Aufgabe Gram Schmidt technique Aufgabe 7 If u is a unit vector, show that Q = I uu T is an orthogonal matrix. (It is a reflection, also known as a Householder transformation.) Compute Q when u T = [ ]. Lösung zu Aufgabe 7 (I uu T ) T (I uu T ) = I 4uu T + 4uu T uu T = I; Q = Aufgabe 8 Show, by forming b T b directly, that Pythagoras law holds for any combination b = x q x n q n of orthonormal vectors: b = x x n. In matrix terms b = Qx, so this again proves that lengths are preserved: Qx = x. Lösung zu Aufgabe 8 (x q x n q n ) T (x q x n q n ) = x x n b = b T b = x x n Aufgabe 9 Apply the Gram-Schmidt process to a = 0 0, b = 0, c =. (6) 7

8 and write the result in the form A = QR. Lösung zu Aufgabe = 0 0, Determinants Aufgabe 30 How are det(a), det( A), and det(a ) related to det A, when A is n by n? Lösung zu Aufgabe 30 n det(a); ( ) n det(a); (det(a)) Aufgabe 3 (a) a rank one matrix Find the determinants of: A = 4 [ ] (7) (b) the upper triangular matrix U = (8) (c) the lower triangular matrix U T ; (d) the inverse matrix U ; (e) the reverse-triangular matrix that results from row exchanges, M = (9) Lösung zu Aufgabe 3 (a) 0 (b) 6 (c) 6 (d) /6 (e) 6 Aufgabe 3 If every row of A adds to zero prove that det A = 0. If every row adds to prove that det(a I) = 0. Show by example that this does not imply det A =. Lösung zu Aufgabe 3 Adding every column of A to the first column makes it a zero column, so det ] A = 0. If every row of A adds to, every row of A I adds to 0 det(a I) = 0; A =, det(a I) = 0, but det A = 0. 8 [

9 0. Properties of Determinants Aufgabe 33 diagonals: Suppose A n is the n by n tridiagonal matrix with s everywhere on the three A = [ ], A = 0, A 3 =,... (0) 0 Let D n be the determinant of A n ; we want to find it. (a) Expand in cofactors along the first row of A n to show that D n = D n D n. (b) Starting from D = and D = 0 find D 3, D 4,..., D 8. By noticing how these numbers cycle around (with what period?) find D 000. Lösung zu Aufgabe 33 (b) 6; D 000 = D = D 4 = Aufgabe 34 Explain why a 5 by 5 matrix with a 3 by 3 zero submatrix is sure to be a singular (regardless of the 6 nonzeros marked by x s): x x x x x x x x x x the determinant of A = x x is zero. () x x x x Lösung zu Aufgabe 34 In formula (6), a α...a 5v is sure to be zero for all possible (α,..., v). A + = 4. Or by 3.6.4, rank Aufgabe 35 If A is m by n and B is n by m, show that ( ) 0 A I 0 det = = det AB. Hint: Postmultiply by. B I B I () Do an example with m < n and an example with m > n. Why does the second example have det AB = 0? Lösung zu Aufgabe 35 0 A I 0 AB A I 0 0 A AB A =, det = det = det = B I B I 0 I B I B I 0 I det(ab); e.g.a = [ ] [ [ 0 A, B =, det = 5 = det(ab); A =, B = ] B I ] [ ], 0 A det = 0 = det(ab), because AB is a matrix with rank(ab) rank(a) n < m. B I 9

10 0. Cramers rule Aufgabe 36 The determinant is a linear function of the column. It is zero if two columns are equal. When b = Ax = x a + x a + x 3 a 3 goes into the first column of A, then the determinant of this matrix B is b a a 3 = x a + x a + x 3 a 3 a a 3 = x a a a 3 = x deta (a) What formula for x comes from left side = right side? (b) What steps lead to the middle equation? Lösung zu Aufgabe 36 (a) x = det([b a a 3 ])/deta, if deta 0 (b) The determinant is linear in its first column so x a a a 3 + x a a a 3 + x 3 a a a 3. The last two determinants are zero because of repeated columns, leaving x a a a 3 which is x deta. 0.3 Eigenvalues and Eigenvectors Aufgabe 37 Suppose that λ is an eigenvalue of A, and x is its eigenvector: Ax = λx. (a) Show that this same x is an eigenvector of B = A 7I, and find the eigenvalue. (b) Assuming λ 0, show that x is also an eigenvector of A and find the eigenvalue. Lösung zu Aufgabe 37 Ax = λx (A 7I)x = (λ 7)x; Ax = λx x = λa x A x = (/λ)x. Aufgabe 38 Show that the determinant equals the product of the eigenvalues by imagining that the characteristic polynomial is factored into det(a λi) = (λ λ)(λ λ) (λ n λ) (3) and making a clever choice of λ. Lösung zu Aufgabe 38 Choose λ = 0 Aufgabe 39 Show that the trace equals the sum of the eigenvalues, in two steps. First, find the coefficient of ( λ) n on the right side of (5). Next, look for all the terms in a λ a a n a a λ a n det(a λi) = det (4)... a n a n a nn λ which involve ( λ) n. Explain why they all come from the product down the main diagonal, and find the coefficient of ( λ) n on the left side of (5). Compare. 0

11 Lösung zu Aufgabe 39 The coefficient is λ λ n. In det(λ λi), a term which includes an off-diagonal a ij excludes both a ii λ and a jj λ. Therefore such a term doesn t involve ( λ) n. The coefficient of ( λ) n must come from the main diagonal and it is a +...+a nn = λ +...+λ n. 0.4 Diagonalization of Matrices Aufgabe 40 Factor the following matrices into SΛS : A = and A =. (5) 0 0 Lösung zu Aufgabe 40 [ 0 0 ; Aufgabe 4 ] Suppose A = uv T is a column times a row (a rank-one matrix). (a) By multiplying A times u show that u is an eigenvector. What is λ? (b) What are the other eigenvalues (and why)? (c) Compute trace(a) = v T u in two ways, from the sum on the diagonal and the sum of λ s. Lösung zu Aufgabe 4 (a) Au = uv T u = (v T u)u λ = v T u. (b) All other eigenvalues are zero because dim N(A) = n. Aufgabe 4 If A is diagonalizable, show that the determinant of A = SΛS is the product of the eigenvalues. Lösung zu Aufgabe 4 det A = det(sλs ) = det S det Λ det S = det Λ = λ...λ n. 0.5 Symmetric and Positive Semi-Definite Matrices Aufgabe 43 If A = QΛQ T is symmetric positive definite, then R = Q ΛQ T is its symmetric positive definite square root. Why does R have real eigenvalues? Compute R and verify R = A for Lösung zu Aufgabe 43 Because Λ > 0. R = A = [ and A = ] ; R = 0 6. (6) Aufgabe 44 If A is symmetric positive definite and C is nonsingular, prove that B = C T AC is also symmetric positive definite.

12 Lösung zu Aufgabe 44 If x T Ax > 0 for all x 0, then x T C T ACx = (Cx) T A(Cx) > 0 (C is nonsingular so Cx 0). Aufgabe 45 If A is positive definite and a is increased, prove from cofactors that the determinant is increased. Show by example that this can fail if A is indefinite. Lösung zu Aufgabe 45 det A = a A +... If A is positive definite, then A > 0. As a is increased, a A is increased while the others don t change det A is increased. 0.6 Similar Matrices and Jordan Form Aufgabe 46 Find the Jordan forms (in three steps!) of 0 A = and B = (7) Lösung zu Aufgabe J =, J = Aufgabe 47 Show that each Jordan block J i is similar to its transpose, J T i = P J i P, using the permutation matrix P with ones along the cross-diagonal (lower left to upper right). Deduce that every matrix is similar to its transpose. Lösung zu Aufgabe 47 Every matrix A is similar to a Jordan matrix J = M AM, and by part (a), J = P J T P. (Here P is formed block by block from the cross-diagonal permutations used on each block J i.) Therefore A is similar to A T : M AM = J = P J T P = P M T A T (M T ) P, or A = (MP M T )A T (MP M T ). Aufgabe 48 Find by inspection the Jordan forms of 3 A = and B =. (8) Lösung zu Aufgabe J = , J = Linear Transformation Aufgabe 49 Suppose a linear T transforms (, ) to (, ) and (, 0) to (0, 0). Find T (v):

13 (a) v = (, ) (b) v = (3, ) (c) v = (, ) (d) v = (a, b) Lösung zu Aufgabe 49 Write v as a combination c(, ) + d(, 0). Then T (v) = c(, ) + d(0, 0).T (v) = (4, 4); (, ); (, ); if v = (a, b) = b(, ) + a b (, 0) then T (v) = b(, ) + (0, 0). Aufgabe 50 Suppose T is reflection across the 45Â line, and S is reflection across the y axis. If v = (, ) then T (v) = (, ). Find S(T (v)) and T (S(v)). This shows that generally ST T S. Lösung zu Aufgabe 50 S takes (x, y) to ( x, y). S(T (v)) = (, ). S(v) = (, ) and T (S(v)) = (, ). Aufgabe 5 Suppose we have two bases v,..., v n and w,..., w n for R n. If a vector has coefficients b i in one basis and c i in the other basis, what is the change of basis matrix in b = Mc? Start from b v b n v n = V b = c w c n w n = W c. (9) Your answer represents T (v) = v with input basis of v s and output basis of w s. different bases, the matrix is not I. Because of Lösung zu Aufgabe 5 If V b = W c then b = V W c. The change of basis matrix is V W. 3

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

Eigenvalues and Eigenvectors

Eigenvalues and Eigenvectors Chapter 6 Eigenvalues and Eigenvectors 6. Introduction to Eigenvalues Linear equations Ax D b come from steady state problems. Eigenvalues have their greatest importance in dynamic problems. The solution

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

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

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

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

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

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

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

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

18.06 Problem Set 4 Solution Due Wednesday, 11 March 2009 at 4 pm in 2-106. Total: 175 points.

18.06 Problem Set 4 Solution Due Wednesday, 11 March 2009 at 4 pm in 2-106. Total: 175 points. 806 Problem Set 4 Solution Due Wednesday, March 2009 at 4 pm in 2-06 Total: 75 points Problem : A is an m n matrix of rank r Suppose there are right-hand-sides b for which A x = b has no solution (a) What

More information

CS3220 Lecture Notes: QR factorization and orthogonal transformations

CS3220 Lecture Notes: QR factorization and orthogonal transformations CS3220 Lecture Notes: QR factorization and orthogonal transformations Steve Marschner Cornell University 11 March 2009 In this lecture I ll talk about orthogonal matrices and their properties, discuss

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

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

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

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

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

The Characteristic Polynomial

The Characteristic Polynomial Physics 116A Winter 2011 The Characteristic Polynomial 1 Coefficients of the characteristic polynomial Consider the eigenvalue problem for an n n matrix A, A v = λ v, v 0 (1) The solution to this problem

More information

Linear Algebra: Determinants, Inverses, Rank

Linear Algebra: Determinants, Inverses, Rank D Linear Algebra: Determinants, Inverses, Rank D 1 Appendix D: LINEAR ALGEBRA: DETERMINANTS, INVERSES, RANK TABLE OF CONTENTS Page D.1. Introduction D 3 D.2. Determinants D 3 D.2.1. Some Properties of

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

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

Factorization Theorems

Factorization Theorems Chapter 7 Factorization Theorems This chapter highlights a few of the many factorization theorems for matrices While some factorization results are relatively direct, others are iterative While some factorization

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

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

6. Cholesky factorization

6. Cholesky factorization 6. Cholesky factorization EE103 (Fall 2011-12) triangular matrices forward and backward substitution the Cholesky factorization solving Ax = b with A positive definite inverse of a positive definite matrix

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

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

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

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

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

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

The Singular Value Decomposition in Symmetric (Löwdin) Orthogonalization and Data Compression

The Singular Value Decomposition in Symmetric (Löwdin) Orthogonalization and Data Compression The Singular Value Decomposition in Symmetric (Löwdin) Orthogonalization and Data Compression The SVD is the most generally applicable of the orthogonal-diagonal-orthogonal type matrix decompositions Every

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

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] 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

1 Determinants and the Solvability of Linear Systems

1 Determinants and the Solvability of Linear Systems 1 Determinants and the Solvability of Linear Systems In the last section we learned how to use Gaussian elimination to solve linear systems of n equations in n unknowns The section completely side-stepped

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

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B KITCHENS The equation 1 Lines in two-dimensional space (1) 2x y = 3 describes a line in two-dimensional space The coefficients of x and y in the equation

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

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

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

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

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

Solving Linear Systems, Continued and The Inverse of a Matrix

Solving Linear Systems, Continued and The Inverse of a Matrix , Continued and The of a Matrix Calculus III Summer 2013, Session II Monday, July 15, 2013 Agenda 1. The rank of a matrix 2. The inverse of a square matrix Gaussian Gaussian solves a linear system by reducing

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

Orthogonal Bases and the QR Algorithm

Orthogonal Bases and the QR Algorithm Orthogonal Bases and the QR Algorithm Orthogonal Bases by Peter J Olver University of Minnesota Throughout, we work in the Euclidean vector space V = R n, the space of column vectors with n real entries

More information

Using row reduction to calculate the inverse and the determinant of a square matrix

Using row reduction to calculate the inverse and the determinant of a square matrix Using row reduction to calculate the inverse and the determinant of a square matrix Notes for MATH 0290 Honors by Prof. Anna Vainchtein 1 Inverse of a square matrix An n n square matrix A is called invertible

More information

More than you wanted to know about quadratic forms

More than you wanted to know about quadratic forms CALIFORNIA INSTITUTE OF TECHNOLOGY Division of the Humanities and Social Sciences More than you wanted to know about quadratic forms KC Border Contents 1 Quadratic forms 1 1.1 Quadratic forms on the unit

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

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

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

Introduction to Matrix Algebra

Introduction to Matrix Algebra Psychology 7291: Multivariate Statistics (Carey) 8/27/98 Matrix Algebra - 1 Introduction to Matrix Algebra Definitions: A matrix is a collection of numbers ordered by rows and columns. It is customary

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

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

Solution of Linear Systems

Solution of Linear Systems Chapter 3 Solution of Linear Systems In this chapter we study algorithms for possibly the most commonly occurring problem in scientific computing, the solution of linear systems of equations. We start

More information

Lecture 4: Partitioned Matrices and Determinants

Lecture 4: Partitioned Matrices and Determinants Lecture 4: Partitioned Matrices and Determinants 1 Elementary row operations Recall the elementary operations on the rows of a matrix, equivalent to premultiplying by an elementary matrix E: (1) multiplying

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

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

5. Orthogonal matrices

5. Orthogonal matrices L Vandenberghe EE133A (Spring 2016) 5 Orthogonal matrices matrices with orthonormal columns orthogonal matrices tall matrices with orthonormal columns complex matrices with orthonormal columns 5-1 Orthonormal

More information

Notes on Symmetric Matrices

Notes on Symmetric Matrices CPSC 536N: Randomized Algorithms 2011-12 Term 2 Notes on Symmetric Matrices Prof. Nick Harvey University of British Columbia 1 Symmetric Matrices We review some basic results concerning symmetric matrices.

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

26. Determinants I. 1. Prehistory

26. Determinants I. 1. Prehistory 26. Determinants I 26.1 Prehistory 26.2 Definitions 26.3 Uniqueness and other properties 26.4 Existence Both as a careful review of a more pedestrian viewpoint, and as a transition to a coordinate-independent

More information

Eigenvalues, Eigenvectors, Matrix Factoring, and Principal Components

Eigenvalues, Eigenvectors, Matrix Factoring, and Principal Components Eigenvalues, Eigenvectors, Matrix Factoring, and Principal Components The eigenvalues and eigenvectors of a square matrix play a key role in some important operations in statistics. In particular, they

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

The Determinant: a Means to Calculate Volume

The Determinant: a Means to Calculate Volume The Determinant: a Means to Calculate Volume Bo Peng August 20, 2007 Abstract This paper gives a definition of the determinant and lists many of its well-known properties Volumes of parallelepipeds are

More information

Lecture 5: Singular Value Decomposition SVD (1)

Lecture 5: Singular Value Decomposition SVD (1) EEM3L1: Numerical and Analytical Techniques Lecture 5: Singular Value Decomposition SVD (1) EE3L1, slide 1, Version 4: 25-Sep-02 Motivation for SVD (1) SVD = Singular Value Decomposition Consider the system

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

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

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

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

Matrices and Linear Algebra

Matrices and Linear Algebra Chapter 2 Matrices and Linear Algebra 2. Basics Definition 2... A matrix is an m n array of scalars from a given field F. The individual values in the matrix are called entries. Examples. 2 3 A = 2 4 2

More information

MAT188H1S Lec0101 Burbulla

MAT188H1S Lec0101 Burbulla Winter 206 Linear Transformations A linear transformation T : R m R n is a function that takes vectors in R m to vectors in R n such that and T (u + v) T (u) + T (v) T (k v) k T (v), for all vectors u

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

Solution to Homework 2

Solution to Homework 2 Solution to Homework 2 Olena Bormashenko September 23, 2011 Section 1.4: 1(a)(b)(i)(k), 4, 5, 14; Section 1.5: 1(a)(b)(c)(d)(e)(n), 2(a)(c), 13, 16, 17, 18, 27 Section 1.4 1. Compute the following, if

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

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

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

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

3 Orthogonal Vectors and Matrices

3 Orthogonal Vectors and Matrices 3 Orthogonal Vectors and Matrices The linear algebra portion of this course focuses on three matrix factorizations: QR factorization, singular valued decomposition (SVD), and LU factorization The first

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

9 MATRICES AND TRANSFORMATIONS

9 MATRICES AND TRANSFORMATIONS 9 MATRICES AND TRANSFORMATIONS Chapter 9 Matrices and Transformations Objectives After studying this chapter you should be able to handle matrix (and vector) algebra with confidence, and understand the

More information

DETERMINANTS TERRY A. LORING

DETERMINANTS TERRY A. LORING DETERMINANTS TERRY A. LORING 1. Determinants: a Row Operation By-Product The determinant is best understood in terms of row operations, in my opinion. Most books start by defining the determinant via formulas

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

Direct Methods for Solving Linear Systems. Matrix Factorization

Direct Methods for Solving Linear Systems. Matrix Factorization Direct Methods for Solving Linear Systems Matrix Factorization Numerical Analysis (9th Edition) R L Burden & J D Faires Beamer Presentation Slides prepared by John Carroll Dublin City University c 2011

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

SALEM COMMUNITY COLLEGE Carneys Point, New Jersey 08069 COURSE SYLLABUS COVER SHEET. Action Taken (Please Check One) New Course Initiated

SALEM COMMUNITY COLLEGE Carneys Point, New Jersey 08069 COURSE SYLLABUS COVER SHEET. Action Taken (Please Check One) New Course Initiated SALEM COMMUNITY COLLEGE Carneys Point, New Jersey 08069 COURSE SYLLABUS COVER SHEET Course Title Course Number Department Linear Algebra Mathematics MAT-240 Action Taken (Please Check One) New Course Initiated

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

Operation Count; Numerical Linear Algebra

Operation Count; Numerical Linear Algebra 10 Operation Count; Numerical Linear Algebra 10.1 Introduction Many computations are limited simply by the sheer number of required additions, multiplications, or function evaluations. If floating-point

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

Elementary Matrices and The LU Factorization

Elementary Matrices and The LU Factorization lementary Matrices and The LU Factorization Definition: ny matrix obtained by performing a single elementary row operation (RO) on the identity (unit) matrix is called an elementary matrix. There are three

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

Abstract: We describe the beautiful LU factorization of a square matrix (or how to write Gaussian elimination in terms of matrix multiplication).

Abstract: We describe the beautiful LU factorization of a square matrix (or how to write Gaussian elimination in terms of matrix multiplication). MAT 2 (Badger, Spring 202) LU Factorization Selected Notes September 2, 202 Abstract: We describe the beautiful LU factorization of a square matrix (or how to write Gaussian elimination in terms of matrix

More information

Lecture 3: Finding integer solutions to systems of linear equations

Lecture 3: Finding integer solutions to systems of linear equations Lecture 3: Finding integer solutions to systems of linear equations Algorithmic Number Theory (Fall 2014) Rutgers University Swastik Kopparty Scribe: Abhishek Bhrushundi 1 Overview The goal of this lecture

More information

u = [ 2 4 5] has one row with three components (a 3 v = [2 4 5] has three rows separated by semicolons (a 3 w = 2:5 generates the row vector w = [ 2 3

u = [ 2 4 5] has one row with three components (a 3 v = [2 4 5] has three rows separated by semicolons (a 3 w = 2:5 generates the row vector w = [ 2 3 MATLAB Tutorial You need a small numb e r of basic commands to start using MATLAB. This short tutorial describes those fundamental commands. You need to create vectors and matrices, to change them, and

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

Problem Set 5 Due: In class Thursday, Oct. 18 Late papers will be accepted until 1:00 PM Friday.

Problem Set 5 Due: In class Thursday, Oct. 18 Late papers will be accepted until 1:00 PM Friday. Math 312, Fall 2012 Jerry L. Kazdan Problem Set 5 Due: In class Thursday, Oct. 18 Late papers will be accepted until 1:00 PM Friday. In addition to the problems below, you should also know how to solve

More information

15.062 Data Mining: Algorithms and Applications Matrix Math Review

15.062 Data Mining: Algorithms and Applications Matrix Math Review .6 Data Mining: Algorithms and Applications Matrix Math Review The purpose of this document is to give a brief review of selected linear algebra concepts that will be useful for the course and to develop

More information

A note on companion matrices

A note on companion matrices Linear Algebra and its Applications 372 (2003) 325 33 www.elsevier.com/locate/laa A note on companion matrices Miroslav Fiedler Academy of Sciences of the Czech Republic Institute of Computer Science Pod

More information

4 MT210 Notebook 4 3. 4.1 Eigenvalues and Eigenvectors... 3. 4.1.1 Definitions; Graphical Illustrations... 3

4 MT210 Notebook 4 3. 4.1 Eigenvalues and Eigenvectors... 3. 4.1.1 Definitions; Graphical Illustrations... 3 MT Notebook Fall / prepared by Professor Jenny Baglivo c Copyright 9 by Jenny A. Baglivo. All Rights Reserved. Contents MT Notebook. Eigenvalues and Eigenvectors................................... Definitions;

More information