Determinants. Dr. Doreen De Leon Math 152, Fall 2015

Size: px
Start display at page:

Download "Determinants. Dr. Doreen De Leon Math 152, Fall 2015"

Transcription

1 Determinants Dr. Doreen De Leon Math 52, Fall 205 Determinant of a Matrix Elementary Matrices We will first discuss matrices that can be used to produce an elementary row operation on a given matrix A. Definition. An elementary matrix, typically denoted E, is a matrix that is obtained by performing a single elementary row operation on the identity matrix. As such, there are three types of elementary matrices.. The first type is formed by exchanging row i of I with row j of I, which the author denotes as E i,j. 2. The second type is formed by multiplying row i of I by a nonzero scalar α, which the author denotes E i (α). 3. The third type is formed by adding a nonzero multiple α of row i to row j, which the author denotes E i,j (α). Example: For each of the following, determine if it is an elementary matrix (a) 0 0 (b) 0 0 (c) (d) Solution: 0 0 (e) (a) Yes. Row is formed by adding row 3 of the identity matrix to row.

2 (b) No. Rows and 3 of I are exchanged, and then the resulting rows and 2 are exchanged. (c) Yes. Row of the identity matrix is multiplied by 3. (d) No. Row is multiplied by 3 and then twice row 3 of the identity matrix is added to row. (e) Yes. Row 2 is formed by adding -2 times row of the identity matrix to row 2. We have the following theorem. textbook. Note that this is a summary of Theorem EMDRO in the Theorem. If an elementary row operation is performed on an m n matrix A, the resulting matrix can be written as EA, where the m m elementary matrix E is created by performing the same row operation on I m. Elementary matrices have another useful property. Theorem 2. If E is an elementary matrix, then E is nonsingular. Proof. The idea is that we can row reduce E to the identity matrix by reversing the row operation that formed E. If E = E i,j, then exchanging rows i and j again will give the identity matrix. If E = E i (α), multiply row i of E by to obtain the identity matrix. Finally, α if E = E i,j (α), perform the row operation that multiplies row i by α and adds it to row j. Therefore, each elementary matrix is row equivalent to the identity matrix and is thus nonsingular. In fact, we have the following useful theorem. Theorem 3. Suppose that A is a nonsingular matrix. Then there exist elementary matrices E, E 2,..., E t so that A = E t E t E 2 E. Proof. Since A is nonsingular, it is row equivalent to the identity matrix. Therefore, there is a sequence of t row operations that converts I to A. For each of these row operations, form the associated elementary matrix and denote these matrices by E, E 2,..., E t. Applying the first row operation to I gives the matrix E I. The second row operation gives E 2 (E I) = E 2 E I. and so on. The result of the full sequence of t operations will yield A, so we have A = E t E t E 2 E I = E t E t E 2 E. 2

3 Definition of the Determinant We need a few definitions first. Definition. Suppose that A is an m n matrix. Then the submatrix A ij (denoted A(i j) in the textbook) is the (m ) (n ) matrix obtain from A by removing row i and column j. Examples: Given 3 2 A = 0 4 5, [ ] 0 5 A 2 = 2 0 [ ] 3 A 23 =. 2 4 Exercise: Given find A 2 and A 34. Solution: A = , A 2 = 2, A 34 = Definition. Suppose A is an n n matrix. Then its determinant, det(a) = A, is an element of C defined recursively by. If n =, then det(a) = a. 2. If n 2, then det(a) = a det(a ) a 2 det(a 2 ) + + ( ) +n a n det(a n ) n = ( ) +j a j det(a j ). i= 2 5 Example: Find det(a) for A =

4 Solution: Using the formula given in the definition, we have = ( )+ () ( )+2 (2) ( )+3 (5) = 3[( ) + ( 3) + ( ) +2 (7) 0 ] 2[( ) + (0) + ( ) +2 (7) ] + +5[( ) + (0) 0 + ( ) +2 ( 3) ] = 3( 3 0) 2( 7) + 5(3) = 26. Note that this definition also leads to the standard formula for the determinant of a 2 2 matrix. [ ] a b Theorem 4. Let A =. Then det(a) = ad bc. c d Definition. Given an n n matrix A, the (i, j) cofactor of A, denoted C ij, is given by C ij = ( ) i+j det(a ij ). Then, using this, we can define det(a) = a C + a 2 C a n C n. () Equation () is a cofactor expansion across the first row. Computing Determinants There are a number of ways to compute the determinant. Theorem 5. The determinant of an n n matrix A can be computed by a cofactor expansion across any row i, det(a) = ( ) i+ a i det(a i ) + ( ) i+2 a i2 det(a i2 ) + + ( ) i+n a in det(a in ), called a cofactor expansion along row i, or down any column j, det(a) = ( ) +j a j det(a j ) + ( ) i+2 a 2j det(a 2j ) + + ( ) n+j a nj det(a nj ), called a cofactor expansion along column j. Example: Compute det(a), where A = ,

