R mp nq. (13.1) a m1 B a mn B

Size: px
Start display at page:

Download "R mp nq. (13.1) a m1 B a mn B"

Transcription

1 This electronic version is for personal use and may not be duplicated or distributed Chapter 13 Kronecker Products 131 Definition and Examples Definition 131 Let A R m n, B R p q Then the Kronecker product (or tensor product) of A and B is defined as the matrix a 11 B a 1n B A B = R mp nq (131) a m1 B a mn B Obviously, the same definition holds if A and B are complex-valued matrices We restrict our attention in this chapter primarily to real-valued matrices, pointing out the extension to the complex case only where it is not obvious Example Let A = [ [ and B = Then A B = Note that B A = A B [ B 2B 3B 3B 2B B = For any B R p q, I 2 B = [ B B Replacing I 2 by I n yields a block diagonal matrix with n copies of B along the diagonal 3 Let B be an arbitrary 2 2 matrix Then B I 2 = b 11 b 12 b 11 b 12 b 21 b 22 b 21 b ajlbook 24/11/9 13:36 page 139 #147 From "Matrix Analysis for Scientists and Engineers" Alan J Laub Buy this book from SIAM at wwwec-securehostcom/siam/ot91html

2 This electronic version is for personal use and may not be duplicated or distributed 14 Chapter 13 Kronecker Products The extension to arbitrary B and I n is obvious 4 Let x R m, y R n Then x y = [ x 1 y T,,x m y T T = [x 1 y 1,,x 1 y n,x 2 y 1,,x m y n T R mn 5 Let x R m, y R n Then x y T = [x 1 y,,x m y T x 1 y 1 x 1 y n = x m y 1 x m y n = xy T R m n 132 Properties of the Kronecker Product Theorem 133 Let A R m n, B R r s, C R n p, and D R s t Then Proof: Simply verify that (A B)(C D) = AC BD ( R mr pt ) (132) a 11 B a 1n B c 11 D c 1p D (A B)(C D) = a m1 B a mn B c n1 D c np D n k=1 a 1kc k1 BD n k=1 a 1kc kp BD = n k=1 a mkc k1 BD n k=1 a mkc kp BD = AC BD Theorem 134 For all A and B, (A B) T = A T B T Proof: For the proof, simply verify using the definitions of transpose and Kronecker product Corollary 135 If A R n n and B R m m are symmetric, then A B is symmetric Theorem 136 If A and B are nonsingular, (A B) 1 = A 1 B 1 Proof: Using Theorem 133, simply note that (A B)(A 1 B 1 ) = I I = I ajlbook 24/11/9 13:36 page 14 #148 From "Matrix Analysis for Scientists and Engineers" Alan J Laub Buy this book from SIAM at wwwec-securehostcom/siam/ot91html

3 This electronic version is for personal use and may not be duplicated or distributed 132 Properties of the Kronecker Product 141 Theorem 137 If A R n n and B R m m are normal, then A B is normal Proof: (A B) T (A B) = (A T B T )(A B) by Theorem 134 = A T A B T B by Theorem 133 = AA T BB T since A and B are normal = (A B)(A B) T by Theorem 133 Corollary 138 If A R n n is orthogonal and B R m m is orthogonal, then A B is orthogonal Example 139 Let A = [ cos θ sin θ [ sin θ cos θ and B = cos φ sin φ sin φ cos φ Then it is easily seen that A is orthogonal with eigenvalues e ±jθ and B is orthogonal with eigenvalues e ±jφ The 4 4 matrix A B is then also orthogonal with eigenvalues e ±j(θ+φ) and e ±j(θ φ) Theorem 131 Let A R m n have a singular value decomposition U A A VA T B R p q have a singular value decomposition U B B VB T Then (U A U B )( A B )(V T A V T B ) and let yields a singular value decomposition of A B(after a simple reordering of the diagonal elements of A B and the corresponding right and left singular vectors) Corollary 1311 Let A R m n r have singular values σ 1 σ r > and let B R p q s have singular values τ 1 τ s > Then A B(or B A) has rs singular values σ 1 τ 1 σ r τ s > and rank(a B) = (ranka)(rankb) = rank(b A) Theorem 1312 Let A R n n have eigenvalues λ i,i n, and let B R m m have eigenvalues µ j,j m Then the mn eigenvalues of A B are λ 1 µ 1,,λ 1 µ m,λ 2 µ 1,,λ 2 µ m,,λ n µ m Moreover, if x 1,,x p are linearly independent right eigenvectors of A corresponding to λ 1,,λ p (p n), and z 1,,z q are linearly independent right eigenvectors of B corresponding to µ 1,,µ q (q m), then x i z j R mn are linearly independent right eigenvectors of A B corresponding to λ i µ j, i p, j q Proof: The basic idea of the proof is as follows: (A B)(x z) = Ax Bz = λx µz = λµ(x z) If A and B are diagonalizable in Theorem 1312, we can take p = n and q = m and thus get the complete eigenstructure of A B In general, if A and B have Jordan form ajlbook 24/11/9 13:36 page 141 #149 From "Matrix Analysis for Scientists and Engineers" Alan J Laub Buy this book from SIAM at wwwec-securehostcom/siam/ot91html

4 This electronic version is for personal use and may not be duplicated or distributed 142 Chapter 13 Kronecker Products decompositions given by P 1 AP = J A and Q 1 BQ = J B, respectively, then we get the following Jordan-like structure: (P Q) 1 (A B)(P Q) = (P 1 Q 1 )(A B)(P Q) = (P 1 AP ) (Q 1 BQ) = J A J B Note that J A J B, while upper triangular, is generally not quite in Jordan form and needs further reduction (to an ultimate Jordan form that also depends on whether or not certain eigenvalues are zero or nonzero) A Schur form for A B can be derived similarly For example, suppose P and Q are unitary matrices that reduce A and B, respectively, to Schur (triangular) form, ie, P H AP = T A and Q H BQ = T B (and similarly if P and Q are orthogonal similarities reducing A and B to real Schur form) Then (P Q) H (A B)(P Q) = (P H Q H )(A B)(P Q) = (P H AP ) (Q H BQ) = T A T B Corollary 1313 Let A R n n and B R m m Then 1 Tr(A B) = (TrA)(TrB) = Tr(B A) 2 det(a B) = (det A) m (det B) n = det(b A) Definition 1314 Let A R n n and B R m m Then the Kronecker sum (or tensor sum) of A and B, denoted A B, is the mn mn matrix (I m A) + (B I n ) Note that, in general, A B = B A Example Let A = and B = [ Then A B = (I 2 A)+(B I 3 ) = The reader is invited to compute B A = (I 3 B)+(A I 2 ) and note the difference with A B ajlbook 24/11/9 13:36 page 142 #15 From "Matrix Analysis for Scientists and Engineers" Alan J Laub Buy this book from SIAM at wwwec-securehostcom/siam/ot91html

5 This electronic version is for personal use and may not be duplicated or distributed 132 Properties of the Kronecker Product Recall the real JCF M I M I J = M R 2k 2k, I M I M [ α β where M = Define β α 1 1 E k = R k k 1 Then J can be written in the very compact form J = (I k M)+(E k I 2 ) = M E k Theorem 1316 Let A R n n have eigenvalues λ i,i n, and let B R m m have eigenvalues µ j,j m Then the Kronecker sum A B = (I m A) + (B I n ) has mn eigenvalues λ 1 + µ 1,,λ 1 + µ m,λ 2 + µ 1,,λ 2 + µ m,,λ n + µ m Moreover, if x 1,,x p are linearly independent right eigenvectors of A corresponding to λ 1,,λ p (p n), and z 1,,z q are linearly independent right eigenvectors of B corresponding to µ 1,,µ q (q m), then z j x i R mn are linearly independent right eigenvectors of A B corresponding to λ i + µ j, i p, j q Proof: The basic idea of the proof is as follows: [(I m A) + (B I n )(z x) = (z Ax) + (Bz x) = (z λx) + (µz x) = (λ + µ)(z x) If A and B are diagonalizable in Theorem 1316, we can take p = n and q = m and thus get the complete eigenstructure of A B In general, if A and B have Jordan form decompositions given by P 1 AP = J A and Q 1 BQ = J B, respectively, then [(Q I n )(I m P) 1 [(I m A) + (B I n )[(Q I n )(I m P) =[(I m P) 1 (Q I n ) 1 [(I m A) + (B I n )[(Q I n )(I m P) =[(I m P 1 )(Q 1 I n )[(I m A) + (B I n )[(Q I n )(I m P) = (I m J A ) + (J B I n ) is a Jordan-like structure for A B ajlbook 24/11/9 13:36 page 143 #151 From "Matrix Analysis for Scientists and Engineers" Alan J Laub Buy this book from SIAM at wwwec-securehostcom/siam/ot91html

6 This electronic version is for personal use and may not be duplicated or distributed 144 Chapter 13 Kronecker Products A Schur form for A B can be derived similarly Again, suppose P and Q are unitary matrices that reduce A and B, respectively, to Schur (triangular) form, ie, P H AP = T A and Q H BQ = T B (and similarly if P and Q are orthogonal similarities reducing A and B to real Schur form) Then [(Q I n )(I m P) H [(I m A) + (B I n )[(Q I n )(I m P)=(I m T A ) + (T B I n ), where [(Q I n )(I m P)=(Q P)is unitary by Theorem 133 and Corollary Application to Sylvester and Lyapunov Equations In this section we study the linear matrix equation AX + XB = C, (133) where A R n n, B R m m, and C R n m This equation is now often called a Sylvester equation in honor of JJ Sylvester who studied general linear matrix equations of the form k A i XB i = C i=1 A special case of (133) is the symmetric equation AX + XA T = C (134) obtained by taking B = A T When C is symmetric, the solution X R n n is easily shown also to be symmetric and (134) is known as a Lyapunov equation Lyapunov equations arise naturally in stability theory The first important question to ask regarding (133) is, When does a solution exist? By writing the matrices in (133) in terms of their columns, it is easily seen by equating the ith columns that m Ax i + Xb i = c i = Ax i + b ji x j These equations can then be rewritten as the mn mn linear system A + b 11 I b 21 I b m1 I b 12 I A+ b 22 I b m2 I x 1 = x b 1m I b 2m I A + b mm I m j=1 c 1 c m (135) The coefficient matrix in (135) clearly can be written as the Kronecker sum (I m A) + (B T I n ) The following definition is very helpful in completing the writing of (135) as an ordinary linear system ajlbook 24/11/9 13:36 page 144 #152 From "Matrix Analysis for Scientists and Engineers" Alan J Laub Buy this book from SIAM at wwwec-securehostcom/siam/ot91html

7 This electronic version is for personal use and may not be duplicated or distributed 133 Application to Sylvester and Lyapunov Equations 145 Definition 1317 Let c i R n denote the columns of C R n m so that C = [c 1,,c m Then vec(c) is defined to be the mn-vector formed by stacking the columns of C on top of c 1 one another, ie, vec(c) = c m R mn Using Definition 1317, the linear system (135) can be rewritten in the form [(I m A) + (B T I n )vec(x) = vec(c) (136) There exists a unique solution to (136) if and only if [(I m A) + (B T I n ) is nonsingular But [(I m A) + (B T I n ) is nonsingular if and only if it has no zero eigenvalues From Theorem 1316, the eigenvalues of [(I m A) + (B T I n ) are λ i + µ j, where λ i (A), i n, and µ j (B), j m We thus have the following theorem Theorem 1318 Let A R n n, B R m m, and C R n m Then the Sylvester equation AX + XB = C (137) has a unique solution if and only if A and B have no eigenvalues in common Sylvester equations of the form (133) (or symmetric Lyapunov equations of the form (134)) are generally not solved using the mn mn vec formulation (136) The most commonly preferred numerical algorithm is described in [2 First A and B are reduced to (real) Schur form An equivalent linear system is then solved in which the triangular form of the reduced A and B can be exploited to solve successively for the columns of a suitably transformed solution matrix X Assuming that, say, n m, this algorithm takes only O(n 3 ) operations rather than the O(n 6 ) that would be required by solving (136) directly with Gaussian elimination A further enhancement to this algorithm is available in [6 whereby the larger of A or B is initially reduced only to upper Hessenberg rather than triangular Schur form The next few theorems are classical They culminate in Theorem 1324, one of many elegant connections between matrix theory and stability theory for differential equations Theorem 1319 Let A R n n, B R m m, and C R n m Suppose further that A and B are asymptotically stable (a matrix is asymptotically stable if all its eigenvalues have real parts in the open left half-plane) Then the (unique) solution of the Sylvester equation AX + XB = C (138) can be written as X = + e ta Ce tb dt (139) Proof: Since A and B are stable, λ i (A) + λ j (B) = for all i, j so there exists a unique solution to (138) by Theorem 1318 Now integrate the differential equation Ẋ = AX+XB (with X() = C) on[, + ): + ( + ) lim X(t) X() = A X(t)dt + X(t)dt B (131) t + ajlbook 24/11/9 13:36 page 145 #153 From "Matrix Analysis for Scientists and Engineers" Alan J Laub Buy this book from SIAM at wwwec-securehostcom/siam/ot91html

8 This electronic version is for personal use and may not be duplicated or distributed 146 Chapter 13 Kronecker Products Using the results of Section 1116, it can be shown easily that lim t + eta = lim t + etb = Hence, using the solution X(t) = e ta Ce tb from Theorem 116, we have that lim X(t) = t + Substituting in (131) we have ( + ) ( + ) C = A e ta Ce tb dt + e ta Ce tb dt B and so X = + e ta Ce tb dt satisfies (138) Remark 132 An equivalent condition for the existence of a unique solution to AX + XB = C is that [ A C [ B be similar to A [ B (via the similarity I X I ) Theorem 1321 Let A, C R n n Then the Lyapunov equation AX + XA T = C (1311) has a unique solution if and only if A and A T have no eigenvalues in common If C is symmetric and (1311) has a unique solution, then that solution is symmetric Remark 1322 If the matrix A R n n has eigenvalues λ 1,,λ n, then A T has eigenvalues λ 1,, λ n Thus, a sufficient condition that guarantees that A and A T have no common eigenvalues is that A be asymptotically stable Many useful results exist concerning the relationship between stability and Lyapunov equations Two basic results due to Lyapunov are the following, the first of which follows immediately from Theorem 1319 Theorem 1323 Let A, C R n n and suppose further that A is asymptotically stable Then the (unique) solution of the Lyapunov equation can be written as X = AX + XA T = C + e ta Ce tat dt (1312) Theorem 1324 A matrix A R n n is asymptotically stable if and only if there exists a positive definite solution to the Lyapunov equation where C = C T < AX + XA T = C, (1313) Proof: Suppose A is asymptotically stable By Theorems 1321 and 1323 a solution to (1313) exists and takes the form (1312) Now let v be an arbitrary nonzero vector in R n Then + v T Xv = (v T e ta )( C)(v T e ta ) T dt ajlbook 24/11/9 13:36 page 146 #154 From "Matrix Analysis for Scientists and Engineers" Alan J Laub Buy this book from SIAM at wwwec-securehostcom/siam/ot91html

9 This electronic version is for personal use and may not be duplicated or distributed 133 Application to Sylvester and Lyapunov Equations 147 Since C > and e ta is nonsingular for all t, the integrand above is positive Hence v T Xv > and thus X is positive definite Conversely, suppose X = X T > and let λ (A) with corresponding left eigenvector y Then >y H Cy = y H AXy + y H XA T y = (λ + λ)y H Xy Since y H Xy >, we must have λ + λ = 2Reλ< Since λ was arbitrary, A must be asymptotically stable Remark 1325 The Lyapunov equation AX + XA T = C can also be written using the vec notation in the equivalent form [(I A) + (A I)vec(X) = vec(c) A subtle point arises when dealing with the dual Lyapunov equation A T X + XA = C The equivalent vec form of this equation is [(I A T ) + (A T I)vec(X) = vec(c) However, the complex-valued equation A H X + XA = C is equivalent to [(I A H ) + (A T I)vec(X) = vec(c) The vec operator has many useful properties, most of which derive from one key result Theorem 1326 For any three matrices A, B, and C for which the matrix product ABC is defined, vec(abc) = (C T A)vec(B) Proof: The proof follows in a fairly straightforward fashion either directly from the definitions or from the fact that vec(xy T ) = y x An immediate application is to the derivation of existence and uniqueness conditions for the solution of the simple Sylvester-like equation introduced in Theorem 611 Theorem 1327 Let A R m n, B R p q, and C R m q Then the equation AXB = C (1314) has a solution X R n p if and only if AA + CB + B = C, in which case the general solution is of the form X = A + CB + + Y A + AY BB +, (1315) where Y R n p is arbitrary The solution of (1314) is unique if BB + A + A = I Proof: Write (1314) as (B T A)vec(X) = vec(c) (1316) ajlbook 24/11/9 13:36 page 147 #155 From "Matrix Analysis for Scientists and Engineers" Alan J Laub Buy this book from SIAM at wwwec-securehostcom/siam/ot91html

10 This electronic version is for personal use and may not be duplicated or distributed 148 Chapter 13 Kronecker Products by Theorem 1326 This vector equation has a solution if and only if (B T A)(B T A) + vec(c) = vec(c) It is a straightforward exercise to show that (M N) + = M + N + Thus, (1316) has a solution if and only if vec(c) = (B T A)((B + ) T A + )vec(c) =[(B + B) T AA + vec(c) = vec(aa + CB + B) and hence if and only if AA + CB + B = C The general solution of (1316) is then given by vec(x) = (B T A) + vec(c) +[I (B T A) + (B T A)vec(Y ), where Y is arbitrary This equation can then be rewritten in the form vec(x) = ((B + ) T A + )vec(c) +[I (BB + ) T A + Avec(Y ) or, using Theorem 1326, X = A + CB + + Y A + AY BB + The solution is clearly unique if BB + A + A = I EXERCISES 1 For any two matrices A and B for which the indicated matrix product is defined, show that (vec(a)) T (vec(b)) = Tr(A T B) In particular, if B R n n, then Tr(B) = vec(i n ) T vec(b) 2 Prove that for all matrices A and B, (A B) + = A + B + 3 Show that the equation AXB = C has a solution for all C if A has full row rank and B has full column rank Also, show that a solution, if it exists, is unique if A has full column rank and B has full row rank What is the solution in this case? 4 Show that the general linear equation k A i XB i = C can be written in the form i=1 [B T 1 A 1 + +B T k A kvec(x) = vec(c) ajlbook 24/11/9 13:36 page 148 #156 From "Matrix Analysis for Scientists and Engineers" Alan J Laub Buy this book from SIAM at wwwec-securehostcom/siam/ot91html

11 This electronic version is for personal use and may not be duplicated or distributed Exercises Let x R m and y R n Show that x T y = yx T 6 Let A R n n and B R m m (a) Show that A B 2 = A 2 B 2 (b) What is A B F in terms of the Frobenius norms of A and B? Justify your answer carefully (c) What is the spectral radius of A B in terms of the spectral radii of A and B? Justify your answer carefully 7 Let A, B R n n (a) Show that (I A) k = I A k and (B I) k = B k I for all integers k (b) Show that e I A = I e A and e B I = e B I (c) Show that the matrices I A and B I commute (d) Show that e A B = e (I A)+(B I) = e B e A (Note: This result would look a little nicer had we defined our Kronecker sum the other way around However, Definition 1314 is conventional in the literature) 8 Consider the Lyapunov matrix equation (1311) with [ 1 A = 1 and C the symmetric matrix [ 2 2 Clearly [ 1 X s = 1 is a symmetric solution of the equation Verify that [ X ns = is also a solution and is nonsymmetric Explain in light of Theorem Block Triangularization: Let [ A B S = C D where A R n n and D R m m It is desired to find a similarity transformation of the form [ I T = X I such that T 1 ST is block upper triangular, ajlbook 24/11/9 13:36 page 149 #157 From "Matrix Analysis for Scientists and Engineers" Alan J Laub Buy this book from SIAM at wwwec-securehostcom/siam/ot91html

12 This electronic version is for personal use and may not be duplicated or distributed 15 Chapter 13 Kronecker Products (a) Show that S is similar to [ A + BX B D XB if X satisfies the so-called matrix Riccati equation C XA + DX XBX = (b) Formulate a similar result for block lower triangularization of S 1 Block Diagonalization: Let S = [ A B D where A R n n and D R m m It is desired to find a similarity transformation of the form [ I Y T = I such that T 1 ST is block diagonal (a) Show that S is similar to [ A D if Y satisfies the Sylvester equation, AY YD = B (b) Formulate a similar result for block diagonalization of [ A S = C D ajlbook 24/11/9 13:36 page 15 #158 From "Matrix Analysis for Scientists and Engineers" Alan J Laub Buy this book from SIAM at wwwec-securehostcom/siam/ot91html

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Lecture 13 Linear quadratic Lyapunov theory

Lecture 13 Linear quadratic Lyapunov theory EE363 Winter 28-9 Lecture 13 Linear quadratic Lyapunov theory the Lyapunov equation Lyapunov stability conditions the Lyapunov operator and integral evaluating quadratic integrals analysis of ARE discrete-time

More information

Lecture 1: Schur s Unitary Triangularization Theorem

Lecture 1: Schur s Unitary Triangularization Theorem Lecture 1: Schur s Unitary Triangularization Theorem This lecture introduces the notion of unitary equivalence and presents Schur s theorem and some of its consequences It roughly corresponds to Sections

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

Notes on Matrix Calculus

Notes on Matrix Calculus Notes on Matrix Calculus Paul L. Fackler North Carolina State University September 27, 2005 Matrix calculus is concerned with rules for operating on functions of matrices. For example, suppose that an

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

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

THREE DIMENSIONAL GEOMETRY

THREE DIMENSIONAL GEOMETRY Chapter 8 THREE DIMENSIONAL GEOMETRY 8.1 Introduction In this chapter we present a vector algebra approach to three dimensional geometry. The aim is to present standard properties of lines and planes,

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

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

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 and the geometry of quadratic equations. Similarity transformations and orthogonal matrices

Linear algebra and the geometry of quadratic equations. Similarity transformations and orthogonal matrices MATH 30 Differential Equations Spring 006 Linear algebra and the geometry of quadratic equations Similarity transformations and orthogonal matrices First, some things to recall from linear algebra Two

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

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

SF2940: Probability theory Lecture 8: Multivariate Normal Distribution

SF2940: Probability theory Lecture 8: Multivariate Normal Distribution SF2940: Probability theory Lecture 8: Multivariate Normal Distribution Timo Koski 24.09.2015 Timo Koski Matematisk statistik 24.09.2015 1 / 1 Learning outcomes Random vectors, mean vector, covariance matrix,

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

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

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

[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

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

F Matrix Calculus F 1

F Matrix Calculus F 1 F Matrix Calculus F 1 Appendix F: MATRIX CALCULUS TABLE OF CONTENTS Page F1 Introduction F 3 F2 The Derivatives of Vector Functions F 3 F21 Derivative of Vector with Respect to Vector F 3 F22 Derivative

More information

Matrix Algebra. Some Basic Matrix Laws. Before reading the text or the following notes glance at the following list of basic matrix algebra laws.

Matrix Algebra. Some Basic Matrix Laws. Before reading the text or the following notes glance at the following list of basic matrix algebra laws. Matrix Algebra A. Doerr Before reading the text or the following notes glance at the following list of basic matrix algebra laws. Some Basic Matrix Laws Assume the orders of the matrices are such that

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

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

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

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

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

Finite dimensional C -algebras

Finite dimensional C -algebras Finite dimensional C -algebras S. Sundar September 14, 2012 Throughout H, K stand for finite dimensional Hilbert spaces. 1 Spectral theorem for self-adjoint opertors Let A B(H) and let {ξ 1, ξ 2,, ξ n

More information

SF2940: Probability theory Lecture 8: Multivariate Normal Distribution

SF2940: Probability theory Lecture 8: Multivariate Normal Distribution SF2940: Probability theory Lecture 8: Multivariate Normal Distribution Timo Koski 24.09.2014 Timo Koski () Mathematisk statistik 24.09.2014 1 / 75 Learning outcomes Random vectors, mean vector, covariance

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

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

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

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

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

Lecture L3 - Vectors, Matrices and Coordinate Transformations

Lecture L3 - Vectors, Matrices and Coordinate Transformations S. Widnall 16.07 Dynamics Fall 2009 Lecture notes based on J. Peraire Version 2.0 Lecture L3 - Vectors, Matrices and Coordinate Transformations By using vectors and defining appropriate operations between

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

MATH PROBLEMS, WITH SOLUTIONS

MATH PROBLEMS, WITH SOLUTIONS MATH PROBLEMS, WITH SOLUTIONS OVIDIU MUNTEANU These are free online notes that I wrote to assist students that wish to test their math skills with some problems that go beyond the usual curriculum. These

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

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

Lecture 5 Principal Minors and the Hessian

Lecture 5 Principal Minors and the Hessian Lecture 5 Principal Minors and the Hessian Eivind Eriksen BI Norwegian School of Management Department of Economics October 01, 2010 Eivind Eriksen (BI Dept of Economics) Lecture 5 Principal Minors and

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

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

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

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

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

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

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

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

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

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

α = 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

Continuity of the Perron Root

Continuity of the Perron Root Linear and Multilinear Algebra http://dx.doi.org/10.1080/03081087.2014.934233 ArXiv: 1407.7564 (http://arxiv.org/abs/1407.7564) Continuity of the Perron Root Carl D. Meyer Department of Mathematics, North

More information

Unified Lecture # 4 Vectors

Unified Lecture # 4 Vectors Fall 2005 Unified Lecture # 4 Vectors These notes were written by J. Peraire as a review of vectors for Dynamics 16.07. They have been adapted for Unified Engineering by R. Radovitzky. References [1] Feynmann,

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

A characterization of trace zero symmetric nonnegative 5x5 matrices

A characterization of trace zero symmetric nonnegative 5x5 matrices A characterization of trace zero symmetric nonnegative 5x5 matrices Oren Spector June 1, 009 Abstract The problem of determining necessary and sufficient conditions for a set of real numbers to be the

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

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

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

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

r (t) = 2r(t) + sin t θ (t) = r(t) θ(t) + 1 = 1 1 θ(t) 1 9.4.4 Write the given system in matrix form x = Ax + f ( ) sin(t) x y 1 0 5 z = dy cos(t)

r (t) = 2r(t) + sin t θ (t) = r(t) θ(t) + 1 = 1 1 θ(t) 1 9.4.4 Write the given system in matrix form x = Ax + f ( ) sin(t) x y 1 0 5 z = dy cos(t) Solutions HW 9.4.2 Write the given system in matrix form x = Ax + f r (t) = 2r(t) + sin t θ (t) = r(t) θ(t) + We write this as ( ) r (t) θ (t) = ( ) ( ) 2 r(t) θ(t) + ( ) sin(t) 9.4.4 Write the given system

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

Numerical Methods I Eigenvalue Problems

Numerical Methods I Eigenvalue Problems Numerical Methods I Eigenvalue Problems Aleksandar Donev Courant Institute, NYU 1 donev@courant.nyu.edu 1 Course G63.2010.001 / G22.2420-001, Fall 2010 September 30th, 2010 A. Donev (Courant Institute)

More information

I. GROUPS: BASIC DEFINITIONS AND EXAMPLES

I. GROUPS: BASIC DEFINITIONS AND EXAMPLES I GROUPS: BASIC DEFINITIONS AND EXAMPLES Definition 1: An operation on a set G is a function : G G G Definition 2: A group is a set G which is equipped with an operation and a special element e G, called

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

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

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

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

Linear Algebra I. Ronald van Luijk, 2012

Linear Algebra I. Ronald van Luijk, 2012 Linear Algebra I Ronald van Luijk, 2012 With many parts from Linear Algebra I by Michael Stoll, 2007 Contents 1. Vector spaces 3 1.1. Examples 3 1.2. Fields 4 1.3. The field of complex numbers. 6 1.4.

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

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

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

Pythagorean vectors and their companions. Lattice Cubes

Pythagorean vectors and their companions. Lattice Cubes Lattice Cubes Richard Parris Richard Parris (rparris@exeter.edu) received his mathematics degrees from Tufts University (B.A.) and Princeton University (Ph.D.). For more than three decades, he has lived

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

Geometric Transformations

Geometric Transformations Geometric Transformations Definitions Def: f is a mapping (function) of a set A into a set B if for every element a of A there exists a unique element b of B that is paired with a; this pairing is denoted

More information

Solving Systems of Linear Equations

Solving Systems of Linear Equations LECTURE 5 Solving Systems of Linear Equations Recall that we introduced the notion of matrices as a way of standardizing the expression of systems of linear equations In today s lecture I shall show how

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

7 Gaussian Elimination and LU Factorization

7 Gaussian Elimination and LU Factorization 7 Gaussian Elimination and LU Factorization In this final section on matrix factorization methods for solving Ax = b we want to take a closer look at Gaussian elimination (probably the best known method

More information

DATA ANALYSIS II. Matrix Algorithms

DATA ANALYSIS II. Matrix Algorithms DATA ANALYSIS II Matrix Algorithms Similarity Matrix Given a dataset D = {x i }, i=1,..,n consisting of n points in R d, let A denote the n n symmetric similarity matrix between the points, given as where

More information

Matrix Differentiation

Matrix Differentiation 1 Introduction Matrix Differentiation ( and some other stuff ) Randal J. Barnes Department of Civil Engineering, University of Minnesota Minneapolis, Minnesota, USA Throughout this presentation I have

More information

Introduction to Partial Differential Equations. John Douglas Moore

Introduction to Partial Differential Equations. John Douglas Moore Introduction to Partial Differential Equations John Douglas Moore May 2, 2003 Preface Partial differential equations are often used to construct models of the most basic theories underlying physics and

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

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

Chapter 7. Matrices. Definition. An m n matrix is an array of numbers set out in m rows and n columns. Examples. ( 1 1 5 2 0 6

Chapter 7. Matrices. Definition. An m n matrix is an array of numbers set out in m rows and n columns. Examples. ( 1 1 5 2 0 6 Chapter 7 Matrices Definition An m n matrix is an array of numbers set out in m rows and n columns Examples (i ( 1 1 5 2 0 6 has 2 rows and 3 columns and so it is a 2 3 matrix (ii 1 0 7 1 2 3 3 1 is a

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

Scalar Valued Functions of Several Variables; the Gradient Vector

Scalar Valued Functions of Several Variables; the Gradient Vector Scalar Valued Functions of Several Variables; the Gradient Vector Scalar Valued Functions vector valued function of n variables: Let us consider a scalar (i.e., numerical, rather than y = φ(x = φ(x 1,

More information