2.6 The Inverse of a Square Matrix

Size: px
Start display at page:

Download "2.6 The Inverse of a Square Matrix"

Transcription

1 200/2/6 page CHAPTER 2 Matrices and Systems of Linear Equations i i 2i 5 A = A = i i 4 + i i + i + 5i 26 The Inverse of a Square Matrix In this section we investigate the situation when, for a given n n matrix A, there exists a matrix B satisfying AB = I n and BA = I n (26) and derive an efficient method for determining B (when it does exist) As a possible application of the existence of such a matrix B, consider the n n linear system Ax = b (262) Premultiplying both sides of (262) by an n n matrix B yields Assuming that BA = I n, this reduces to (BA)x = Bb x = Bb (26) Thus, we have determined a solution to the system (262) by a matrix multiplication Of course, this depends on the existence of a matrix B satisfying (26), and even if such a matrix B does exist, it will turn out that using (26) to solve n n systems is not very efficient computationally Therefore it is generally not used in practice to solve n n systems However, from a theoretical point of view, a formula such as (26) is very useful We begin the investigation by establishing that there can be at most one matrix B satisfying (26) for a given n n matrix A Theorem 26 Let A be an n n matrix Suppose B and C are both n n matrices satisfying AB = BA = I n, (264) AC = CA = I n, (265) respectively Then B = C Proof From (264), it follows that C = CI n = C(AB) That is, C = (CA)B = I n B = B, where we have used (265) to replace CA by I n in the second step Since the identity matrix I n plays the role of the number in the multiplication of matrices, the properties given in (26) are the analogs for matrices of the properties xx =, x x =, which holds for all (nonzero) numbers x It is therefore natural to denote the matrix B in (26) by A and to call it the inverse of A The following definition introduces the appropriate terminology

2 200/2/6 page 6 26 The Inverse of a Square Matrix 6 DEFINITION 262 Let A be an n n matrix If there exists an n n matrix A satisfying AA = A A = I n, then we call A the matrix inverse to A, orjustthe inverse of A We say that A is invertible if A exists Invertible matrices are sometimes called nonsingular, while matrices that are not invertible are sometimes called singular Remark It is important to realize that A denotes the matrix that satisfies AA = A A = I n It does not mean /A, which has no meaning whatsoever 2 0 Example 26 If A = 2, verify that B = is the inverse of A 0 Solution: By direct multiplication, we find that AB = 2 = 00 = I 0 00 and BA = 2 = 00 = I 0 00 Consequently, (26) is satisfied, hence B is indeed the inverse of A We therefore write 0 A = 0 We now return to the n n system of Equations (262) Theorem 264 If A exists, then the n n system of linear equations Ax = b has the unique solution for every b in R n x = A b