5 using a cofactor expansion. Solution: We choose to do a cofactor expansion along row 2. det(a) = ( ) 2+ a 2 det(a 2 ) + ( ) 2+2 a 22 det(a 22 ) + ( ) 2+3 a 23 det(a 23 ) + ( ) 2+4 a 24 det(a 24 ) 2 2 = 0 det(a 2 ) + 0 det(a 22 ) + ( ) det(a 24) 2 2 = We will use a cofactor expansion along row 3 to compute this determinant. ( det(a) = 3 ( ) ( ) ) 2 6 = 3[5( 0 ( 2)) + 4( 6 ( 4))] = 6. Another property of the determinant follows. Theorem 6. Suppose that A is a square matrix. Then det(a t ) = det(a). Example: Let Then, 3 4 A = det(a) = 0 + ( ) det(a 22 ) + 0 = = 2((2) 4(0)) = 4. And, since 0 0 A t = 2 2, det(a t ) = ( ) = (2(2) (0)) = 4 = det(a). Consider the following example. 5

6 Example: Let Find det(a). Solution: A = = ( ) = ( ) = ()( ) = ()(6)( ) = ()(6)(2)(7(5) 2(0)) = ()(6)(2)(7)(5) = 420. Notice that this is equivalent to multiplying the numbers on the diagonal of A. We can generalize this to the theorem following this requisite definition. Definition.. An upper triangular matrix is a square matrix whose entries below the main diagonal are zero. 2. A lower triangular matrix is a square matrix whose entries above the main diagonal are zero. 3. A diagonal matrix is a square matrix whose entries above and below the main diagonal are zero. Theorem 7. If A is a triangular matrix, then det(a) is the product of the entries on the main diagonal. 6

7 Example: Evaluate Solution: = ()(6)(2)(7)(5) = Properties of Determinants of Matrices Theorem 8. Suppose that A is a square matrix with a row with every entry a zero or a column with every entry a zero. Then det(a) = 0. Proof. Suppose that A is an n n matrix and that every entry in row i is 0. Then, we can find det(a) by doing a cofactor expansion along row i, giving det(a) = = = n ( ) i+j a ij det(a ij ) j= n ( ) i+j 0 det(a ij ) j= n 0 = 0. j= The proof for the case of a column consisting entirely of zeros is similar. Theorem 9 (Row Operations and the Determinant). Let A be a square matrix. (a) If a multiple of one row of A is added to another row to produce a matrix B, then det B = det(a). (b) If two rows of A are interchanged to produce B, then det B = det(a). (c) If one row of A is multiplied by a nonzero scalar α to produce B, then det B = α det(a). 7

8 2 4 Example: Let A = We form matrix B by r 2 2r 0 4 = B Then, det(a) = 0 C C C 33 = 5( ) = 5( 4) = 20. det(b) = ( 4)(5) = 20. So, we see that det(b) = 20 = det(a). 2 2 Example: Let A = We form matrix B as follows: r 2r = B Then, det(a) = (3)(6) = 9 2 and det(b) = (3)(6) = 8. So, we see that det(b) = 2 det(a). 2 3 Example: Let A = 0. We form matrix B by r 2 r Then, So, we see that det(b) = det(a). det(a) = ()(5) = 5. det(b) = 0 C C C 23 = 5( ) = 5. Note that as a consequence of the above properties, we can show the following. 8

9 Theorem 0. Suppose that A is a square matrix with two equal rows or two equal columns. Then det(a) = 0. Proof. Suppose A is an n n matrix such that rows i and j are equal. Let B be the matrix from by subtracting row i from row j. Then det(a) = det(b) = 0. Example: Compute det(a) by row reducing to echelon form, where A = Solution: = r 2 r 2 +2r r 3 r 3 3r r 4 r 4 r = r 3 27 r 3 = 27()()()(4) = = r 3 r 3 +4r 2 r 4 r 4 +3r 2 = r 4 r 4 8r 3 Determinants, Row Operations, and Elementary Matrices First, we will prove a few theorems about elementary matrices, which we will use to prove an important theorem in a bit. Theorem. For every n, det(i n ) =. Proof. We can see that I n is a triangular matrix. Therefore, det(i n ) is equal to the product of the entries on the diagonal, or det(i n ) = (n times) =. 9

