MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics

Size: px
Start display at page:

Download "MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics"

Transcription

1 MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam This study sheet will not be allowed during the test Books and notes will not be allowed during the test Calculators and cell phones will not be allowed during the test 1 Vectors in R 2 and R 3 2 Systems of linear equations 3 Elementary row operations 4 Gaussian elimination 5 Matrices 6 Matrix addition and scalar multiplication 7 Matrix multiplication 8 Inverse matrices 9 Elementary matrices 10 Determinants 11 Vectors in R n 12 Subspaces of R n 13 Linear combinations in R n 14 Linear independence in R n 15 Bases and dimension in R n Topics 1

2 Practice Problems from Edwards & Penney, Diff Eq & Lin Alg, 3rd ed Section 31: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 31, 32, 33, 34 Section 32: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28 Section 34: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 29, 30, 33, 34, 35, 36, 37, 38 Section 35: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 34 Section 36: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 50, 54 Section 41: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36 Section 42: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 Section 43: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 Section 44: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 2

3 Some Important Concepts and Formulas 1 Vectors in R 2 and R 3 : Addition and Scalar Multiplication Let a,b,c R 2 or a,b,c R 3, and let s,t R Let 0 be the zero vector 1 a + b = b + a (Commutative Law) 2 a + (b + c) = (a + b) + c (Associative Law) 3 a + 0 = a and 0 + a = a (Identity Law) 4 a + ( a) = 0 and ( a) + a = 0 (Inverses Law) 5 s(a + b) = sa + sb (Distributive Law) 6 (s +t)a = sa +ta (Distributive Law) 7 s(ta) = (st)a 8 1a = a 2 Vectors in R 3 : Coordinates 1 The set R 3, thought of as vectors, is the set of all column vectors of the form a = with entries in R [ 10 [ 01 [ 00 [ a1 2 Let i =, and j = and k = Then 2 = a a 1 i + a 2 j + a 3 k 3 [ a1 3 The length (also known as norm) of a vector a = 2 in R 3 is a 3 a = 4 The vector 0 is the zero vector in R 3 (a 1 ) 2 + (a 2 ) 2 + (a 3 ) 2 [ a1 2 a 3 3 Vectors in R 2 and R 3 : Unit Vectors If a is a vector in R 2 or R 3, and if a 0, the unit vector in the direction of a is u = 1 a a 3

4 4 Vectors in R 3 : Addition and Scalar Multiplication via Coordinates [ a1 [ b1 Let a = 2 and b =, and let c R a 3 1 a + b = 2 a b = 3 a = 4 ca = [ a1 +b 1 a 2 +b 2 a 3 +b 3 [ a1 b 1 a 2 b 2 a 3 b 3 [ a1 a 2 a 3 [ ca1 ca 2 ca 3 b 2 b 3 5 Systems of Linear Equations 1 Let m,n N A system of m linear equations in n unknowns is a system of equations with unknowns x 1,x 2,,x n that can be written in the form a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2 a m1 x 1 + a m2 x a mn x n = b m, for some a 11,a 12,,a mn R and b 1,b 2,,b m R 2 A system of m linear equations in n unknowns is homogeneous if it has the form a 11 x 1 + a 12 x a 1n x n = 0 a 21 x 1 + a 22 x a 2n x n = 0 a m1 x 1 + a m2 x a mn x n = 0 6 Systematic Solution of a System of Linear Equations: Preliminary 1 Let m,n N An m n matrix with entries in R is a rectangular array of real numbers with m rows and n columns 4

5 2 Given a system of m linear equations in n unknowns of the form a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2 a m1 x 1 + a m2 x a mn x n = b m, the coefficient matrix of the system is a 11 a 12 a 13 a 1n a 21 a 22 a 23 a 2n A =, a m1 a m2 a m3 a mn and the augmented coefficient matrix is a 11 a 12 a 13 a 1n b 1 [ a 21 a 22 a 23 a 2n b 2 A b = a m1 a m2 a m3 a mn b m 3 The augmented coefficient contains all the information needed to solve the system of linear equations 7 Echelon Form 1 In a matrix, a row is non-zero if it has a least one non-zero entry 2 In a matrix, the leading entry of a non-zero row is the first non-zero entry in a row (reading from the left) 3 A matrix is in echelon form if the following two properties hold: (a) Each row that is all zeros is below every non-zero row (b) The leading entry of each non-zero row lies to the right of the leading entry of the preceding row (if there is a preceding row) 4 A matrix is in partially reduced echelon form if the following three properties hold: (a) Each row that is all zeros is below every non-zero row (b) The leading entry of each non-zero row lies to the right of the leading entry of the preceding row (if there is a preceding row) (c) The leading entry of each non-zero row is 1 5

6 5 A matrix is in reduced echelon form if the following four properties hold: (a) Each row that is all zeros is below every non-zero row (b) The leading entry of each non-zero row lies to the right of the leading entry of the preceding row (if there is a preceding row) (c) The leading entry of each non-zero row is 1 (d) The leading entry of each non-zero row is the only non-zero entry in its column 8 Elementary Row Operations There are three elementary row operations that are performed on matrices 1 Multiplying a row by a non-zero real number 2 Interchanging two rows 3 Adding a multiple of one row to another row 9 Systematic Solution of a System of Linear Equations: Part 1 Gaussian Elimination To solve a system of linear equations, start with the following steps 1 Form the augmented coefficient matrix [ A b 2 The first part of the process, called Gaussian elimination (or Gauss-Jordan elimination if the steps in parentheses are used), occurs in the the augmented coefficient matrix (a) Find the first column of the augmented coefficient matrix (reading from the left) that has a non-zero entry (b) If the top entry in this column is zero, place a non-zero element there by interchanging appropriate rows (c) Make this non-zero entry into 1 by multiplying the row containing the entry by an appropriate number (d) Make all the entries below this non-zero entry into zero by adding appropriate multiples of the row containing this non-zero entry to these other rows (e) (For Gauss-Jordan elimination, make all the entries above this non-zero entry into zero by adding appropriate multiples of the top row to these other rows) (f) The top row is now complete, and will not be modified further Continue the above process to the rows below the top row, one row at a time, starting from the top 6

7 (g) Keep going until partially reduced echelon form (or reduced echelon form for Gauss-Jordan elimination) is achieved 3 If there is a row in the matrix in partially reduced echelon form (or reduced echelon form) that has all zeros except for the last entry, which is not zero, then there is no solution Otherwise there is a solution (one or infinitely many, to be determined) 4 If there is a solution, convert the matrix in partially reduced echelon form (or reduced echelon form) back into equations 5 The variables in the new equations that correspond to leading entries are leading variables The other variables are free variables 6 If there are no free variables, then there is one solution If there are free variables, there are infinitely many solutions, with as many parameters as there are free variables 10 Systematic Solution of a System of Linear Equations: Part 2 Back Substitution To solve a system of linear equations, finish with the following steps 1 The next part of the process, called back substitution, occurs with these new equations (a) Set each free variable equal to a parameter (each free variable is a different parameter) (b) Solve the final non-zero equation for its lead variable (in terms of the parameters, if there are any in that equation) (c) Substitute that solution into the equation above it, and solve for its lead variable (d) Keep going upwards until all free variables have been found 11 Matrices 1 Let m,n N The set M m n (R) is the set of all m n matrices with entries in R 2 Let A M m n (R) Then A = [ a11 a 12 a 1n a 21 a 22 a 2n a m1 a m2 a mn 3 The transpose of A is the n m matrix A T = 4 The matrix O M m n (R) is the zero matrix [ a11 a 21 a m1 a 12 a 22 a m2 a 1n a 2n a mn 5 The matrix I n M n n (R) is the identity matrix I n =

8 12 Matrices: Addition and Scalar Multiplication Let A = 1 A + B = [ a11 a 12 a 1n a 21 a 22 a 2n a m1 a m2 a mn 2 A B = 3 A = 4 ca = and B = a 11 +b 11 a 12 +b 12 a 1n +b 1n a 21 +b 21 a 22 +b 22 a 2n +b 2n a m1 +b m1 a m2 +b m2 a mn +b mn a 11 b 11 a 12 b 12 a 1n b 1n a 21 b 21 a 22 b 22 a 2n b 2n a m1 b m1 a m2 b m2 a mn b mn a 11 a 12 a 1n a 21 a 22 a 2n a m1 a m2 a mn [ ca11 ca 12 ca 1n ca 21 ca 22 ca 2n ca m1 ca m2 ca mn b 11 b 12 b 1n b 21 b 22 b 2n b m1 b m2 b mn, and let c R 13 Matrices: Multiplication Row times Column b 1 [ b 2 a1 a 2 a n = a 1b 1 + a 2 b 2 + a n b n b n General If A is an m p matrix and B is a p n matrix, then AB is an m n matrix obtained by multiplying each row in A by each column in B 8

9 14 Matrices and Systems of Linear Equations Let m,n N A system of m linear equations in n unknowns can be written in the form a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2 a m1 x 1 + a m2 x a mn x n = b m Define the matrices A M m n (R), and B R m and X = R n by a 11 a 12 a 13 a 1n x 1 b 1 a 21 a 22 a 23 a 2n A = and X = x 2 and B = b 2 a m1 a m2 a m3 a mn x n b m Then the system of linear equations is equivalent to the matrix equation AX = B Solving for the vector X is equivalent to solving for the unknowns x 1,,x n 15 Matrices: Properties of Addition and Scalar Multiplication Let m,n N Let A,B,C M m n (R), and let s,t R Let O M m n (R) be the zero matrix 1 A + B = B + A (Commutative Law) 2 A + (B +C) = (A + B) +C (Associative Law) 3 A + O = A and A + O = A (Identity Law) 4 A + ( A) = O and ( A) + A = O (Inverses Law) 5 s(a + B) = sa + sb (Distributive Law) 6 (s +t)a = sa +ta (Distributive Law) 7 s(ta) = (st)a 8 1A = A 9

10 16 Matrices: Properties of Multiplication Let m,n, p,q N Let A,P M m n (R), let B,Q M n p (R) and let C M p q (R) 1 A(BC) = (AB)C 2 AI n = A and I m A = A 3 A(B + Q) = AB + AQ and (A + P)B = AB + PB 17 Matrices: Properties of Powers Let n N Let A M n n (R), and let r,s N {0} 1 A r A s = A r+s 2 (A r ) s = A rs 18 Matrices: Properties of the Transpose Let m,n N Let A,B M m n (R), and let x R 1 (A + B) T = A T + B T 2 (ca) T = ca T 3 (A T ) T = A 4 (I n ) T = I n 5 (AB) T = B T A T 6 A is invertible if and only if A T is invertible; if A is invertible, then (A T ) 1 = (A 1 ) T 19 Matrices: Inverses Let n N Let A,B M n n (R) 1 The matrix A is invertible if there is some C M n n (R) such that CA = I n and AC = I n Such a matrix C, if it exists, is unique, and is called the inverse of A, and is denoted A 1 2 If A is invertible, then A 1 is invertible and (A 1 ) 1 = A 3 If A and B are invertible, then AB is invertible and (AB) 1 = B 1 A 1 10

11 20 Matrices: Inverses of 2 2 Matrices Let A = [ a b c d 1 The matrix A is invertible if and only if ad bc 0 2 If A is invertible, then A 1 = 1 ad bc [ d b c a 21 Elementary Row Operations and Elementary Matrices Elementary Row Operations There are three elementary row operations that are performed on matrices 1 Multiplying a row by a non-zero real number 2 Interchanging two rows 3 Adding a multiple of one row to another row Row Equivalence Two matrices are row equivalent if one matrix can be obtained from the other by a finite number of elementary row operations Elementary Matrices An elementary matrix is the result of doing a single elementary row operation to the identity matrix 22 Finding Matrix Inverses Let n N Let A M n n (R) 1 The matrix A is invertible if and only if A is row equivalent to I n 2 Suppose that A is invertible The augmented matrix [A I n is row equivalent to [I n A 1 To find A 1, start with [A I n, and perform elementary row operations on it until the left side is I n 11

12 23 Application of Invertible Matrices Let n N Let A M n n (R) The following are equivalent (a) A is invertible (b) A is row equivalent to I n (c) AX = 0 has only the trivial (all zero) solution (d) For every n-vector B, the system AX = B has a unique solution (e) For every n-vector B, the system AX = B is consistent 24 Determinants of 2 2 Matrices det [ a b c d = ad bc 25 Minors and Cofactors Let n N Let A M n n (R) Let i, j {1,,n} 1 The i j th minor of A, denoted M i j, is the determinant of the (n 1) (n 1) submatrix of A obtained by deleting the i th row and j th column of A 2 The i j th cofactor of A, denoted A i j, is ( 1) i+ j M i j 3 The cofactor matrix of A, denoted cofa, is the matrix [ A i j 26 Determinants of n n Matrices Let n N Let A M n n (R) The determinant of A, denoted deta, can be obtained by expanding along any row or any column and using minors or cofactors The same result will be obtained no matter which row or column is chosen 1 Let i {1,,n} Then expanding along the i th row yields deta = ( 1) i+1 a i1 M i1 + ( 1) i+2 a i2 M i2 + + ( 1) i+n a in M in = a i1 A i1 + a i2 A i2 + + a in A in 2 Let j {1,,n} Then expanding along the j th column yields deta = ( 1) 1+ j a 1 j M 1 j + ( 1) 2+ j a 2 j M 2 j + + ( 1) n+ j a n j M n j = a 1 j A 1 j + a 2 j A 2 j + + a n j A n j 12

13 27 Properties of Determinants Let n N Let A,B,C M n n (R), and let k R 1 If B is obtained from A by multiplying a row (or column) of by k, then detb = k deta 2 If B is obtained from A by interchanging two rows (or two columns), then detb = deta 3 If two rows (or two columns) of A are equal, then deta = 0 4 If B is obtained from A by adding a multiple of one row (or column, respectively) to another row (or column, respectively), then detb = deta 5 If A is a triangular matrix, then deta is the product of the diagonal elements of A 6 det(a T ) = deta 7 det(ab) = deta detb 28 Determinants and Inverse Matrices Let n N Let A M n n (R) 1 The matrix A is invertible if and only if deta 0 2 If A is invertible, then 3 If A is invertible, then det(a 1 ) = 1 deta A 1 = 1 deta (cofa)t 13

14 29 Determinants and Solutions of Systems of Linear Equations Determinants are useful for solutions of systems of linear equations when the number of equations is the same as the number of unknowns [ x1 Let n N Let A M n n (R), let B R n x 2, and let X = x n 1 If deta 0, then AX = B has a unique solution, which is X = A 1 B 2 If deta 0, then AX = 0 has a unique solution, which is X = 0 3 If deta = 0, then AX = B either has no solution or it has infinitely many solutions 4 If deta = 0, then AX = 0 has infinitely many solutions 30 Cramer s Rule Let n N Let A M n n (R), let B R n, and let X = [ x1 x 2 x n 1 For each i {1,,n}, let R i bes the matrix obtained by replacing the i th column of A with B 2 Suppose that A is invertible Then the system of linear equations AX = B has a unique solution, which is given by x i = detr i deta for all i {1,,n} 31 Vectors in R n Let n N 1 The set R n is the set of all column vectors of length n with entries in R [ v1 2 Let v R n v 2 Then v = v n 3 The vector 0 R n is the zero vector 4 The length (also known as norm) of a vector v = v = (v 1 ) 2 + (v 2 ) (v n ) 2 [ v1 v 2 in R n, denoted v, is defined by v n 14

15 5 If v is a vector in R n, and if v 0, the unit vector in the direction of v is u = 1 v v 32 Vectors in R n : Properties of Length Let n N Let v R n, and let c R 1 v 0 2 v = 0 if and only if v = 0 3 cv = c v 33 Vectors in R n : Addition and Scalar Multiplication [ x1 [ y1 x 2 y 2 Let n N Let x = and y =, and let c R x n y n 1 x + y = 2 x y = 3 x = 4 cx = x 1 +y 1 x 2 +y 2 x n +y n x 1 y 1 x 2 y 2 x 1 x 2 x n [ cx1 cx 2 cx n x n y n 34 Vectors in R n : Properties of Addition and Scalar Multiplication Let n N Let u,v,w R n, and let s,t R 1 u + v = v + u (Commutative Law) 2 u + (v + w) = (u + v) + w (Associative Law) 3 u + 0 = u and 0 + u = u (Identity Law) 4 u + ( u) = 0 and ( u) + u = 0 (Inverses Law) 15

16 5 s(u + v) = su + sv (Distributive Law) 6 (s +t)u = su +tu (Distributive Law) 7 s(tu) = (st)u 8 1u = u 35 Subspaces Let n N Let W R n be a non-empty subset 1 The subset W is closed under addition if u + v W for all u,v W 2 The subset W is closed under scalar multiplication if sv W for all v W and all s R 3 The subset W is a subspace of R n if it is closed under addition and scalar multiplication 36 Linear Combinations Let n N Let v 1,,v k R n A linear combination of vectors of v 1,,v k is any vector of the form a 1 v 1 + a 2 v a k v k for some a 1,a 2,,a k R 37 Span Let n N Let v 1,,v k R n 1 The span of v 1,,v k, denoted span{v 1,,v k }, is the set of all linear combinations of the vectors v 1,,v k 2 {v 1,,v k } span{v 1,,v k } 3 The subset span{v 1,,v k } is a subspace of R n 4 The vectors v 1,,v k span R n if span{v 1,,v k } = R n 16

17 38 Linear Independence Let n N Let v 1,,v k R n 1 The vectors v 1,,v k are linearly dependent if there are a 1,a 2,a k R that are not all 0, such that a 1 v a k v k = 0 2 The vectors v 1,,v k are linearly independent if they are not linearly dependent 39 Strategy for Proving Linear Independence Let n N Let v 1,,v k R n The standard strategy for showing that v 1,,v k are linearly independent is as follows: Suppose that a 1 v a k v k = 0 for some a 1,a 2,a k R (argumentation) Then a 1 = 0,, a n = 0 Hence v 1,,v k are linearly independent 40 Bases of Subspaces of R n Let n N Let W R n be a subspace Let v 1,,v k W 1 The vectors v 1,,v k are a basis for W if they are linearly independent and they span W 2 If v 1,,v k are a basis for W, then every vector v W can be expressed uniquely as a linear combination of v 1,,v k 3 If every vector v W can be expressed uniquely as a linear combination of v 1,,v k, then v 1,,v k are a basis for W 4 The subspace W has a basis, and all bases of W have the same number of vectors 41 Dimension of Subspaces of R n Let n N Let W R n be a subspace The dimension of W, denoted dimw, is the number of vectors in any basis for W 17

18 42 Properties of Linearly Independent and Spanning Sets in Subspaces of R n Let n N Let W R n be a subspace Let m = dimw Let v 1,,v k W 1 If v 1,,v k span W, then k m 2 If v 1,,v k span W and k = m, then v 1,,v n are a basis for W 3 If v 1,,v k are linearly independent, then k m 4 If v 1,,v k are linearly independent and k = m, then v 1,,v n are a basis for W 5 If v 1,,v k is spans W, then it contains a basis for W 6 If v 1,,v k is linearly independent, then it can be extended to a basis for W 43 Properties of Linearly Independent and Spanning Sets in R n Let n N Let v 1,,v k R n 1 If v 1,,v k span R n, then k n 2 If v 1,,v k span R n and k = n, then v 1,,v n are a basis for R n 3 If v 1,,v k are linearly independent, then k n 4 If v 1,,v k are linearly independent and k = n, then v 1,,v n are a basis for R n 5 If v 1,,v k is spans R n, then it contains a basis for R n 6 If v 1,,v k is linearly independent, then it can be extended to a basis for R n 18

Undergraduate Mathematical Economics Lecture 1

Undergraduate Mathematical Economics Lecture 1 Undergraduate Mathematical Economics Lecture 1 Yu Ren WISE, Xiamen University September 15, 2014 Outline 1 Courses Description and Requirement 2 Course Outline ematical techniques used in economics courses

More information

Graduate Mathematical Economics Lecture 1

Graduate Mathematical Economics Lecture 1 Graduate Mathematical Economics Lecture 1 Yu Ren WISE, Xiamen University September 23, 2012 Outline 1 2 Course Outline ematical techniques used in graduate level economics courses Mathematics for Economists

More information

Linear Systems and Matrices

Linear Systems and Matrices Department of Mathematics The Chinese University of Hong Kong 1 System of m linear equations in n unknowns (linear system) 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.......

More information

Review for Exam Find all a for which the following linear system has no solutions, one solution, and infinitely many solutions.

Review for Exam Find all a for which the following linear system has no solutions, one solution, and infinitely many solutions. Review for Exam. Find all a for which the following linear system has no solutions, one solution, and infinitely many solutions. x + y z = 2 x + 2y + z = 3 x + y + (a 2 5)z = a 2 The augmented matrix for

More information

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0.

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0. Matrices Operations Linear Algebra Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0 The rectangular array 1 2 1 4 3 4 2 6 1 3 2 1 in which the

More information

Math Linear Algebra Final Exam Review Sheet

Math Linear Algebra Final Exam Review Sheet Math 15-1 Linear Algebra Final Exam Review Sheet Vector Operations Vector addition is a component-wise operation. Two vectors v and w may be added together as long as they contain the same number n of

More information

2. Every linear system with the same number of equations as unknowns has a unique solution.

2. Every linear system with the same number of equations as unknowns has a unique solution. 1. For matrices A, B, C, A + B = A + C if and only if A = B. 2. Every linear system with the same number of equations as unknowns has a unique solution. 3. Every linear system with the same number of equations

More information

Elementary maths for GMT

Elementary maths for GMT Elementary maths for GMT Linear Algebra Part 2: Matrices, Elimination and Determinant m n matrices The system of m linear equations in n variables x 1, x 2,, x n a 11 x 1 + a 12 x 2 + + a 1n x n = b 1

More information

Digital Workbook for GRA 6035 Mathematics

Digital Workbook for GRA 6035 Mathematics Eivind Eriksen Digital Workbook for GRA 6035 Mathematics November 10, 2014 BI Norwegian Business School Contents Part I Lectures in GRA6035 Mathematics 1 Linear Systems and Gaussian Elimination........................

More information

Chapter 2 Notes, Linear Algebra 5e Lay

Chapter 2 Notes, Linear Algebra 5e Lay Contents.1 Operations with Matrices..................................1.1 Addition and Subtraction.............................1. Multiplication by a scalar............................ 3.1.3 Multiplication

More information

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same.

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same. Introduction Matrix Operations Matrix: An m n matrix A is an m-by-n array of scalars from a field (for example real numbers) of the form a a a n a a a n A a m a m a mn The order (or size) of A is m n (read

More information

MATH 240 Spring, Chapter 1: Linear Equations and Matrices

MATH 240 Spring, Chapter 1: Linear Equations and Matrices MATH 240 Spring, 2006 Chapter Summaries for Kolman / Hill, Elementary Linear Algebra, 8th Ed. Sections 1.1 1.6, 2.1 2.2, 3.2 3.8, 4.3 4.5, 5.1 5.3, 5.5, 6.1 6.5, 7.1 7.2, 7.4 DEFINITIONS Chapter 1: Linear

More information

Math 2030 Assignment 5 Solutions

Math 2030 Assignment 5 Solutions Math 030 Assignment 5 Solutions Question 1: Which of the following sets of vectors are linearly independent? If the set is linear dependent, find a linear dependence relation for the vectors (a) {(1, 0,

More information

MAC Module 3 Determinants. Learning Objectives. Upon completing this module, you should be able to:

MAC Module 3 Determinants. Learning Objectives. Upon completing this module, you should be able to: MAC 2 Module Determinants Learning Objectives Upon completing this module, you should be able to:. Determine the minor, cofactor, and adjoint of a matrix. 2. Evaluate the determinant of a matrix by cofactor

More information

Linear Algebra: Lecture notes from Kolman and Hill 9th edition.

Linear Algebra: Lecture notes from Kolman and Hill 9th edition. Linear Algebra: Lecture notes from Kolman and Hill 9th edition Taylan Şengül March 20, 2019 Please let me know of any mistakes in these notes Contents Week 1 1 11 Systems of Linear Equations 1 12 Matrices

More information

Chapter 7. Linear Algebra: Matrices, Vectors,

Chapter 7. Linear Algebra: Matrices, Vectors, Chapter 7. Linear Algebra: Matrices, Vectors, Determinants. Linear Systems Linear algebra includes the theory and application of linear systems of equations, linear transformations, and eigenvalue problems.

More information

Inverting Matrices. 1 Properties of Transpose. 2 Matrix Algebra. P. Danziger 3.2, 3.3

Inverting Matrices. 1 Properties of Transpose. 2 Matrix Algebra. P. Danziger 3.2, 3.3 3., 3.3 Inverting Matrices P. Danziger 1 Properties of Transpose Transpose has higher precedence than multiplication and addition, so AB T A ( B T and A + B T A + ( B T As opposed to the bracketed expressions

More information

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET This is a (not quite comprehensive) list of definitions and theorems given in Math 1553. Pay particular attention to the ones in red. Study Tip For each

More information

is a 3 4 matrix. It has 3 rows and 4 columns. The first row is the horizontal row [ ]

is a 3 4 matrix. It has 3 rows and 4 columns. The first row is the horizontal row [ ] Matrices: Definition: An m n matrix, A m n is a rectangular array of numbers with m rows and n columns: a, a, a,n a, a, a,n A m,n =...... a m, a m, a m,n Each a i,j is the entry at the i th row, j th column.

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2 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

MATH 2050 Assignment 8 Fall [10] 1. Find the determinant by reducing to triangular form for the following matrices.

MATH 2050 Assignment 8 Fall [10] 1. Find the determinant by reducing to triangular form for the following matrices. MATH 2050 Assignment 8 Fall 2016 [10] 1. Find the determinant by reducing to triangular form for the following matrices. 0 1 2 (a) A = 2 1 4. ANS: We perform the Gaussian Elimination on A by the following

More information

Methods for Solving Linear Systems Part 2

Methods for Solving Linear Systems Part 2 Methods for Solving Linear Systems Part 2 We have studied the properties of matrices and found out that there are more ways that we can solve Linear Systems. In Section 7.3, we learned that we can use

More information

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017 Math 4A Notes Written by Victoria Kala vtkala@math.ucsb.edu Last updated June 11, 2017 Systems of Linear Equations A linear equation is an equation that can be written in the form a 1 x 1 + a 2 x 2 +...

More information

(b) If a multiple of one row of A is added to another row to produce B then det(b) =det(a).

(b) If a multiple of one row of A is added to another row to produce B then det(b) =det(a). .(5pts) Let B = 5 5. Compute det(b). (a) (b) (c) 6 (d) (e) 6.(5pts) Determine which statement is not always true for n n matrices A and B. (a) If two rows of A are interchanged to produce B, then det(b)

More information

Lecture Notes in Linear Algebra

Lecture Notes in Linear Algebra Lecture Notes in Linear Algebra Dr. Abdullah Al-Azemi Mathematics Department Kuwait University February 4, 2017 Contents 1 Linear Equations and Matrices 1 1.2 Matrices............................................

More information

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET This is a (not quite comprehensive) list of definitions and theorems given in Math 1553. Pay particular attention to the ones in red. Study Tip For each

More information

Section 1.1 System of Linear Equations. Dr. Abdulla Eid. College of Science. MATHS 211: Linear Algebra

Section 1.1 System of Linear Equations. Dr. Abdulla Eid. College of Science. MATHS 211: Linear Algebra Section 1.1 System of Linear Equations College of Science MATHS 211: Linear Algebra (University of Bahrain) Linear System 1 / 33 Goals:. 1 Define system of linear equations and their solutions. 2 To represent

More information

Online Exercises for Linear Algebra XM511

Online Exercises for Linear Algebra XM511 This document lists the online exercises for XM511. The section ( ) numbers refer to the textbook. TYPE I are True/False. Lecture 02 ( 1.1) Online Exercises for Linear Algebra XM511 1) The matrix [3 2

More information

Lecture Summaries for Linear Algebra M51A

Lecture Summaries for Linear Algebra M51A These lecture summaries may also be viewed online by clicking the L icon at the top right of any lecture screen. Lecture Summaries for Linear Algebra M51A refers to the section in the textbook. Lecture

More information

Properties of the Determinant Function

Properties of the Determinant Function Properties of the Determinant Function MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Overview Today s discussion will illuminate some of the properties of the determinant:

More information

Math 314H EXAM I. 1. (28 points) The row reduced echelon form of the augmented matrix for the system. is the matrix

Math 314H EXAM I. 1. (28 points) The row reduced echelon form of the augmented matrix for the system. is the matrix Math 34H EXAM I Do all of the problems below. Point values for each of the problems are adjacent to the problem number. Calculators may be used to check your answer but not to arrive at your answer. That

More information

Linear Algebra M1 - FIB. Contents: 5. Matrices, systems of linear equations and determinants 6. Vector space 7. Linear maps 8.

Linear Algebra M1 - FIB. Contents: 5. Matrices, systems of linear equations and determinants 6. Vector space 7. Linear maps 8. Linear Algebra M1 - FIB Contents: 5 Matrices, systems of linear equations and determinants 6 Vector space 7 Linear maps 8 Diagonalization Anna de Mier Montserrat Maureso Dept Matemàtica Aplicada II Translation:

More information

Math Camp II. Basic Linear Algebra. Yiqing Xu. Aug 26, 2014 MIT

Math Camp II. Basic Linear Algebra. Yiqing Xu. Aug 26, 2014 MIT Math Camp II Basic Linear Algebra Yiqing Xu MIT Aug 26, 2014 1 Solving Systems of Linear Equations 2 Vectors and Vector Spaces 3 Matrices 4 Least Squares Systems of Linear Equations Definition A linear

More information

Math 290, Midterm II-key

Math 290, Midterm II-key Math 290, Midterm II-key Name (Print): (first) Signature: (last) The following rules apply: There are a total of 20 points on this 50 minutes exam. This contains 7 pages (including this cover page) and

More information

Determinants Chapter 3 of Lay

Determinants Chapter 3 of Lay Determinants Chapter of Lay Dr. Doreen De Leon Math 152, Fall 201 1 Introduction to Determinants Section.1 of Lay Given a square matrix A = [a ij, the determinant of A is denoted by det A or a 11 a 1j

More information

Chapter 2:Determinants. Section 2.1: Determinants by cofactor expansion

Chapter 2:Determinants. Section 2.1: Determinants by cofactor expansion Chapter 2:Determinants Section 2.1: Determinants by cofactor expansion [ ] a b Recall: The 2 2 matrix is invertible if ad bc 0. The c d ([ ]) a b function f = ad bc is called the determinant and it associates

More information

Midterm 1 Review. Written by Victoria Kala SH 6432u Office Hours: R 12:30 1:30 pm Last updated 10/10/2015

Midterm 1 Review. Written by Victoria Kala SH 6432u Office Hours: R 12:30 1:30 pm Last updated 10/10/2015 Midterm 1 Review Written by Victoria Kala vtkala@math.ucsb.edu SH 6432u Office Hours: R 12:30 1:30 pm Last updated 10/10/2015 Summary This Midterm Review contains notes on sections 1.1 1.5 and 1.7 in your

More information

Presentation by: H. Sarper. Chapter 2 - Learning Objectives

Presentation by: H. Sarper. Chapter 2 - Learning Objectives Chapter Basic Linear lgebra to accompany Introduction to Mathematical Programming Operations Research, Volume, th edition, by Wayne L. Winston and Munirpallam Venkataramanan Presentation by: H. Sarper

More information

Topics. Vectors (column matrices): Vector addition and scalar multiplication The matrix of a linear function y Ax The elements of a matrix A : A ij

Topics. Vectors (column matrices): Vector addition and scalar multiplication The matrix of a linear function y Ax The elements of a matrix A : A ij Topics Vectors (column matrices): Vector addition and scalar multiplication The matrix of a linear function y Ax The elements of a matrix A : A ij or a ij lives in row i and column j Definition of a matrix

More information

Linear Algebra Highlights

Linear Algebra Highlights Linear Algebra Highlights Chapter 1 A linear equation in n variables is of the form a 1 x 1 + a 2 x 2 + + a n x n. We can have m equations in n variables, a system of linear equations, which we want to

More information

Math 2030, Matrix Theory and Linear Algebra I, Fall 2011 Final Exam, December 13, 2011 FIRST NAME: LAST NAME: STUDENT ID:

Math 2030, Matrix Theory and Linear Algebra I, Fall 2011 Final Exam, December 13, 2011 FIRST NAME: LAST NAME: STUDENT ID: Math 2030, Matrix Theory and Linear Algebra I, Fall 20 Final Exam, December 3, 20 FIRST NAME: LAST NAME: STUDENT ID: SIGNATURE: Part I: True or false questions Decide whether each statement is true or

More information

TOPIC III LINEAR ALGEBRA

TOPIC III LINEAR ALGEBRA [1] Linear Equations TOPIC III LINEAR ALGEBRA (1) Case of Two Endogenous Variables 1) Linear vs. Nonlinear Equations Linear equation: ax + by = c, where a, b and c are constants. 2 Nonlinear equation:

More information

LECTURES 14/15: LINEAR INDEPENDENCE AND BASES

LECTURES 14/15: LINEAR INDEPENDENCE AND BASES LECTURES 14/15: LINEAR INDEPENDENCE AND BASES MA1111: LINEAR ALGEBRA I, MICHAELMAS 2016 1. Linear Independence We have seen in examples of span sets of vectors that sometimes adding additional vectors

More information

Linear equations in linear algebra

Linear equations in linear algebra Linear equations in linear algebra Samy Tindel Purdue University Differential equations and linear algebra - MA 262 Taken from Differential equations and linear algebra Pearson Collections Samy T. Linear

More information

Glossary of Linear Algebra Terms. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

Glossary of Linear Algebra Terms. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Glossary of Linear Algebra Terms Basis (for a subspace) A linearly independent set of vectors that spans the space Basic Variable A variable in a linear system that corresponds to a pivot column in the

More information

MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~

MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~ MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~ Question No: 1 (Marks: 1) If for a linear transformation the equation T(x) =0 has only the trivial solution then T is One-to-one Onto Question

More information

Daily Update. Math 290: Elementary Linear Algebra Fall 2018

Daily Update. Math 290: Elementary Linear Algebra Fall 2018 Daily Update Math 90: Elementary Linear Algebra Fall 08 Lecture 7: Tuesday, December 4 After reviewing the definitions of a linear transformation, and the kernel and range of a linear transformation, we

More information

Fundamentals of Engineering Analysis (650163)

Fundamentals of Engineering Analysis (650163) Philadelphia University Faculty of Engineering Communications and Electronics Engineering Fundamentals of Engineering Analysis (6563) Part Dr. Omar R Daoud Matrices: Introduction DEFINITION A matrix is

More information

MATH 106 LINEAR ALGEBRA LECTURE NOTES

MATH 106 LINEAR ALGEBRA LECTURE NOTES MATH 6 LINEAR ALGEBRA LECTURE NOTES FALL - These Lecture Notes are not in a final form being still subject of improvement Contents Systems of linear equations and matrices 5 Introduction to systems of

More information

MATH2210 Notebook 2 Spring 2018

MATH2210 Notebook 2 Spring 2018 MATH2210 Notebook 2 Spring 2018 prepared by Professor Jenny Baglivo c Copyright 2009 2018 by Jenny A. Baglivo. All Rights Reserved. 2 MATH2210 Notebook 2 3 2.1 Matrices and Their Operations................................

More information

Chapter 2: Matrices and Linear Systems

Chapter 2: Matrices and Linear Systems Chapter 2: Matrices and Linear Systems Paul Pearson Outline Matrices Linear systems Row operations Inverses Determinants Matrices Definition An m n matrix A = (a ij ) is a rectangular array of real numbers

More information

Row Space, Column Space, and Nullspace

Row Space, Column Space, and Nullspace Row Space, Column Space, and Nullspace MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Introduction Every matrix has associated with it three vector spaces: row space

More information

SPRING OF 2008 D. DETERMINANTS

SPRING OF 2008 D. DETERMINANTS 18024 SPRING OF 2008 D DETERMINANTS In many applications of linear algebra to calculus and geometry, the concept of a determinant plays an important role This chapter studies the basic properties of determinants

More information

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form Chapter 5. Linear Algebra A linear (algebraic) equation in n unknowns, x 1, x 2,..., x n, is an equation of the form a 1 x 1 + a 2 x 2 + + a n x n = b where a 1, a 2,..., a n and b are real numbers. 1

More information

No books, notes, any calculator, or electronic devices are allowed on this exam. Show all of your steps in each answer to receive a full credit.

No books, notes, any calculator, or electronic devices are allowed on this exam. Show all of your steps in each answer to receive a full credit. MTH 309-001 Fall 2016 Exam 1 10/05/16 Name (Print): PID: READ CAREFULLY THE FOLLOWING INSTRUCTION Do not open your exam until told to do so. This exam contains 7 pages (including this cover page) and 7

More information

Matrix Algebra Determinant, Inverse matrix. Matrices. A. Fabretti. Mathematics 2 A.Y. 2015/2016. A. Fabretti Matrices

Matrix Algebra Determinant, Inverse matrix. Matrices. A. Fabretti. Mathematics 2 A.Y. 2015/2016. A. Fabretti Matrices Matrices A. Fabretti Mathematics 2 A.Y. 2015/2016 Table of contents Matrix Algebra Determinant Inverse Matrix Introduction A matrix is a rectangular array of numbers. The size of a matrix is indicated

More information

Elementary Linear Algebra

Elementary Linear Algebra Elementary Linear Algebra Linear algebra is the study of; linear sets of equations and their transformation properties. Linear algebra allows the analysis of; rotations in space, least squares fitting,

More information

This MUST hold matrix multiplication satisfies the distributive property.

This MUST hold matrix multiplication satisfies the distributive property. The columns of AB are combinations of the columns of A. The reason is that each column of AB equals A times the corresponding column of B. But that is a linear combination of the columns of A with coefficients

More information

Introduction. Vectors and Matrices. Vectors [1] Vectors [2]

Introduction. Vectors and Matrices. Vectors [1] Vectors [2] Introduction Vectors and Matrices Dr. TGI Fernando 1 2 Data is frequently arranged in arrays, that is, sets whose elements are indexed by one or more subscripts. Vector - one dimensional array Matrix -

More information

1 - Systems of Linear Equations

1 - Systems of Linear Equations 1 - Systems of Linear Equations 1.1 Introduction to Systems of Linear Equations Almost every problem in linear algebra will involve solving a system of equations. ü LINEAR EQUATIONS IN n VARIABLES We are

More information

Matrices and Linear Algebra

Matrices and Linear Algebra Contents Quantitative methods for Economics and Business University of Ferrara Academic year 2017-2018 Contents 1 Basics 2 3 4 5 Contents 1 Basics 2 3 4 5 Contents 1 Basics 2 3 4 5 Contents 1 Basics 2

More information

LINEAR ALGEBRA REVIEW

LINEAR ALGEBRA REVIEW LINEAR ALGEBRA REVIEW SPENCER BECKER-KAHN Basic Definitions Domain and Codomain. Let f : X Y be any function. This notation means that X is the domain of f and Y is the codomain of f. This means that for

More information

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations Chapter 1: Systems of linear equations and matrices Section 1.1: Introduction to systems of linear equations Definition: A linear equation in n variables can be expressed in the form a 1 x 1 + a 2 x 2

More information

MATH 1210 Assignment 4 Solutions 16R-T1

MATH 1210 Assignment 4 Solutions 16R-T1 MATH 1210 Assignment 4 Solutions 16R-T1 Attempt all questions and show all your work. Due November 13, 2015. 1. Prove using mathematical induction that for any n 2, and collection of n m m matrices A 1,

More information

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and Section 5.5. Matrices and Vectors A matrix is a rectangular array of objects arranged in rows and columns. The objects are called the entries. A matrix with m rows and n columns is called an m n matrix.

More information

MATRICES. knowledge on matrices Knowledge on matrix operations. Matrix as a tool of solving linear equations with two or three unknowns.

MATRICES. knowledge on matrices Knowledge on matrix operations. Matrix as a tool of solving linear equations with two or three unknowns. MATRICES After studying this chapter you will acquire the skills in knowledge on matrices Knowledge on matrix operations. Matrix as a tool of solving linear equations with two or three unknowns. List of

More information

ANSWERS. E k E 2 E 1 A = B

ANSWERS. E k E 2 E 1 A = B MATH 7- Final Exam Spring ANSWERS Essay Questions points Define an Elementary Matrix Display the fundamental matrix multiply equation which summarizes a sequence of swap, combination and multiply operations,

More information

Lecture 10: Determinants and Cramer s Rule

Lecture 10: Determinants and Cramer s Rule Lecture 0: Determinants and Cramer s Rule The determinant and its applications. Definition The determinant of a square matrix A, denoted by det(a) or A, is a real number, which is defined as follows. -by-

More information

Math Camp Lecture 4: Linear Algebra. Xiao Yu Wang. Aug 2010 MIT. Xiao Yu Wang (MIT) Math Camp /10 1 / 88

Math Camp Lecture 4: Linear Algebra. Xiao Yu Wang. Aug 2010 MIT. Xiao Yu Wang (MIT) Math Camp /10 1 / 88 Math Camp 2010 Lecture 4: Linear Algebra Xiao Yu Wang MIT Aug 2010 Xiao Yu Wang (MIT) Math Camp 2010 08/10 1 / 88 Linear Algebra Game Plan Vector Spaces Linear Transformations and Matrices Determinant

More information

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and Section 5.5. Matrices and Vectors A matrix is a rectangular array of objects arranged in rows and columns. The objects are called the entries. A matrix with m rows and n columns is called an m n matrix.

More information

Math 4377/6308 Advanced Linear Algebra

Math 4377/6308 Advanced Linear Algebra 1.4 Linear Combinations Math 4377/6308 Advanced Linear Algebra 1.4 Linear Combinations & Systems of Linear Equations Jiwen He Department of Mathematics, University of Houston jiwenhe@math.uh.edu math.uh.edu/

More information

and let s calculate the image of some vectors under the transformation T.

and let s calculate the image of some vectors under the transformation T. Chapter 5 Eigenvalues and Eigenvectors 5. Eigenvalues and Eigenvectors Let T : R n R n be a linear transformation. Then T can be represented by a matrix (the standard matrix), and we can write T ( v) =

More information

Introduction to Matrices and Linear Systems Ch. 3

Introduction to Matrices and Linear Systems Ch. 3 Introduction to Matrices and Linear Systems Ch. 3 Doreen De Leon Department of Mathematics, California State University, Fresno June, 5 Basic Matrix Concepts and Operations Section 3.4. Basic Matrix Concepts

More information

Elementary Row Operations on Matrices

Elementary Row Operations on Matrices King Saud University September 17, 018 Table of contents 1 Definition A real matrix is a rectangular array whose entries are real numbers. These numbers are organized on rows and columns. An m n matrix

More information

Reduction to the associated homogeneous system via a particular solution

Reduction to the associated homogeneous system via a particular solution June PURDUE UNIVERSITY Study Guide for the Credit Exam in (MA 5) Linear Algebra This study guide describes briefly the course materials to be covered in MA 5. In order to be qualified for the credit, one

More information

Chapter 1 Vector Spaces

Chapter 1 Vector Spaces Chapter 1 Vector Spaces Per-Olof Persson persson@berkeley.edu Department of Mathematics University of California, Berkeley Math 110 Linear Algebra Vector Spaces Definition A vector space V over a field

More information

ELEMENTARY LINEAR ALGEBRA WITH APPLICATIONS. 1. Linear Equations and Matrices

ELEMENTARY LINEAR ALGEBRA WITH APPLICATIONS. 1. Linear Equations and Matrices ELEMENTARY LINEAR ALGEBRA WITH APPLICATIONS KOLMAN & HILL NOTES BY OTTO MUTZBAUER 11 Systems of Linear Equations 1 Linear Equations and Matrices Numbers in our context are either real numbers or complex

More information

Evaluating Determinants by Row Reduction

Evaluating Determinants by Row Reduction Evaluating Determinants by Row Reduction MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Objectives Reduce a matrix to row echelon form and evaluate its determinant.

More information

Chapter 9: Systems of Equations and Inequalities

Chapter 9: Systems of Equations and Inequalities Chapter 9: Systems of Equations and Inequalities 9. Systems of Equations Solve the system of equations below. By this we mean, find pair(s) of numbers (x, y) (if possible) that satisfy both equations.

More information

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in Chapter 4 - MATRIX ALGEBRA 4.1. Matrix Operations A a 11 a 12... a 1j... a 1n a 21. a 22.... a 2j... a 2n. a i1 a i2... a ij... a in... a m1 a m2... a mj... a mn The entry in the ith row and the jth column

More information

MTH 102A - Linear Algebra II Semester

MTH 102A - Linear Algebra II Semester MTH 0A - Linear Algebra - 05-6-II Semester Arbind Kumar Lal P Field A field F is a set from which we choose our coefficients and scalars Expected properties are ) a+b and a b should be defined in it )

More information

Chapter 3. Vector spaces

Chapter 3. Vector spaces Chapter 3. Vector spaces Lecture notes for MA1111 P. Karageorgis pete@maths.tcd.ie 1/22 Linear combinations Suppose that v 1,v 2,...,v n and v are vectors in R m. Definition 3.1 Linear combination We say

More information

Formula for the inverse matrix. Cramer s rule. Review: 3 3 determinants can be computed expanding by any row or column

Formula for the inverse matrix. Cramer s rule. Review: 3 3 determinants can be computed expanding by any row or column Math 20F Linear Algebra Lecture 18 1 Determinants, n n Review: The 3 3 case Slide 1 Determinants n n (Expansions by rows and columns Relation with Gauss elimination matrices: Properties) Formula for the

More information

Chapter 4. Determinants

Chapter 4. Determinants 4.2 The Determinant of a Square Matrix 1 Chapter 4. Determinants 4.2 The Determinant of a Square Matrix Note. In this section we define the determinant of an n n matrix. We will do so recursively by defining

More information

Matrices. In this chapter: matrices, determinants. inverse matrix

Matrices. In this chapter: matrices, determinants. inverse matrix Matrices In this chapter: matrices, determinants inverse matrix 1 1.1 Matrices A matrix is a retangular array of numbers. Rows: horizontal lines. A = a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 a 41 a

More information

MTH 464: Computational Linear Algebra

MTH 464: Computational Linear Algebra MTH 464: Computational Linear Algebra Lecture Outlines Exam 2 Material Prof. M. Beauregard Department of Mathematics & Statistics Stephen F. Austin State University March 2, 2018 Linear Algebra (MTH 464)

More information

Math 18, Linear Algebra, Lecture C00, Spring 2017 Review and Practice Problems for Final Exam

Math 18, Linear Algebra, Lecture C00, Spring 2017 Review and Practice Problems for Final Exam Math 8, Linear Algebra, Lecture C, Spring 7 Review and Practice Problems for Final Exam. The augmentedmatrix of a linear system has been transformed by row operations into 5 4 8. Determine if the system

More information

8-15. Stop by or call (630)

8-15. Stop by or call (630) To review the basics Matrices, what they represent, and how to find sum, scalar product, product, inverse, and determinant of matrices, watch the following set of YouTube videos. They are followed by several

More information

Algebra & Trig. I. For example, the system. x y 2 z. may be represented by the augmented matrix

Algebra & Trig. I. For example, the system. x y 2 z. may be represented by the augmented matrix Algebra & Trig. I 8.1 Matrix Solutions to Linear Systems A matrix is a rectangular array of elements. o An array is a systematic arrangement of numbers or symbols in rows and columns. Matrices (the plural

More information

7.6 The Inverse of a Square Matrix

7.6 The Inverse of a Square Matrix 7.6 The Inverse of a Square Matrix Copyright Cengage Learning. All rights reserved. What You Should Learn Verify that two matrices are inverses of each other. Use Gauss-Jordan elimination to find inverses

More information

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of . Matrices A matrix is any rectangular array of numbers. For example 3 5 6 4 8 3 3 is 3 4 matrix, i.e. a rectangular array of numbers with three rows four columns. We usually use capital letters for matrices,

More information

LINEAR SYSTEMS, MATRICES, AND VECTORS

LINEAR SYSTEMS, MATRICES, AND VECTORS ELEMENTARY LINEAR ALGEBRA WORKBOOK CREATED BY SHANNON MARTIN MYERS LINEAR SYSTEMS, MATRICES, AND VECTORS Now that I ve been teaching Linear Algebra for a few years, I thought it would be great to integrate

More information

Linear Algebra 1 Exam 1 Solutions 6/12/3

Linear Algebra 1 Exam 1 Solutions 6/12/3 Linear Algebra 1 Exam 1 Solutions 6/12/3 Question 1 Consider the linear system in the variables (x, y, z, t, u), given by the following matrix, in echelon form: 1 2 1 3 1 2 0 1 1 3 1 4 0 0 0 1 2 3 Reduce

More information

Linear System Equations

Linear System Equations King Saud University September 24, 2018 Table of contents 1 2 3 4 Definition A linear system of equations with m equations and n unknowns is defined as follows: a 1,1 x 1 + a 1,2 x 2 + + a 1,n x n = b

More information

LS.1 Review of Linear Algebra

LS.1 Review of Linear Algebra LS. LINEAR SYSTEMS LS.1 Review of Linear Algebra In these notes, we will investigate a way of handling a linear system of ODE s directly, instead of using elimination to reduce it to a single higher-order

More information

Linear Algebra March 16, 2019

Linear Algebra March 16, 2019 Linear Algebra March 16, 2019 2 Contents 0.1 Notation................................ 4 1 Systems of linear equations, and matrices 5 1.1 Systems of linear equations..................... 5 1.2 Augmented

More information

Linear Algebra. Preliminary Lecture Notes

Linear Algebra. Preliminary Lecture Notes Linear Algebra Preliminary Lecture Notes Adolfo J. Rumbos c Draft date May 9, 29 2 Contents 1 Motivation for the course 5 2 Euclidean n dimensional Space 7 2.1 Definition of n Dimensional Euclidean Space...........

More information

MATH 2331 Linear Algebra. Section 1.1 Systems of Linear Equations. Finding the solution to a set of two equations in two variables: Example 1: Solve:

MATH 2331 Linear Algebra. Section 1.1 Systems of Linear Equations. Finding the solution to a set of two equations in two variables: Example 1: Solve: MATH 2331 Linear Algebra Section 1.1 Systems of Linear Equations Finding the solution to a set of two equations in two variables: Example 1: Solve: x x = 3 1 2 2x + 4x = 12 1 2 Geometric meaning: Do these

More information

MAC Module 2 Systems of Linear Equations and Matrices II. Learning Objectives. Upon completing this module, you should be able to :

MAC Module 2 Systems of Linear Equations and Matrices II. Learning Objectives. Upon completing this module, you should be able to : MAC 0 Module Systems of Linear Equations and Matrices II Learning Objectives Upon completing this module, you should be able to :. Find the inverse of a square matrix.. Determine whether a matrix is invertible..

More information

LINEAR ALGEBRA SUMMARY SHEET.

LINEAR ALGEBRA SUMMARY SHEET. LINEAR ALGEBRA SUMMARY SHEET RADON ROSBOROUGH https://intuitiveexplanationscom/linear-algebra-summary-sheet/ This document is a concise collection of many of the important theorems of linear algebra, organized

More information