3 200/2/6 page CHAPTER 2 Matrices and Systems of Linear Equations Proof We can verify by direct substitution that x = A b is indeed a solution to the linear system The uniqueness of this solution is contained in the calculation leading from (262) to (26) Our next theorem establishes when A exists, and it also uncovers an efficient method for computing A Theorem 265 An n n matrix A is invertible if and only if rank(a) = n Proof If A exists, then by Theorem 264, any n n linear system Ax = b has a unique solution Hence, Theorem 259 implies that rank(a) = n Conversely, suppose rank(a) = n We must establish that there exists an n n matrix X satisfying AX = I n = XA Let e, e 2,, e n denote the column vectors of the identity matrix I n Since rank(a) = n, Theorem 259 implies that each of the linear systems Ax i = e i, i =, 2,,n (266) has a unique solution x i Consequently, if we let X =[x, x 2,,x n ], where x, x 2,,x n are the unique solutions of the systems in (266), then that is, A[x, x 2,,x n ]=[Ax,Ax 2,,Ax n ]=[e, e 2,,e n ]; We must also show that, for the same matrix X, AX = I n (26) XA = I n Postmultiplying both sides of (26) by A yields That is, (AX)A = A A(XA I n ) = 0 n (268) Now let y, y 2,,y n denote the column vectors of the n n matrix XA I n Equating corresponding column vectors on either side of (268) implies that Ay i = 0, i =, 2,,n (269) But, by assumption, rank(a) = n, and so each system in (269) has a unique solution that, since the systems are homogeneous, must be the trivial solution Consequently, each y i is the zero vector, and thus XA I n = 0 n Therefore, XA = I n (260) Notice that for an n n system Ax = b, if rank(a) = n, then rank(a # ) = n

4 200/2/6 page The Inverse of a Square Matrix 65 Equations (26) and (260) imply that X = A We now have the following converse to Theorem 264 Corollary 266 Let A be an n n matrix If Ax = b has a unique solution for some column n-vector b, then A exists Proof If Ax = b has a unique solution, then from Theorem 259, rank(a) = n, and so from the previous theorem, A exists Remark In particular, the above corollary tells us that if the homogeneous linear system Ax = 0 has only the trivial solution x = 0, then A exists Other criteria for deciding whether or not an n n matrix A has an inverse will be developed in the next three chapters, but our goal at present is to develop a method for finding A, should it exist Assuming that rank(a) = n, letx, x 2,,x n denote the column vectors of A Then, from (266), these column vectors can be obtained by solving each of the n n systems Ax i = e i, i =, 2,,n As we now show, some computation can be saved if we employ the Gauss-Jordan method in solving these systems We first illustrate the method when n = In this case, from (266), the column vectors of A are determined by solving the three linear systems Ax = e, Ax 2 = e 2, Ax = e The augmented matrices of these systems can be written as A 0, A 0, A 0 0, 0 0 respectively Furthermore, since rank(a) = by assumption, the reduced row-echelon form of A is I Consequently, using elementary row operations to reduce the augmented matrix of the first system to reduced row-echelon form will yield, schematically, A 0 ERO 0 which implies that the first column vector of A is a x = a 2 a Similarly, for the second system, the reduction A 0 ERO 0 00a 00a 2, 00a 00b 00b 2 00b

5 200/2/6 page CHAPTER 2 Matrices and Systems of Linear Equations implies that the second column vector of A is b x 2 = b 2 b Finally, for the third system, the reduction A 0 00c 0 ERO 00c 2 00c implies that the third column vector of A is x = Consequently, a b c A =[x, x 2, x ]= a 2 b 2 c 2 a b c The key point to notice is that in solving for x, x 2, x we use the same elementary row operations to reduce A to I We can therefore save a significant amount of work by combining the foregoing operations as follows: A 00 00a b c 00 ERO 00a 2 b 2 c a b c The generalization to the n n case is immediate We form the n 2n matrix [A I n ] and reduce A to I n using elementary row operations Schematically, c c 2 c [A I n ] ERO [I n A ] This method of finding A is called the Gauss-Jordan technique Remark Notice that if we are given an n n matrix A, we likely will not know from the outset whether rank(a) = n, hence we will not know whether A exists However, if at any stage in the row reduction of [A I n ] we find that rank(a) < n, then it will follow from Theorem 265 that A is not invertible Example 26 Find A if A = Solution: Using the Gauss-Jordan technique, we proceed as follows

6 200/2/6 page 6 26 The Inverse of a Square Matrix 6 Thus, A = We leave it as an exercise to confirm that AA = A A = I A ( ) 2 A 2 ( ), A 2 ( 2) M ( /4) 4 A ( ), A 2 ( 2) Example 268 Continuing the previous example, use A to solve the system x + x 2 + x = 2, x 2 + 2x =, x + 5x 2 x = 4 Solution: The system can be written as Ax = b, where A is the matrix in the previous example, and 2 b = 4 Since A is invertible, the system has a unique solution that can be written as x = A b Thus, from the previous example we have x = = 4 Consequently, x = 5, x 2 =, and x = 2, so that the solution to the system is ( 5, ), 2 We now return to more theoretical information pertaining to the inverse of a matrix Properties of the Inverse The inverse of an n n matrix satisfies the properties stated in the following theorem, which should be committed to memory: 5 2 Theorem 269 Let A and B be invertible n n matrices Then A is invertible and (A ) = A 2 AB is invertible and (AB) = B A A T is invertible and (A T ) = (A ) T

7 200/2/6 page CHAPTER 2 Matrices and Systems of Linear Equations Proof The proof of each result consists of verifying that the appropriate matrix products yield the identity matrix We must verify that A A = I n and AA = I n Both of these follow directly from Definition We must verify that (AB)(B A ) = I n and (B A )(AB) = I n We establish the first equality, leaving the second equation as an exercise We have We must verify that (AB)(B )(A ) = A(BB )A = AI n A = AA = I n A T (A ) T = I n and (A ) T A T = I n Again, we prove the first part, leaving the second part as an exercise First recall from Theorem 222 that A T B T = (BA) T Using this property with B = A yields A T (A ) T = (A A) T = I T n = I n The proof of property 2 of Theorem 269 can easily be extended to a statement about invertibility of a product of an arbitrary finite number of matrices More precisely, we have the following Corollary 260 Let A,A 2,,A k be invertible n n matrices Then A A 2 A k is invertible, and (A A 2 A k ) = A k A k A Proof The proof is left as an exercise (Problem 28) Some Further Theoretical Results Finally, in this section, we establish two results that will be required in Section 2 and also in a proof that arises in Section 2 Theorem 26 Let A and B be n n matrices If AB = I n, then both A and B are invertible and B = A Proof Let b be an arbitrary column n-vector Then, since AB = I n,wehave A(Bb) = I n b = b Consequently, for every b, the system Ax = b has the solution x = Bb But this implies that rank(a) = n To see why, suppose that rank(a) < n, and let A denote a rowechelon form of A Note that the last row of A is zero Choose b to be any column

8 200/2/6 page The Inverse of a Square Matrix 69 n-vector whose last component is nonzero Then, since rank(a) < n, it follows that the system A x = b is inconsistent But, applying to the augmented matrix [A b ] the inverse row operations that reduced A to row-echelon form yields [A b] for some b Since Ax = b has the same solution set as A x = b, it follows that Ax = b is inconsistent We therefore have a contradiction, and so it must be the case that rank(a) = n, and therefore that A is invertible by Theorem 265 We now establish that 8 A = B Since AB = I n by assumption, we have A = A I n = A (AB) = (A A)B = I n B = B, as required It now follows directly from property of Theorem 269 that B is invertible with inverse A Corollary 262 Let A and B be n n matrices If AB is invertible, then both A and B are invertible Proof If we let C = B(AB) and D = AB, then AC = AB(AB) = DD = I n It follows from Theorem 26 that A is invertible Similarly, if we let C = (AB) A, then CB = (AB) AB = I n Once more we can apply Theorem 26 to conclude that B is invertible Exercises for 26 Key Terms Inverse, Invertible, Singular, Nonsingular, Gauss-Jordan technique Skills Be able to check directly whether or not two matrices A and B are inverses of each other Be able to find the inverse of an invertible matrix via the Gauss-Jordan technique Be able to use the inverse of a coefficient matrix of a linear system in order to solve the system Know the basic properties related to how the inverse operation behaves with respect to itself, multiplication, and transpose (Theorem 269) True-False Review For Questions 0, decide if the given statement is true or false, and give a brief justification for your answer If true, you can quote a relevant definition or theorem from the text If false, provide an example, illustration, or brief explanation of why the statement is false An invertible matrix is also known as a singular matrix 8 Note that it now makes sense to speak of A, whereas prior to proving in the preceding paragraph that A is invertible, it would not have been legal to use the notation A

9 200/2/6 page 0 0 CHAPTER 2 Matrices and Systems of Linear Equations 2 Every square matrix that does not contain a row of 5 zeros is invertible 9 A = 2 26 A linear system Ax = b with an n n invertible coefficient matrix A has a unique solution 00 4 If A is a matrix such that there exists a matrix B with 0 A = 00 AB = I n, then A is invertible 02 5 If A and B are invertible n n matrices, then so is 42 A + B A = If A and B are invertible n n matrices, then so is AB 2 If A is an invertible matrix such that A 2 = A, then A 2 A = 26 2 is the identity matrix 4 8 If A is an n n invertible matrix and B and C are n n i 2 matrices such that AB = AC, then B = C A = + i 2i 2 2i 5 9 If A isa5 5matrix of rank 4, then A is not invertible 0 If A isa6 6 matrix of rank 6, then A is invertible 2 4 A = 2 4 Problems For Problems verify by direct multiplication that the 2 given matrices are inverses of one another [ ] [ ] 5 A = A =,A = [ ] [ ] 49 2 A =,A = 4 6 A = A = 2,A = Let 2 4 A = 5 2 For Problems 4 6, determine A, if possible, using the Gauss-Jordan method If A exists, check your answer by verifying that AA = I n [ ] 2 4 A = [ + i 5 A = i [ i 6 A = + i 2 [ ] 00 A = A = ] ] Find the second column vector of A without determining the whole inverse For Problems 8 22, use A to find the solution to the given system x + x 2 =, 2x + 5x 2 = x + x 2 2x = 2, x 2 + x =, 2x + 4x 2 x = x 2ix 2 = 2, (2 i)x + 4ix 2 = i

10 200/2/6 page 26 The Inverse of a Square Matrix 2 22 x + 4x 2 + 5x =, 2x + 0x 2 + x =, 4x + x 2 + 8x = x + x 2 + 2x = 2, x + 2x 2 x = 24, 2x x 2 + x = 6 An n n matrix A is called orthogonal if A T = A For Problems 2 26, show that the given matrices are orthogonal [ ] 0 2 A = 0 [ ] /2 /2 24 A = /2 /2 [ cos α sin α 25 A = sin α cos α 26 A = + 2x 2 ] 2x 2x 2 2x 2x 2 2x 2x 2 2x 2 Complete the proof of Theorem 269 by verifying the remaining properties in parts 2 and 28 Prove Corollary 260 For Problems 29 0, use properties of the inverse to prove the given statement 29 If A is an n n invertible symmetric matrix, then A is symmetric 0 If A is an n n invertible skew-symmetric matrix, then A is skew-symmetric Let A be an n n matrix with A 4 = 0 Prove that I n A is invertible with (I n A) = I n + A + A 2 + A 2 Prove that if A, B, C are n n matrices satisfying BA = I n and AC = I n, then B = C If A, B, C are n n matrices satisfying BA = I n and CA = I n, does it follow that B = C? Justify your answer 4 Consider the general 2 2 matrix [ ] a a A = 2 a 2 a 22 and let = a a 22 a 2 a 2 with a 0 Show that if 0, A = [ ] a22 a 2 a 2 a The quantity defined above is referred to as the determinant of A We will investigate determinants in more detail in the next chapter 5 Let A be an n n matrix, and suppose that we have to solve the p linear systems Ax i = b i, i =, 2,,p where the b i are given Devise an efficient method for solving these systems 6 Use your method from the previous problem to solve the three linear systems if Ax i = b i, i =, 2, A = 2 4, b =, 6 2 b 2 = 2, b = 5 2 Let A be an m n matrix with m n (a) If rank(a) = m, prove that there exists a matrix B satisfying AB = I m Such a matrix is called a right inverse of A (b) If A = [ ], 24 determine all right inverses of A For Problems 8 9, reduce the matrix [A I n ] to reduced row-echelon form and thereby determine, if possible, the inverse of A A = A is a randomly generated 4 4 matrix For Problems 40 42, use built-in functions of some form of technology to determine rank(a) and, if possible,a 5 40 A =

11 200/2/6 page 2 2 CHAPTER 2 Matrices and Systems of Linear Equations Consider the n n Hilbert matrix 4 A = [ ] H n =, i, j n i + j 42 A is a randomly generated 5 5 matrix 4 For the system in Problem 2, determine A and use it to solve the system (a) Determine H 4 and show that it is invertible (b) Find H 4 and use it to solve H 4 x = b if b = [2,,, 5] T 2 Elementary Matrices and the LU Factorization We now introduce some matrices that can be used to perform elementary row operations on a matrix Although they are of limited computational use, they do play a significant role in linear algebra and its applications DEFINITION 2 Any matrix obtained by performing a single elementary row operation on the identity matrix is called an elementary matrix In particular, an elementary matrix is always a square matrix In general we will denote elementary matrices by E If we are describing a specific elementary matrix, then in keeping with the notation introduced previously for elementary row operations, we will use the following notation for the three types of elementary matrices: Type : P ij permute rows i and j in I n Type 2: M i (k) multiply row i of I n by the nonzero scalar k Type : A ij (k) add k times row i of I n to row j of I n Example 22 Write all 2 2 elementary matrices Solution: From Definition 2 and using the notation introduced above, we have Permutation matrix: P 2 = 2 Scaling matrices: M (k) = Row combinations: A 2 (k) = [ ] 0 0 [ ] k 0, M 0 2 (k) = [ ] 0, A k 2 (k) = [ ] 0 0 k [ ] k 0 We leave it as an exercise to verify that the n n elementary matrices have the following structure:

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

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

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

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

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

SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison

SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89 by Joseph Collison Copyright 2000 by Joseph Collison All rights reserved Reproduction or translation of any part of this work beyond that permitted by Sections

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

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

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

160 CHAPTER 4. VECTOR SPACES

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

More information

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

1.2 Solving a System of Linear Equations

1.2 Solving a System of Linear Equations 1.. SOLVING A SYSTEM OF LINEAR EQUATIONS 1. Solving a System of Linear Equations 1..1 Simple Systems - Basic De nitions As noticed above, the general form of a linear system of m equations in n variables

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

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

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

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

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

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

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

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

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

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

7.4. The Inverse of a Matrix. Introduction. Prerequisites. Learning Style. Learning Outcomes

7.4. The Inverse of a Matrix. Introduction. Prerequisites. Learning Style. Learning Outcomes The Inverse of a Matrix 7.4 Introduction In number arithmetic every number a 0 has a reciprocal b written as a or such that a ba = ab =. Similarly a square matrix A may have an inverse B = A where AB =

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

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

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

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

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

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

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

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

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

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

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

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

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

Lecture 2 Matrix Operations

Lecture 2 Matrix Operations Lecture 2 Matrix Operations transpose, sum & difference, scalar multiplication matrix multiplication, matrix-vector product matrix inverse 2 1 Matrix transpose transpose of m n matrix A, denoted A T or

More information

Row Echelon Form and Reduced Row Echelon Form

Row Echelon Form and Reduced Row Echelon Form These notes closely follow the presentation of the material given in David C Lay s textbook Linear Algebra and its Applications (3rd edition) These notes are intended primarily for in-class presentation

More information

1.5 SOLUTION SETS OF LINEAR SYSTEMS

1.5 SOLUTION SETS OF LINEAR SYSTEMS 1-2 CHAPTER 1 Linear Equations in Linear Algebra 1.5 SOLUTION SETS OF LINEAR SYSTEMS Many of the concepts and computations in linear algebra involve sets of vectors which are visualized geometrically as

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

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

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

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

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

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

Matrix Representations of Linear Transformations and Changes of Coordinates

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

More information

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

Matrices 2. Solving Square Systems of Linear Equations; Inverse Matrices

Matrices 2. Solving Square Systems of Linear Equations; Inverse Matrices Matrices 2. Solving Square Systems of Linear Equations; Inverse Matrices Solving square systems of linear equations; inverse matrices. Linear algebra is essentially about solving systems of linear equations,

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

Continued Fractions and the Euclidean Algorithm

Continued Fractions and the Euclidean Algorithm Continued Fractions and the Euclidean Algorithm Lecture notes prepared for MATH 326, Spring 997 Department of Mathematics and Statistics University at Albany William F Hammond Table of Contents Introduction

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

Question 2: How do you solve a matrix equation using the matrix inverse?

Question 2: How do you solve a matrix equation using the matrix inverse? Question : How do you solve a matrix equation using the matrix inverse? In the previous question, we wrote systems of equations as a matrix equation AX B. In this format, the matrix A contains the coefficients

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

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

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

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

Mathematics Course 111: Algebra I Part IV: Vector Spaces

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

More information

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

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

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

Linear Equations ! 25 30 35$ & " 350 150% & " 11,750 12,750 13,750% MATHEMATICS LEARNING SERVICE Centre for Learning and Professional Development

Linear Equations ! 25 30 35$ &  350 150% &  11,750 12,750 13,750% MATHEMATICS LEARNING SERVICE Centre for Learning and Professional Development MathsTrack (NOTE Feb 2013: This is the old version of MathsTrack. New books will be created during 2013 and 2014) Topic 4 Module 9 Introduction Systems of to Matrices Linear Equations Income = Tickets!

More information

Lecture 14: Section 3.3

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

More information

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

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

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

Solving Systems of Linear Equations Using Matrices

Solving Systems of Linear Equations Using Matrices Solving Systems of Linear Equations Using Matrices What is a Matrix? A matrix is a compact grid or array of numbers. It can be created from a system of equations and used to solve the system of equations.

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

Rotation Matrices and Homogeneous Transformations

Rotation Matrices and Homogeneous Transformations Rotation Matrices and Homogeneous Transformations A coordinate frame in an n-dimensional space is defined by n mutually orthogonal unit vectors. In particular, for a two-dimensional (2D) space, i.e., n

More information

5 Homogeneous systems

5 Homogeneous systems 5 Homogeneous systems Definition: A homogeneous (ho-mo-jeen -i-us) system of linear algebraic equations is one in which all the numbers on the right hand side are equal to : a x +... + a n x n =.. a m

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

[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 Solving LPs: The Simplex Algorithm of George Dantzig

1 Solving LPs: The Simplex Algorithm of George Dantzig Solving LPs: The Simplex Algorithm of George Dantzig. Simplex Pivoting: Dictionary Format We illustrate a general solution procedure, called the simplex algorithm, by implementing it on a very simple example.

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

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

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

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

Linearly Independent Sets and Linearly Dependent Sets

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

More information

Typical Linear Equation Set and Corresponding Matrices

Typical Linear Equation Set and Corresponding Matrices EWE: Engineering With Excel Larsen Page 1 4. Matrix Operations in Excel. Matrix Manipulations: Vectors, Matrices, and Arrays. How Excel Handles Matrix Math. Basic Matrix Operations. Solving Systems of

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

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

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

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

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

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

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

More information

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

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

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

More information

THE DIMENSION OF A VECTOR SPACE

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

More information

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

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

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

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model 1 September 004 A. Introduction and assumptions The classical normal linear regression model can be written

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

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

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

A linear combination is a sum of scalars times quantities. Such expressions arise quite frequently and have the form

A linear combination is a sum of scalars times quantities. Such expressions arise quite frequently and have the form Section 1.3 Matrix Products A linear combination is a sum of scalars times quantities. Such expressions arise quite frequently and have the form (scalar #1)(quantity #1) + (scalar #2)(quantity #2) +...

More information

Solving simultaneous equations using the inverse matrix

Solving simultaneous equations using the inverse matrix Solving simultaneous equations using the inverse matrix 8.2 Introduction The power of matrix algebra is seen in the representation of a system of simultaneous linear equations as a matrix equation. Matrix

More information

Linear Algebra Notes

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

More information

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

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