10 Theorem 2 (Determinants of Elementary Matrices). For the three possible versions of an elementary matrix, we have the determinants () det(e i,j ) =, (2) det(e i (α)) = α, (3) det(e i,j (α)) =. This theorem is proved by using the fact that each elementary matrix is obtained by performing a single elementary row operation on the identity matrix, and then applying the theorem on elementary row operations and the determinant Theorem 3. If E is an elementary matrix, then det(ea) = det(e) det(a). The proof of this theorem uses the theorem on determinants of elementary matrices and the fact that if we let B = EA, then B is the matrix formed by performing the row operation from E on A. A Quick Note on Column Operations (not in text) We can perform column operations on a matrix in the same way we perform row operations. Column operations have the same effect on determinants as row operations. NOTE: Do NOT perform column operations when solving systems of equations. Determinants, Nonsingular Matrices, Matrix Multiplication Theorem 4. Let A be a square matrix. Then A is singular if and only if det(a) = 0. This is proved in the text, so I will prove the following equivalent theorem. Theorem 5. A square matrix A is nonsingular if and only if det(a) 0. Proof. A can be reduced to reduced row echelon form U with a finite number of row operations, so U = E k E k E A, where E i represents an elementary matrix. 0

11 Then, det(u) = det(e k E k E A) = det(e k ) det(e k ) det(e ) det(a). Since det(e i ) 0 for all i, det(a) = 0 if and only if det(u) = 0. If A is nonsingular, then U = I, so det(u) = = det(a) 0. If det(a) = 0, then det(u) = 0 = U contains a row consisting entirely of zeros (since det U = u u 22 u nn ). Therefore, A is singular. Theorem 6 (Nonsingular Matrix Equivalences, Round 5). Suppose that A is a square matrix. Then the following are equivalent. () A is nonsingular. (2) A row reduces to the identity matrix. (3) The null space of A contains only the zero vector (i.e., N (A) = {0}). (4) The linear system LS(A, b) has a unique solution for every b. (5) The columns of A are linearly independent. (6) A is invertible. (7) The column space of A is C n (Col(A) = C n ). (8) The determinant of A is nonzero, i.e., det(a) 0. Finally, we have the following property of determinants. Theorem 7. If A and B are n n matrices, then det(ab) = det(a) det(b). Proof. If A or B is singular, then so is AB. So, det(ab) = 0 = det(a) det(b). If A is nonsingular, then Therefore, we have, A = E E 2 E t. det(ab) = det(e E 2 E t B) = det(e ) det(e 2 ) det(e t ) det(b) = det(e E 2 E t ) det(b) = det(a) det(b).

12 Corollary. Let A be an n n matrix. Then det(a k ) = [det(a)] k for k a nonnegative integer Example: Let A = Find det(a 3 ) Solution: Since det(a 3 ) = [det(a)] 3, det(a) = 2(9)(2) = 36. det(a 3 ) = [36] 3 = Example: Show that if A is invertible, then Solution: Since A is invertible, det(a ) = det(a). AA = I = det(aa ) = det(i) = (det(a))(det(a) ) = = det(a ) = det(a). 3 Cramer s Rule We first need the following notation. For an n n matrix A and any b R n, let A i (b) be the matrix obtained from A by replacing column i of A by the vector b; so, A i (b) = [ a a i b a i+ a n ]. Theorem 8 (Cramer s Rule). Let A be an invertible n n matrix. For any b R n, the unique solution x of Ax = b has entries given by x i = det(a i(b)), for i =, 2,..., n. det(a) Proof. Let A = [ a a 2 a n ] and I = [ e e 2 e n ]. If Ax = b, then AI i (x) = A [ e e i x e i+ e n ] = [ Ae Ae i Ax Ae i+ Ae n ] = [ Ae Ae i b Ae i+ Ae n ] = [ a a i b a i+ a n ] = Ai (b). 2

13 Then, (det(a))(det(i i (x)) = det(a i (b), and x i det(a) = det(a i (b)) = x i = det(a i(b)). det(a) Note that det(a) 0 since A is invertible. Example: Use Cramer s rule to solve 2x + x 2 = 7 3x + x 3 = 8 x 2 + 2x 3 = 3. Solution: For this problem, 2 0 A = 3 0 and det(a) = Applying Cramer s rule, we have x = 4 = 2 4 = x 2 = 4 = 4 4 = x 3 = 4 = 4 4 =. 3 So, x =. 3

14 Use Cramer s Rule for Engineering Applications Systems of first order differential equations solved using Laplace transforms can lead to systems of equations like 6sx + 4x 2 = 5 9x + 2sx 2 = 2. We need to know (a) for what values of s the is solution unique, and (b) what the solution is for these values of s. First, we know from Cramer s rule that if the coefficient matrix A is invertible, the solution is unique. Since [ ] 6s 4 A =, 9 2s we have 6s 4 9 2s = 2s2 36 = 2(s 2 3) = 2(s + 3)(s 3). Therefore, the system has a unique solution if s ± 3. For such an s, we have s x = A = 0s + 8 2(s 2 3). 6s x 2 = A 2s 45 = 2(s 2 3). A Formula for A Cramer s rule leads to a general formula for the inverse of an n n matrix as follows. The j th column of A is a vector x that satisfies Ax = e j. The i th entry of x is the (i, j) th entry of A. 4

15 By Cramer s rule, the We can show that (i, j) th entry of A = x i = det(a i(e j )). det(a) det(a i (e j )) = ( ) i+j det(a ji ) = C ji, where C is the cofactor matrix (the matrix of cofactors of A), and So, A ji = (n ) (n ) matrix formed by deleting row j and column i of A. A = det(a) C C 2 C n C 2 C 22 C n2... = det(a) Ct. C n C 2n C nn The matrix C t is the adjugate of A, adj(a). This leads us to the following theorem. Theorem 9. Let A be an invertible n n matrix. Then A = det(a) adj(a) Example: Find A if A = Solution: First, note that det(a) = 3()(2) = 6. Then, C = ( ) = 2 C 2 = ( ) = 2 C 3 = ( ) = 3 ( 2) = C 2 = ( ) = 0 C 22 = ( ) = 6 C 23 = ( ) = 9 C 3 = ( ) = 0 C 32 ( ) = 0 C 33 = ( ) = 3 5

16 So, A = =

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

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

Unit 18 Determinants

Unit 18 Determinants Unit 18 Determinants Every square matrix has a number associated with it, called its determinant. In this section, we determine how to calculate this number, and also look at some of the properties of

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

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

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

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

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

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

DETERMINANTS TERRY A. LORING

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

More information

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1 Determinants and the Solvability of Linear Systems

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

More information

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

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

1 Sets and Set Notation.

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

More information

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

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

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

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

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

More information

Math 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

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

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

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

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

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

More information

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

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

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

Chapter 2 Determinants, and Linear Independence

Chapter 2 Determinants, and Linear Independence Chapter 2 Determinants, and Linear Independence 2.1 Introduction to Determinants and Systems of Equations Determinants can be defined and studied independently of matrices, though when square matrices

More information

Notes on Linear Algebra. Peter J. Cameron

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

More information

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

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

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

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 0 5 3 3 A = 0 0 0 1 3 0 0 0 0 0 0 0 0 0 0

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

More information

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

26. Determinants I. 1. Prehistory

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

More information

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

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

MATH 551 - APPLIED MATRIX THEORY

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

More information

Chapter 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

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

Suk-Geun Hwang and Jin-Woo Park

Suk-Geun Hwang and Jin-Woo Park Bull. Korean Math. Soc. 43 (2006), No. 3, pp. 471 478 A NOTE ON PARTIAL SIGN-SOLVABILITY Suk-Geun Hwang and Jin-Woo Park Abstract. In this paper we prove that if Ax = b is a partial signsolvable linear

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 for beginners, Part I matrices, determinants, inverses

Matrix algebra for beginners, Part I matrices, determinants, inverses Matrix algebra for beginners, Part I matrices, determinants, inverses Jeremy Gunawardena Department of Systems Biology Harvard Medical School 200 Longwood Avenue, Cambridge, MA 02115, USA jeremy@hmsharvardedu

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

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

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

Solution of Linear Systems

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

More information

7. LU factorization. factor-solve method. LU factorization. solving Ax = b with A nonsingular. the inverse of a nonsingular matrix

7. LU factorization. factor-solve method. LU factorization. solving Ax = b with A nonsingular. the inverse of a nonsingular matrix 7. LU factorization EE103 (Fall 2011-12) factor-solve method LU factorization solving Ax = b with A nonsingular the inverse of a nonsingular matrix LU factorization algorithm effect of rounding error sparse

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

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

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

Matrices and Linear Algebra

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

More information

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

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

More information

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

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

GENERATING SETS KEITH CONRAD

GENERATING SETS KEITH CONRAD GENERATING SETS KEITH CONRAD 1 Introduction In R n, every vector can be written as a unique linear combination of the standard basis e 1,, e n A notion weaker than a basis is a spanning set: a set of vectors

More information

IRREDUCIBLE OPERATOR SEMIGROUPS SUCH THAT AB AND BA ARE PROPORTIONAL. 1. Introduction

IRREDUCIBLE OPERATOR SEMIGROUPS SUCH THAT AB AND BA ARE PROPORTIONAL. 1. Introduction IRREDUCIBLE OPERATOR SEMIGROUPS SUCH THAT AB AND BA ARE PROPORTIONAL R. DRNOVŠEK, T. KOŠIR Dedicated to Prof. Heydar Radjavi on the occasion of his seventieth birthday. Abstract. Let S be an irreducible

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

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

Subspaces of R n LECTURE 7. 1. Subspaces

Subspaces of R n LECTURE 7. 1. Subspaces LECTURE 7 Subspaces of R n Subspaces Definition 7 A subset W of R n is said to be closed under vector addition if for all u, v W, u + v is also in W If rv is in W for all vectors v W and all scalars r

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

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

Modélisation et résolutions numérique et symbolique

Modélisation et résolutions numérique et symbolique Modélisation et résolutions numérique et symbolique via les logiciels Maple et Matlab Jeremy Berthomieu Mohab Safey El Din Stef Graillat Mohab.Safey@lip6.fr Outline Previous course: partial review of what

More information

Introduction to Matrices for Engineers

Introduction to Matrices for Engineers Introduction to Matrices for Engineers C.T.J. Dodson, School of Mathematics, Manchester Universit 1 What is a Matrix? A matrix is a rectangular arra of elements, usuall numbers, e.g. 1 0-8 4 0-1 1 0 11

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

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

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

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

DETERMINANTS IN THE KRONECKER PRODUCT OF MATRICES: THE INCIDENCE MATRIX OF A COMPLETE GRAPH

DETERMINANTS IN THE KRONECKER PRODUCT OF MATRICES: THE INCIDENCE MATRIX OF A COMPLETE GRAPH DETERMINANTS IN THE KRONECKER PRODUCT OF MATRICES: THE INCIDENCE MATRIX OF A COMPLETE GRAPH CHRISTOPHER RH HANUSA AND THOMAS ZASLAVSKY Abstract We investigate the least common multiple of all subdeterminants,

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

Determinants in the Kronecker product of matrices: The incidence matrix of a complete graph

Determinants in the Kronecker product of matrices: The incidence matrix of a complete graph FPSAC 2009 DMTCS proc (subm), by the authors, 1 10 Determinants in the Kronecker product of matrices: The incidence matrix of a complete graph Christopher R H Hanusa 1 and Thomas Zaslavsky 2 1 Department

More information

General Framework for an Iterative Solution of Ax b. Jacobi s Method

General Framework for an Iterative Solution of Ax b. Jacobi s Method 2.6 Iterative Solutions of Linear Systems 143 2.6 Iterative Solutions of Linear Systems Consistent linear systems in real life are solved in one of two ways: by direct calculation (using a matrix factorization,

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

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

Eigenvalues and Eigenvectors

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

More information

ISOMETRIES OF R n KEITH CONRAD

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

More information

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

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

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

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

MATHEMATICS FOR ENGINEERS BASIC MATRIX THEORY TUTORIAL 2

MATHEMATICS FOR ENGINEERS BASIC MATRIX THEORY TUTORIAL 2 MATHEMATICS FO ENGINEES BASIC MATIX THEOY TUTOIAL This is the second of two tutorials on matrix theory. On completion you should be able to do the following. Explain the general method for solving simultaneous

More information

Some Lecture Notes and In-Class Examples for Pre-Calculus:

Some Lecture Notes and In-Class Examples for Pre-Calculus: Some Lecture Notes and In-Class Examples for Pre-Calculus: Section.7 Definition of a Quadratic Inequality A quadratic inequality is any inequality that can be put in one of the forms ax + bx + c < 0 ax

More information