Contents. 1 Vectors, Lines and Planes 1. 2 Gaussian Elimination Matrices Vector Spaces and Subspaces 124

Size: px
Start display at page:

Download "Contents. 1 Vectors, Lines and Planes 1. 2 Gaussian Elimination Matrices Vector Spaces and Subspaces 124"

Transcription

1 Matrices Math 220 Copyright 2016 Pinaki Das This document is freely redistributable under the terms of the GNU Free Documentation License For more information, visit

2 Contents 1 Vectors, Lines and Planes 1 11 Vectors in R 2 and R Vector Addition and Scalar Multiplication 5 13 Linear Equations in Two Variables Linear Equations in Three Variables Problems 31 2 Gaussian Elimination Row echelon form of a matrix Linear systems of equations Homogeneous Linear System of Equations Reduced row echelon form of a matrix Problems 68 3 Matrices Matrix Arithmetic Matrix Product Some Special Matrices Elementary Matrices and Matrix Inverse Problems Vector Spaces and Subspaces Vector Spaces Subspaces of a Vector Space Problems 143 ii

3 Contents 5 Linear Independence, Basis and Dimension Linear Combinations and Span Linear Independence Basis and Dimension Problems The four fundamental subspaces Column and Row Spaces Nullspace Dimensions of the fundamental subspaces Problems Linear Transformations Linear Transformations Associated to Matrices The Matrix of a Linear Transformation Problems Determinants Determinant of a 2 2 Matrix Determinant of an n n Matrix Computing Determinants by Row Reductions Minors and Cofactors Inverse of a Matrix using Determinants Cramer s Rule Problems Diagonalization Eigenvalues and Eigenvectors Diagonal Form of a Matrix Applications Matrix Powers Differential Equations Problems Solutions to Problems Chapter1 Solutions 347 iii

4 Contents 102 Chapter2 Solutions Chapter3 Solutions Chapter4 Solutions Chapter5 Solutions Chapter6 Solutions Chapter7 Solutions Chapter8 Solutions Chapter9 Solutions 387 iv

5 List of Figures 11 Vectors in R Vectors in R Parallelogram law of vector addition 6 14 Triangle law of vector addition 7 15 Vector joining two points 7 16 Unique solution Inconsistent system Parametric equation of a line Vector w is a linear combination of u and v Example 131 explained by linear combinations The plane x + 2y + 3z = Planes intersecting in a line Planes with no common points of intersection Rotation by angle θ Rotation of the basis vectors e 1 and e Reflection across the line y = x Reflection across the x-axis Projection onto the x-axis Reflection across an arbitrary line in the plane 228 v

6 1 Vectors, Lines and Planes: Linear Equations in Two and Three Variables 11 Vectors in R 2 and R 3 The coordinate plane R 2 is the set of all ordered pairs of real numbers (a, b) We have a preferred point (0,0) called the origin, and each coordinate pair (a, b) represents a unique point in the plane Similarly the threedimensional coordinate space R 3 is the set of all ordered triplets of real numbers (a, b, c) More generally the n-dimensional coordinate space R n is the set of all ordered n-tuples of real numbers (x 1, x 2,, x n ) Recall from your physics courses that vectors are objects with magnitude and direction Parallel vectors having the same length are equal A vector can be represented by an arrow pointing out from the origin A point (a, b) in R 2 corresponds to a vector represented by a directed line connecting the origin (0,0) to (a, b) We will write this vector as a column vector v = [ ] a, (see Figure 11) b 1

7 1 Vectors, Lines and Planes y (a, b) v = [ a b ] = ai + bj j tan 1 ( b a ) O i x Figure 11: Vectors in R 2 Definition 111 The length of a vector is also known as its magnitude or norm A vector of norm 1 is called a unit vector It follows from the Pythagorean theorem that the length or norm of the vector v = [ a] b is v = a 2 + b 2 Its direction makes an angle tan 1 ( b a) with the positive x-axis In physics books a vector v is often written as v = [ ] a = ai + bj, b where i and j are unit vectors in the directions of the positive x- and y-axes respectively With our notation i = [ ] 1 and j = 0 [ ] 0 1 2

8 1 Vectors, Lines and Planes The above observations can be generalized to the three-dimensional coordinate space R 3 The point (a, b, c) in R 3 corresponds to the vector a v = b = ai + bj + ck, c where the unit vectors in the directions of the positive x-, y- and z-axes are respectively given by (see Figure 12) i = 0, j = 1, and k = Figure 12: Vectors in R 3 Again the Pythagorean theorem gives the norm of v as v = a 2 + b 2 + c 2 Analogously, where n is any positive integer, we find that the point (a 1, a 2,, a n ) 3

9 1 Vectors, Lines and Planes in R n corresponds to the vector a 1 a 2 a n v = = a 1e 1 + a 2 e a n e n, where the unit vectors in the directions of the positive x 1, x 2,, x n -axes are respectively given by e 1 =, e 1 2 =,, e 0 n = The Pythagorean formula for the norm of the vector v in R n is v = a a a2 n Coordinate spaces with the usual notion of distance between points (Pythagorean formula), and a notion of angles between vectors, are also known as Euclidean spaces In later chapters we will study the vector space R n in detail Here, we merely review some familiar facts about two- and threedimensional spaces 4

10 1 Vectors, Lines and Planes 12 Vector Addition and Scalar Multiplication Definition 121: Vector Addition Vectors in R 2 can be added componentwise to give a resultant vector in R 2 Thus if [ ] [ ] a c u = and v = b d are two vectors in R 2, then u + v is a vector in R 2 given by u + v = [ ] a + c b + d Similarly vectors can be added component wise in R 3 If a 1 b 1 u = a 2 and v = b 2 a 3 b 3 are two vectors in R 3, then u + v is a vector in R 3 given by a 1 + b 1 u + v = a 2 + b 2 a 3 + b 3 Remark 122 We write 0 for the zero vector in R n Note this is not the scalar 0 For example, if v is a vector in R 3, then 0 v v = 0 = 0 0 5

11 1 Vectors, Lines and Planes Remark 123: Parallelogram Law of Vector Addition Vector addition follows the Parallelogram Law which is illustrated in Figure 13 The sum of the two vectors represented by the two adjacent sides of the parallelogram is given by the diagonal y (a + c, b + d) (a, b) u u + v (c, d) v Figure 13: Parallelogram law of vector addition x Remark 124: Triangle Law of Vector Addition We also have the triangle law of addition of vectors This is illustrated in Figure 14 The sum of two vectors represented by two sides of a triangle in the same order is given by the third side of the triangle in the reverse order Remark 125 Let P and Q be two points in R n corresponding to the vectors u = OP and v = OQ, where O is the origin of the coordinate system Then the vector from P to Q is given by PQ = v u This follows from the 6

12 1 Vectors, Lines and Planes y (a + c, b + d) u + v u (c, d) v Figure 14: Triangle law of vector addition x triangle law of vector addition as illustrated in Figure 15 y P v u Q u v O x Figure 15: Vector joining two points 7

13 1 Vectors, Lines and Planes Example 126 The vector pointing from P(1, 2,4) to Q( 2,3,5) in R 3 is given by PQ = OQ OP = = Definition 127: Scalar Multiplication Vectors can also be multiplied componentwise by scalars (real numbers) For example, if c is any scalar (real number) and if v = [ a1 is a vector in R 2 then cv is a vector in R 2 given by a 2 ] [ ] ca1 cv = ca 2 Similarly if a 1 v = a 2 a 3 is a vector in R 3, then cv is a vector in R 3 given by ca 1 cv = ca 2 ca 3 The above definintions can be generalized to vectors in R n Vectors in R n can be added componentwise and they satisfy the parallelogram and 8

14 1 Vectors, Lines and Planes triangle law of addition Scalar multiplication of vectors in R n is also defined componentwise We will see detailed discussions of these operations in R n in the following chapters Remark 128 Two nonzero vectors u and v are parallel if and only if there is a scalar c 0 such that u = cv Remark 129 If a 1 v = a 2 a 3 is a vector in R 3 and if c is a scalar, we have cv = c 2 a c2 a c2 a 2 3 = c v Recall that c 2 = c The norm (length) of a vector is a nonnegative number Example 1210 Let 1 v = 2, so that 2 3 v =

15 1 Vectors, Lines and Planes The norms of these vectors are v = ( 2) = 3 and ( 2 3 v = 2 ) 2 ( ) 4 2 ( ) = 2 = 2 3 v Observe that 2 3v is a vector whose length is two thirds that of v and which points in a direction opposite to that of v 13 Linear Equations in Two Variables A system of m linear equations in n variables (unknowns) x 1, x 2,, x n can be written as 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, 10

16 1 Vectors, Lines and Planes where the coefficients a i j are real numbers We say x 1 c 1 x 2 = c 2 x n c n is a solution vector of this system if and only if x 1 = c 1, x 2 = c 2,, x n = c n satisfies all m equations of this system simultaneously solution vector is a vector in R n Note that the Much of linear algebra is about the solutions of systems of linear equations, as shown in the following chapters Here we do a review of some familiar topics from linear equations in two or three variables A linear equation ax + by = c, in two variables x and y, represents a line in the xy plane (assuming that a and b not both zero) If b 0, the equation is that of a line of slope a b and its y-intercept is c b If b = 0, the line is parallel to the y axis with x intercept ( c a,0) We have always been told that we need two equations to solve for two unknowns Let us look at some examples to see how this really works Example 131: Unique Solution Consider the linear system of equations 2x 3y = 5 4x + y = 3 (131) 11

17 1 Vectors, Lines and Planes We solve equations by the method of elimination To eliminate x we multiply the first equation by 2 and add the resulting equation to the second We arrive at the system 2x 3y = 5 7y = 7 Consequently we can read off y = 1 from the second equation Substituting y = 1 in the first equation we get x = 1 We therefore have a unique solution vector [ ] x = y [ ] 1 1 for the system The two equations represent two lines with different slopes Hence they intersect at a unique point which in this case is (1, 1) This is illustrated in Figure 16 y (1, 1) x Figure 16: Unique solution 12

18 1 Vectors, Lines and Planes Example 132: Inconsistent System Let us now try to solve the system 2x 3y = 5 4x 6y = 3 (132) We eliminate x as in the last example by multiplying the first equation by 2 and adding the resulting equation to the second We arrive at the system 2x 3y = 5 0 = 7 The last equality is absurd Hence the system of equations has no solution We say that the system of equations is inconsistent The two equations represent two lines having the same slope They are parallel but they pass through different points Hence they do not intersect This is illustrated in Figure 17 y x Figure 17: Inconsistent system 13

19 1 Vectors, Lines and Planes Example 133: Infinite Solutions As a final example, let us consider the system 2x 3y = 5 4x 6y = 10 (133) We eliminate x as in the last two examples by multiplying the first equation by 2 and adding the resulting equation to the second We arrive at the system 2x 3y = 5 0 = 0 There is no inconsistency in this case We are left with a single equation because the second equation in Equation (133) is a multiple of the first The two equations represent the same line Any point (x, y) on the line is a solution to the system It is instructive to write the solutions in parametric form Observe that we can write x in terms of y using 2x 3y = 5 We call y a free variable We assign any real number t to be the value of y, then for each such t we have y = t = x = 3 2 t Thus all vectors of the form [ ] [ x 3 = 2 t + 5 ] 2, y t where t is any real number, are solutions of the system The system has infinitely many solutions 14

20 1 Vectors, Lines and Planes Using the rules of vector addition and multiplication by scalars we write the solutions in the form [ ] x 3 ] [ 5 ] = t[ = t y [ ] [ 3 5 ] + 2, 2 0 where t is any real number This is the parametric equation of the line 2x 3y = 5 Equivalently, writing s = t 2 we could express the parametric equation of the line in a simpler form as [ ] [ ] [ x 3 5 ] = s + 2, < s < y 2 0 Observe that as s runs through all real numbers, the vector s [ ] 3 2 gives all points on the line through the origin parallel to the vector [ ] 3 [ 2 Adding the 5 ] constant vector 2 simply gives a parallel shift to the line to the point ( 5 0 2,0) This is illustrated in Figure 18 y (3, 2) [ x y ] = s [ 3 2 ] [ x y ] = s [ 3 2 ] + [ ] 5/2 0 ( 5 2, 0) x Figure 18: Parametric equation of a line 15

21 1 Vectors, Lines and Planes Remark 134: Parametric equation of a line The last example led us to the parametric equation of a line If [ a b ] is a fixed vector in R 2, then [ ] [ ] x a = t y b is the parametric equation of a line through the origin (0,0), parallel to the vector [ a b ], where the parameter t can take any real value The parametric equation of a parallel line through some other point (c, d) is given by [ ] x = t y [ ] a + b [ ] c, < t < d A second interpretation Let us revisit our first example Refer to the system Equation (131) in Example 131 above We will be studying matrices in the next chapter Let us jump ahead a bit and write the system in matrix notation We write the system as [ ][ ] 2 3 x 4 1 y = [ ] 5 3 A rectangular array of numbers such as [ ] is known as a matrix Since this matrix has 2 rows and 2 columns, we say that it is a 2 2 matrix Similarly, since the column vectors in R 2 have 2 rows and 1 column, they are 2 1 matrices The following is a simple consequence of the rules of matrix multiplication (which we will discuss shortly): [ ][ ] 2 3 x 4 1 y = [ ] 2x 3y 4x + y 16

22 1 Vectors, Lines and Planes In other words the matrix notation is merely stating that [ ] [ ] 2x 3y 5 = 4x + y 3 Comparing rows we get the system Equation (131) that we started with When we look at the system of equations as rows, we get lines in the plane R 2, which in this example intersect at the point (1, 1) Now let us look at the columns in the system Note that we can also write the system as [ ] [ ] [ ] x + y = For real numbers x and y an expression such as x [ ] [ ] y 4 1 is called a linear combination of the two column vectors [ 2 4 ] and [ 31 ] Hence a solution to the system of equations exists, if we can find real numbers x and y such that the linear combination of the two vectors on the left gives us exactly the vector [ 5 3 ] on the right Now if two vectors u and v in the plane R 2 are not parallel, then given any other vector w we can always complete a parallelogram with sides parallel to u and v and with w as the diagonal This is illustrated in Figure 19 In other words we can find unique scalars x and y such that xu + yv = w This is exactly the situation in the first example The vectors [ ] [ 2 4 and 31 ] are not parallel (because one is not a scalar multiple of the other) Hence we can find unique scalars x = 1, y = 1 such that 1 [ 2 4 ] + ( 1) [ 3 1 ] = [ 5 3 ], 17

23 1 Vectors, Lines and Planes w xu u v yv Figure 19: Vector w is a linear combination of u and v see Figure 110 (2, 4) (5, 3) ( 3, 1) (0, 0) (3, 1) Figure 110: Example 131 explained by linear combinations Now let us look at the other examples What goes wrong in our second example Example 132? In terms of column vectors the system Equation (132) can be written as x [ ] 2 + y 4 [ ] 3 = 6 [ ]

24 1 Vectors, Lines and Planes You can check that the column vectors on the left are parallel, in fact both point in the same direction as the vector [ 1 2 ] Expressing each vector on the left as a multiple of [ 1 2 ] we have (2x 3y) [ ] 1 = 2 [ ] 5 3 This is clearly impossible since [ 5 3 ] is not parallel to (is not a multiple of) the vector [ 1 2 ] Finally the system of equations Equation (133) which appears in the third example (Example 133) can be written as x [ ] [ ] [ ] y = The column vectors on the left are parallel, but they are also parallel to the constant vector on the right We have (2x 3y) [ ] [ ] 1 1 = Hence 2x 3y = 5 and there are an infinite number of solutions When the column vectors of the matrix of coefficients are parallel we say that the matrix is singular The first example involved a nonsingular matrix and we had unique solutions The next two examples had a singular matrix as the matrix of coefficients We had no solutions in one case and infinitely many soutions in the other Convince yourself that these are all the possibilities with intersecting lines in the plane R 2 19

25 1 Vectors, Lines and Planes 14 Linear Equations in Three Variables Let us now turn to systems of linear equations in three variables A linear equation of the form ax + by + cz = d represents a plane in R 3 For example, the xy, yz and zx-planes are respectively given by z = 0, x = 0 and y = 0 The plane parallel to the yz-plane and containing the point (2,0,0) is Similarly x = 2 x + 2y + 3z = 6 represents a plane intersecting the coordinate axes at the points (6,0,0), (0,3,0), (0,0,2) respectively, as shown in Figure 111 Solving equations in three variables Figure 111: The plane x + 2y + 3z = 6 involves the intersection of planes in R 3 In this case there are several possibilities 20

26 1 Vectors, Lines and Planes Three planes may intersect at a single point in R 3 For example the three coordinate planes x=0, y=0, z=0 intersect at the origin (0,0,0) Three planes can intersect along a line, as shown in Figure 112 Three planes may have no common points of intersection at all Two examples are illustrated in Figure 113 Figure 112: Planes intersecting in a line Figure 113: Planes with no common points of intersection 21

27 1 Vectors, Lines and Planes Let us look at some examples of systems of linear equations in three variables and see how the solutions are related to the geometry of intersecting planes Example 141: Unique Solutions Consider the system of equations x + y + 2z = 9 2x + y + z = 3 3x + 2y + z = 4 (141) In matrix notation x y = z 4 We follow the same process of elimination as in the earlier examples involving systems of equations in two variables First we eliminate x from the second and third equations We multiply the first equation by 2 and add the resulting equation to the second This eliminates the variable x from the second equation We also multiply the first equation by 3 and add the result to the third to eliminate x from the third equation We now have the system x + y + 2z = 9 y 3z = 15 y 5z = 23 22

28 1 Vectors, Lines and Planes Now we multiply the second equation by 1 and add the result to the third to eliminate y and get x + y + 2z = 9 y 3z = 15 2z = 8 From the last row we read off z = 4 Substituting z = 4 in the second row we get y = 3 Finally substituting the values of z and y in the first row we get x = 2 Hence there is a unique solution vector x 2 y = z 3 4 The system of equations Equation (141) represents three planes intersecting at a single point As we did previously with equations in two variables, let us now look at the column picture for the system Equation (141) We rewrite the system as x 2 + y 1 + z 1 = Note that the vectors on the left are the three column vectors of the coefficient matrix The system has a solution precisely if the vector on the right can be written as a linear combination of the three vectors on the left In this example, there is a unique triple x = 2, y = 3, z = 4 23

29 1 Vectors, Lines and Planes such that = Example 142: Inconsistent System Consider the system of equations 2x y + z = 3 4x 3y + 3z = 7 2x + y z = 2 (142) Once again we use the method of elimination First we eliminate x from the second and third equations To do this we multiply the first equation by 2 and add the resulting equation to the second We then multiply the first equation by 1 and add the result to the third We now have 2x y + z = 3 y + z = 1 2y 2z = 1 We then eliminate y from the third equation by multiplying the second equation by 2 and adding the result to the third We have 2x y + z = 3 y + z = 1 0 = 1 24

30 1 Vectors, Lines and Planes The last row says 0 = 1 which is absurd The system is inconsistent and has no solutions The three planes represented by Equation (142) [ do not have 31 ] a common point of intersection Equivalently, the vector cannot be written as a linear combination of the columns of the coefficient matrix 1 Example 143: Infinite Solutions 1 Consider the system of equations 2x y + z = 3 4x 3y + 3z = 7 2x + y z = 1 (143) To use the method of elimination we multiply the first equation by 2 and add the resulting equation to the second We then multiply the first equation by 1 and add the result to the third We now have 2x y + z = 3 y + z = 1 2y 2z = 2 We then eliminate y from the third equation to get 2x y + z = 3 y + z = 1 0 = 0 (144) The system is consistent However the three equations in Equation (143) are reduced to an equivalent system Equation (144), that consists of two equations in three variables Observe that we can find y in terms of z from 25

31 1 Vectors, Lines and Planes the second equation As we did previously for the two variable case, we call z a free variable Set Then from the second equation z = t, where t is any real number y = t 1 Substituting z = t and y = t 1 in the first equation we get x = 1 The solution vector is x 1 y = t 1, z t where t is any real number It is instructive to write the solution in the form x 0 1 y = t z 1 0 This, as we discussed earlier, is the parametric equation of a line As t takes 01 ] on all real values, t[ traces the line in R 3 that passes through the origin 1 [ 01 ] (0,0,0) and is parallel to the vector In fact it is the line y = z on the 1 [ 1 ] yz-plane (x = 0) Adding the constant vector 1 merely shifts the line to a 0 parallel line passing through the point (1, 1, 0) The three planes intersect along a line and we have an infinite number of solutions in this case 26

32 1 Vectors, Lines and Planes Remark 144: Parametric equation of a line in R 3 The previous example led us to the parametric equation of a line in R 3 If u is a given vector in R 3, then x y = tu, < t < z is the parametric equation of a line through the origin (0,0,0) parallel to the vector u The parametric equation of a parallel line through some other point (a, b, c) is given by x a y = tu + b z c Example 145: Infinite Solutions 2 Finally let us consider the system of equations 2x 4y + z = 3 4x + 8y 2z = 6 8x 16y + 4z = 12 (145) To use the method of elimination we multiply the first equation by 2 and add the resulting equation to the second We also multiply the first equation 27

33 1 Vectors, Lines and Planes by 4 and add the resulting equation to the third We have 2x 4y + z = 3 0 = 0 0 = 0 The system is consistent The three equations are multiples of each other They represent the same plane All points on the plane 2x 4y + z = 3 are solutions Observe that we can express x in terms of the variables y and z Consequently we now have two free variables y and z We let z = t and y = s, where s and t are arbitrary real numbers Then substituting y = s, z = t and solving for x we get x = 2s 1 2 t There are infinitely many solution vectors of the form x 2s 1 2 t y = s, < s, t < z t Let us rewrite the solution vectors in the form x 2 y = s 1 + t z

34 1 Vectors, Lines and Planes Writing r = t 2 we can express the solutions in the simpler form The vectors [ x y = s 1 + r 0 + 0, < s, r < (146) z ] and [ 10 2 ] 21 ] [ 10 ] are not parallel (why?) Hence s[ and r give two nonparallel lines, say L 1 and L 2, passing through the origin It follows from the parallelogram law that as s and r take all real values the linear combination 2 1 s + r 1 0 gives all points on the plane passing through the origin and containing the two nonparallel lines L 1 and L 2 (convince ] yourself of this by drawing a picture) Adding the constant vector simply shifts this plane to a parallel plane passing through the point ( 3 2,0,0) This is precisely the plane 0 2 [ x 4y + z = 3, and Equation (146) above is the parametric equation of this plane 0 2 Remark 146: Parametric equation of a plane The previous example led us to the parametric equation of a plane Let u and v be two nonzero vectors in R 3 that are not parallel to each other Let L 1 and L 2 be the nonparallel lines in R 3 given by 29

35 1 Vectors, Lines and Planes the parametric equations x y = su and z x y = tv z respectively, where s and t are real numbers Then x y = su + tv z is the parametric equation of a plane through the origin (0,0,0), containing the lines L 1 and L 2 The parametric equation of a parallel plane through some other point (a, b, c) is given by x a y = su + tv + b z c 30

36 1 Vectors, Lines and Planes 15 Problems 11 Find a vector of norm 5 in the direction of the vector from the point (1, 2,1) to the point (2, 1, 2) 12 Find all vectors of norm 4 parallel to the line x 2y = 3 13 Solve the system of equations 3x + 5y = 1 2x 3y = 7 Give a geometric interpretation of your answer 14 Solve the following system of equations 2x + y = 1 3x + 15y = 15 Give a geometric interpretation of your answer 15 Find vectors u and v such that the parametric equation of the line y = mx + b can be expressed as [ x y ] = tu + v 16 The parametric equation of a line in R 2 is given by [ ] x = t y [ ] [ ] 3 1 Write the equation of the line in the form ax + by = c 17 Can the vector [ 1 2 ] be written as a linear combination of the vectors [ 2 3] and [ 46 ]? Explicitly write down all such linear combinations when they exist 18 Can the vector [ 1 2 ] be written as a linear combination of the vectors [ 1 1] and [ 23 ]? Explicitly write down all such linear combinations when they exist 31

37 1 Vectors, Lines and Planes 19 Can the vector [ 5 [ 5] be written as a linear combination of the vectors 1 [ 1] and 22 ]? Explicitly write down all such linear combinations when they exist 110 Consider the following system of equations 2x 3y = c 4x + 6y = 3 For what value(s) of c does the system have no solutions, a unique solution, infinitely many solutions? Give the solutions explicitly, when they exist 111 Consider the following system of equations x 2y = 1 2x + cy = 3 For what value(s) of c does the system have no solutions, a unique solution, infinitely many solutions? Give the solutions explicitly, when they exist 112 Let L 1 and L 2 be two lines in R 2 whose parametric equations are given by [ ] [ ] [ ] x 3 2 = t + y 2 0 and [ ] x = t y [ ] [ ] 1 0 respectively Find the point of intersection of L 1 and L 2 or show that they do not intersect ] [ 1 ] 113 Let u = and v = a+b be two vectors in R 3 For what values of a [ a b and b are the vectors u and v parallel? 32

38 1 Vectors, Lines and Planes 114 Solve the system of equations x y + z = 4 2x y z = 1 x + 3y + 2z = 2 Give a geometric interpretation of your result 115 Solve the system of equations x y + 3z = 4 2x y + 5z = 1 x + 3y z = 2 Give a geometric interpretation of your result 116 Solve the system of equations x y + 3z = 1 2x y + 5z = 3 x + 3y z = 5 Give a geometric interpretation of your result 117 Find a parametric equation for the line of intersection of the planes 2x y + z = 1 and x + y + z = 2 [ 20 ] [ 11 ] [ 13 ] 118 Write the vector as a linear combination of the vectors, [ ] and Solve the system of equations x 2y + 3z = 1 2x 4y + 6z = 2 5x 10y + 15z = 5 Give a geometric interpretation of your result 33

39 1 Vectors, Lines and Planes 120 Consider the system of equations x y z = 1 x + 2y + 4z = 2 x + 2y + 8z = c For what value(s) of c does the system have no solutions, a unique solution, infinitely many solutions? Give the solutions explicitly, when they exist 121 Let x y = s 1 + t z be the parametric equation of a plane in R 3 Write the equation of the plane in the form ax + by + cz = d [ 122 Let L be the line in R 3 1 ] that is parallel to the vector 2 and passes 3 through the point (1,0, 2) Find the point of intersection (if any) of the line L with the plane 2x 5y z = Find the parametric form of the equation of the plane 2x y + 2z = The parametric equation of a plane P 1 is given by x y = s 2 + t z The parametric equation of a second plane P 2 is given by x y = s 1 + t z Find the parametric equation of the line of intersection of P 1 and P 2 Otherwise show that the two planes are parallel and do not intersect 34

40 1 Vectors, Lines and Planes 125 Find the equation of the plane passing through the points (1,1,0), (1,2,1) and ( 1, 1,2) in the form ax + by + cz = d 126 Find the parametric form of the equation of the plane passing through the points (1,3, 1), (2,2,3) and ( 1,1,1) 127 Do the points ( 3,5,3), (5, 7,7) and ( 1,2,4) lie on a line in R 3 If your answer is yes, then find the parametric equation of the line If your answer is no, then find the equation of the unique plane that passes through these three points 128 Let L 1 and L 2 be two lines in R 3 whose parametric equations are respectively given by x 2t + 2 y = at 3 and z 3t + 5 x 4t + 1 y = 3t 4 z bt + 8 For what values of a and b are the two lines parallel? 129 Let L 1 and L 2 be two lines in R 3 whose parametric equations are respectively given by x t + 2 y = t + 3 and z t + 1 x t 1 y = 2t + 3 z t 4 Are L 1 and L 2 parallel? Find the points of intersection of L 1 and L 2 if any Otherwise explain why they do not intersect 130 Find four distinct planes which intersect along the line given by the parametric equations x = t, y = 2t, z = 3t 35

41 2 Gaussian Elimination 21 Row echelon form of a matrix We are going to describe an algorithm (Gaussian Elimination) for solving a system of linear equations The algorithm is a systematic implementation of the method of elimination that we employed in Chapter 1 to solve systems of equations in two or three variables Our goal is to find the solution vectors for a system of m linear equations in n variables x 1, x 2,, x n given by 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, (211) where the coefficients a i j and b i, 1 i m,1 j n are scalars (real numbers) Using matrix notation, we write the above system as a 11 a 12 a 1n x 1 b 1 a 21 a 22 a 2n x 2 = b 2 a m1 a m2 a mn x n b m 36

42 2 Gaussian Elimination More succinctly we write Ax = b, where a 11 a 12 a 1n x 1 b 1 a 21 a 22 a 2n A =, x = x 2 and b = b 2 a m1 a m2 a mn x n b m Definition 211 Recall, from the previous chapter, that a m n matrix is a rectangular array of numbers having m rows and n columns The m n matrix A described above, is called the matrix of coefficients for the system of equations (211) The column vector x is a n 1 matrix and its entries are the n variables or unknowns The column vector b is a m 1 matrix and its entries are the constants that appear on the right The i j-th element a i j of a matrix A is the element whose position is at the i-th row and j-th column of the matrix A All the information about the system of equations (211) is contained in the matrix A and the column vector b We combine them to form the augmented matrix for the system of equations given by [A b] = a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a m1 a m2 a mn b m (212) 37

43 2 Gaussian Elimination Observe that the augmented matrix is a m (n + 1) matrix, and that the i-th row in the augmented matrix corresponds to the i-th equation in the system of equations Equation (211) We draw a vertical bar before the last column to make it clear that the rightmost column consists of the constants that appear on the right of the system of equations When we solve a system of equations, the solution set remains unchanged if we switch two equations of the system we multiply an equation by a nonzero constant we take the multiple of one equation of the system and add the result to another equation Note that each of these operations on the equations give rise to a corresponding operation on the rows of the augmented matrix These are called the elementary row operations These are the operations that we are allowed to perform on the augmented matrix when we solve a system of equations We formalize this in the following definition Definition 212: Elementary Row Operations 1 Interchanging i-th and j-th rows of a matrix For the augmented matrix (212), this corresponds to interchanging the i-th equation with the j-th equation in the system (211) We will denote this operation in short by R i R j (R i represents the i-th row of the augmented matrix) 2 Multiplying a row by a nonzero scalar This corresponds to multiplying an equation of the system by a nonzero scalar We will denote this operation by R i cr i (The i-th row is multiplied by the constant c 0) 38

44 2 Gaussian Elimination 3 Adding a multiple of one row to another This corresponds to adding the multiple of one equation in the system to another we will denote this operation by R j R j + cr i (The i-th row is multiplied by c and the result is added to the j-th row We also need the following Definition 213: Row equivalence A matrix A is row equivalent to a matrix B, if B can be obtained from A by elementary row operations Remark 214 It is easy to show that if A is row equivalent to B then B is row equivalent to A Why? Also if A is row equivalent to B and B is row equivalent to C then A is row equivalent to C Why? We can restate our previous discussions in the following proposition Proposition 215 Let Ax = b and A x = b be two systems of linear equations If the augmented matrices [A b] and [A b ] are row equivalent, then the two systems Ax = b and A x = b have the same solution vectors We need one more definition before discussing an algorithm for solving linear systems 39

45 2 Gaussian Elimination Definition 216: Row echelon form A matrix A is in row echelon form if the following conditions are satisfied All rows consisting entirely of zeros (if any) appear at the bottom of A The first (from the left) non-zero entry of a non-zero row is called a pivot In two successive rows the pivot entry of the lower row occurs to the right of the pivot entry for the higher row It follows from the definition that for a row-echelon matrix, all entries in a pivot column, that appear below a pivot, must be 0 Example 217 Let A = and B = Then A is a row-echelon matrix by definition The matrix B is not in row-echelon form because the pivot in the third row is not to the right of the pivot in the second row All entries below the pivot 3 in the second row, must be 0 The word echelon comes from the French échelon, which literally means rungs of a ladder (échelle is the French word for ladder) The step like pattern in a row-echelon matrix is shown below The pivots are the entries 40

46 2 Gaussian Elimination a 0, b 0 and c 0 B = a b c Any matrix can be transformed to its echelon form using elementary row operations The algorithm which achieves this is called Gaussian Elimination We describe the method with the help of an example Example 218: Gaussian Elimination We want to find an echelon matrix that is row equivalent to the matrix A = Step 1 Locate the first non-zero column and the first non-zero entry in that column This is a pivot Interchange rows to move the pivot to the top In our example the first non-zero entry in the first non-zero column is a 22 = 2 Here a i j refers to the element in the i-th row and j-th column of the matrix A So we switch the first row and the second row to move the pivot to the top row We write this step as R 1 R

47 2 Gaussian Elimination Step 2 We normalize the pivot to 1 by multiplying the first row by 1 2 This step is not strictly necessary We do it to simplify the calculations R R Step 3 We now add suitable multiples of the pivot row to the rows below it, so that all the elements in the pivot column appearing below the pivot are 0 In our example we multiply the first row by 3 and add it to the third We also multiply the first row by 2 and add it to the fourth row Thus R 3 R 3 3R 1 R 4 R 4 +2R Step 4 We repeat the above process ignoring the pivot rows on the top We keep repeating these steps till there are no more pivots to consider For our example we ignore the first row which is the pivot row from the last step In the submatrix that is left we find that the first non-zero entry in the first non-zero column is a 33 = 2 (the pivot) Following step 1, we bring this entry to the top by switching rows 2 and 3 Remember we are ignoring the first pivot row Thus we have R 2 R

48 2 Gaussian Elimination We now add multiples of the second pivot row to rows below it so that all the elements below the pivot are 0 Here we get R 4 R 4 +3R We now ignore the first two pivot rows and repeat the process The first non-zero entry in the first non-zero column is (ignoring the top two rows) is a 34 = 2 This is a pivot We want zeros below the pivot in the third row So R 4 R 4 +10R We are done There are no more pivots left The resulting matrix on the right is in row echelon formthe matrix A = is row equivalent to the echelon matrix B = Here is another example 43

49 2 Gaussian Elimination Example 219 We want an echelon matrix that is row equivalent to the matrix A = We first switch the two rows R 1 and R 2, to avoid multiplication by the fraction 1 2 This is not strictly necessary Here are the steps R1 R R 2 R 2 2R 1 R 3 R 3 3R R 3 R R R R The matrix in the final step is in row echelon form In fact the matrix in the penultimate step is also in row echelon form We perform the last row operation to simplify the entries in the third row 44

50 2 Gaussian Elimination Remark 2110 Note that the echelon form of a matrix is not unique The same matrix A can be row equivalent to different echelon matrices This is true even if we demand that each pivot element should be normalized and made equal to 1 For example Let A = [ ] Then we can row reduce A as [ ] [ ] R 2 R 2 R Thus A is row equivalent to the echelon matrix Given any scalar c we have [ ] A = [ ] [ ] c R 1 R 1 +cr For each c, the matrix on the right is an echelon matrix Consequently we have infinitely many echelon matrices that are row equivalent to A Hence, although one sometimes says "the" echelon form of a matrix A, one should remember that this is an abuse of language and that one is in fact talking about one member of an infinite family of echelon matrices that are row equivalent to A Later we will define a special echelon matrix that is row equivalent to a given matrix A This is called the reduced row echelon form of a matrix A The reduced echelon form is a "canonical form" in the sense that it is unique for a given matrix A 45

51 2 Gaussian Elimination We state the following without proof The proof follows from the uniqueness of the reduced row echelon form of a matrix The proof will also be clear from our discussions of the column space of a matrix in a later chapter Theorem 2111 Let A and B be two row echelon matrices which are row equivalent to each other Then the i-th column of A is a pivot column if and only if the i-th column of B is also a pivot column 22 Linear systems of equations How does row reduction of a matrix to its echelon form help solve linear systems? Let us look at the following example Example 221 Find the solution vectors for the following system of linear equations: 2x 1 x 2 + x 3 = 4 x 1 + 3x 2 + x 3 = 1 3x 1 + x 2 2x 3 = 0 (221) The system can be written in matrix form as x x 2 = x

52 2 Gaussian Elimination The augmented matrix for the system is This is precisely the matrix we examined in Example 219 By the Gaussian elimination algorithm (as shown in Example 219), we find that this augmented matrix is row equivalent to the echelon matrix By Proposition 215, the system of equations, Equation (221), has the same solution vectors as the system corresponding to the echelon matrix above We use the echelon form to solve the system by back substitution Notice that the pivots (leading non-zero entries) occur in columns 1,2 and 3 The corresponding variables x 1, x 2, x 3 are called basic variables From row 3, we get x 3 = 1 From row 2 we have 7x 2 x 3 = 6 Back substituting the value of x 3 we get x 2 = 1 From row 1 x 1 + 3x 2 + x 3 = 1 47

53 2 Gaussian Elimination Back substituting the values of x 2 and x 3 we get x 1 = 1 The system has a unique solution vector given by x 1 1 x 2 = 1 x 3 1 Remark 222 Observe that the number of pivots is the same as the number of unknowns in the above example This is precisely when the system has a unique solution Here is another example Example 223 Solve the system of equations 7y + 7z = 3 3x 2y + z = 4 2x + y + 3z = 1 (222) We modify the above algorithm slightly, multiplying rows by suitable integers to avoid computations with fractions This makes the calculations somewhat less tedious when performing row reductions by hand We start with the augmented matrix for the system and row reduce it to an echelon 48

54 2 Gaussian Elimination matrix as follows R1 R 2 R 1 2R 1 R 3 3R 3 R 3 R 3 R 1 R 3 R 3 R We now have an echelon matrix that is row equivalent the initial augmented matrix The last row says 0 = 8, which is impossible The system is inconsistent and has no solutions Remark 224 Note that in the example above, the column of constants on the very right of the echelon form of the augmented matrix contains a pivot This is precisely what makes the system inconsistent Let us look at another example Example 225 We want to find the intersection of two planes x + 2y + 3z = 4 and 2x + 4y + 5z = 6 49

55 2 Gaussian Elimination in R 3 In other words, we have to solve the system of equations x + 2y + 3z = 4 2x + 4y + 5z = 6 (223) We start with the augmented matrix for the system and row reduce it to an echelon matrix as follows [ ] R 2 R 2 2R 1 [ We have an echelon matrix that is row equivalent to the initial augmented matrix We have enclosed the pivots in boxes The pivots are in the first and third columns corresponding to the variables x and z These are the so called basic variables The variables corresponding to the non-pivot columns are called free variables Thus y is a free variable A more detailed discussion of this is given below Here, let us focus on the solution set for this problem We assign arbitrary values to the free variables The basic variables can then be computed in terms of the values of the free variables Specifically, for the problem at hand we let From the last row we read off y = t, where t is any scalar z = 2 ] From the first row x + 2y + 3z = 4 Back substituting the values of y and z we get x = 2t 2 50

56 2 Gaussian Elimination The solution vectors are of the form x 2t 2 y = z t 2 We rewrite the solutions as x 2 2 y = t z There are infinitely many solutions The solution vectors are given by the parametric equation of the line of intersection[ of the two planes in R 3 The 21 ] line of intersection is parallel to the vector and passes through the point ( 2,0,2) 0 Remark 226 Observe that the system of equations in the above example is consistent, and the number of pivots is less than the number of unknowns This is precisely when we have free variables and consequently an infinite number of solutions Definition 227: Free and basic variables We want to solve the system of linear equations Ax = b, 51

57 2 Gaussian Elimination see (211), which can be explicitly written as 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 (224) We have a system of m equations in n unknowns x 1, x 2,, x n The variable x i corresponds to the i-th column of the matrix A By Gaussian elimination we can row reduce the augmented matrix [A b] to an echelon matrix Let us denote the echelon form of the matrix [A b] by [A b ] We call the variables corresponding to the pivot columns of the echelon matrix A, basic variables The variables corresponding to columns without pivots are the free variables Note that from Theorem 2111, the free and basic variables are the same for any echelon form of the matrix A Remark 228 Using the same notation as in the above definition, let us denote an echelon form of the matrix [A b] by [A b ] Observe that if there are r pivots in A, there are r basic variables and n r free variables The number r is also known as the rank of the matrix A, written as rank(a) The rank is a unique nonnegative integer associated with the matrix A Clearly we have r = rank(a) n Also, since each row can have at most one pivot r = rank(a) m 52

58 2 Gaussian Elimination Now we turn to the following fundamental questions: When is the system Equation (224) inconsistent (ie does not have a solution)? If the system is consistent, how many solutions does it have? If r < m (the number of pivots is strictly less than the number of equations), then the last m r rows of A consist of zeros If the last m r entries of the column vector b are not zero then the system is inconsistent and there are no solutions Note that the system is inconsistent if the column of constants b, on the right of the echelon form of the augmented matrix, is a pivot column This was the case in example Example 223 above If r = m or if r < m and the last m r rows of the column vector b consist of zeros, then the system is consistent and always has solutions For a consistent system if r < n, then there are n r free variables We assign arbitrary values to the n r free variables and the r basic variables are computed in terms of the free variables by back substitution In such a case there are an infinite number of solutions This is illustrated by the example Example 225 above For a consistent system if r = n, then there are no free variables and the system has a unique solution This is what we had in the system of equations Equation (221) above We summarize our discussions in the following: Theorem 229: Existence and uniqueness of solutions Let Ax = b be a linear system of equations and let [A b ] be an echelon form of the augmented matrix [A b] 53

59 2 Gaussian Elimination The system is consistent if and only if the column b of the echelon matrix is not a pivot column Otherwise the system is inconsistent and has no solutions If the system is consistent and there are no free variables, then the system has a unique solution This happens when the number of pivots r = rank(a) = n, where n is the number of variables or the number of columns of A If the system is consistent and there are free variables, then it has infinitely many solutions This happens when the number of pivots r = rank(a) < n, where n is the number of variables or the number of columns of A Let us look at how all this works in the following examples Example 2210 Let us find the solutions of the system 3x 1 2x 2 + 8x 3 = 4 x 1 x 2 + 2x 3 + x 4 = 2 x 1 + 4x 3 x 4 = 1 We row reduce the augmented matrix for the system to its echelon form as 54

60 2 Gaussian Elimination follows R1 R 2 R 2 R 2 3R 1 R 3 R 3 R 1 R 3 R 3 R The final matrix on the right is in echelon form The pivots are enclosed in boxes The first, second and fourth columns are pivot columns Hence x 1, x 2 and x 4 are basic variables and x 3 is the only free variable We let x 3 = t, where t can take any real value From the third row we see that x 4 = 1 By back substituting the values of x 3 and x 4 into the second row, we get x 2 + 2t 3 = 2, so that x 2 = 1 2t Finally by back substitution again we see from the first row that x 1 = 2 4t 55

61 2 Gaussian Elimination There are infinitely many solutions and the solution vectors are of the form x x 2 x 3 = t , 0 1 x 4 where t is any real number The solutions are given by a line in R 4 The number of pivots (or the rank of the matrix of coefficients) is r = 3 The number of variables or the number of columns of the coefficient matrix is n = 4 In this particular example we have a consistent system with r < n Hence we have infinitely many solutions Example 2211 Let us find the solutions of the system x 1 + 2x 2 + x 3 = 1 3x 1 + 6x 2 + 2x 3 x 4 = 4 x 1 + 2x 2 + 2x 3 + x 4 = 0 The augmented matrix of the system is Using Gaussian elimination it is easy to check that the augmented matrix 56

62 2 Gaussian Elimination above is row equivalent to the echelon matrix The pivots are once again enclosed in boxes The basic variables are x 1 and x 3 and they correspond to the pivot columns The variables x 2 and x 4 are free We let x 2 = s and x 4 = t, where s and t can take arbitrary real values The third row gives 0 = 0, so the system is consistent From the second row, substituting for x 2 and x 4 we get x 3 = 1 t Back substituting, from the first row we get x 1 = 2 2s + t There are infinitely many solutions which can be written in the form x 1 x 2 x 3 x = s t The solution set represents a plane in R 4 Why? As in the previous example, here too we have a consistent system The number of pivots (or rank of the matrix of coefficients) is r = 2 The rank r is strictly less than the number of unknowns n = 4 Hence there are infinitely many solutions Here is one more example 57

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

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

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

Chapter 5. Linear Algebra. Sections A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form Chapter 5. Linear Algebra Sections 5.1 5.3 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

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

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

Lecture 1: Systems of linear equations and their solutions

Lecture 1: Systems of linear equations and their solutions Lecture 1: Systems of linear equations and their solutions Course overview Topics to be covered this semester: Systems of linear equations and Gaussian elimination: Solving linear equations and applications

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.1 SYSTEMS OF LINEAR EQUATIONS LINEAR EQUATION x 1,, x n A linear equation in the variables equation that can be written in the form a 1 x 1 + a 2 x 2 + + a n x n

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

Chapter 1: Systems of Linear Equations

Chapter 1: Systems of Linear Equations Chapter : Systems of Linear Equations February, 9 Systems of linear equations Linear systems Lecture 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

More information

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

Chapter 5. Linear Algebra. Sections A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form Chapter 5. Linear Algebra Sections 5.1 5.3 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

More information

Notes on Row Reduction

Notes on Row Reduction Notes on Row Reduction Francis J. Narcowich Department of Mathematics Texas A&M University September The Row-Reduction Algorithm The row-reduced form of a matrix contains a great deal of information, both

More information

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

MATH 213 Linear Algebra and ODEs Spring 2015 Study Sheet for Midterm Exam. Topics 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

More information

Extra Problems for Math 2050 Linear Algebra I

Extra Problems for Math 2050 Linear Algebra I Extra Problems for Math 5 Linear Algebra I Find the vector AB and illustrate with a picture if A = (,) and B = (,4) Find B, given A = (,4) and [ AB = A = (,4) and [ AB = 8 If possible, express x = 7 as

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

4.1 Distance and Length

4.1 Distance and Length Chapter Vector Geometry In this chapter we will look more closely at certain geometric aspects of vectors in R n. We will first develop an intuitive understanding of some basic concepts by looking at vectors

More information

Lecture 7: Introduction to linear systems

Lecture 7: Introduction to linear systems Lecture 7: Introduction to linear systems Two pictures of linear systems Consider the following system of linear algebraic equations { x 2y =, 2x+y = 7. (.) Note that it is a linear system with two unknowns

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

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

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

Linear Equation: a 1 x 1 + a 2 x a n x n = b. x 1, x 2,..., x n : variables or unknowns

Linear Equation: a 1 x 1 + a 2 x a n x n = b. x 1, x 2,..., x n : variables or unknowns Linear Equation: a x + a 2 x 2 +... + a n x n = b. x, x 2,..., x n : variables or unknowns a, a 2,..., a n : coefficients b: constant term Examples: x + 4 2 y + (2 5)z = is linear. x 2 + y + yz = 2 is

More information

Linear Algebra. Preliminary Lecture Notes

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

More information

Vector Geometry. Chapter 5

Vector Geometry. Chapter 5 Chapter 5 Vector Geometry In this chapter we will look more closely at certain geometric aspects of vectors in R n. We will first develop an intuitive understanding of some basic concepts by looking at

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

Linear Algebra. Ben Woodruff. Compiled July 17, 2010

Linear Algebra. Ben Woodruff. Compiled July 17, 2010 Linear Algebra Ben Woodruff Compiled July 7, i c This work is licensed under the Creative Commons Attribution-Share Alike 3. United States License. You may copy, distribute, display, and perform this copyrighted

More information

MTH Linear Algebra. Study Guide. Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education

MTH Linear Algebra. Study Guide. Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education MTH 3 Linear Algebra Study Guide Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education June 3, ii Contents Table of Contents iii Matrix Algebra. Real Life

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

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

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

Solving Linear Systems Using Gaussian Elimination

Solving Linear Systems Using Gaussian Elimination Solving Linear Systems Using Gaussian Elimination DEFINITION: A linear equation in the variables x 1,..., x n is an equation that can be written in the form a 1 x 1 +...+a n x n = b, where a 1,...,a n

More information

Linear Algebra (part 1) : Matrices and Systems of Linear Equations (by Evan Dummit, 2016, v. 2.02)

Linear Algebra (part 1) : Matrices and Systems of Linear Equations (by Evan Dummit, 2016, v. 2.02) Linear Algebra (part ) : Matrices and Systems of Linear Equations (by Evan Dummit, 206, v 202) Contents 2 Matrices and Systems of Linear Equations 2 Systems of Linear Equations 2 Elimination, Matrix Formulation

More information

Math 220: Summer Midterm 1 Questions

Math 220: Summer Midterm 1 Questions Math 220: Summer 2015 Midterm 1 Questions MOST questions will either look a lot like a Homework questions This lists draws your attention to some important types of HW questions. SOME questions will have

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

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

MAC1105-College Algebra. Chapter 5-Systems of Equations & Matrices

MAC1105-College Algebra. Chapter 5-Systems of Equations & Matrices MAC05-College Algebra Chapter 5-Systems of Equations & Matrices 5. Systems of Equations in Two Variables Solving Systems of Two Linear Equations/ Two-Variable Linear Equations A system of equations is

More information

Relationships Between Planes

Relationships Between Planes Relationships Between Planes Definition: consistent (system of equations) A system of equations is consistent if there exists one (or more than one) solution that satisfies the system. System 1: {, System

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

web: HOMEWORK 1

web:   HOMEWORK 1 MAT 207 LINEAR ALGEBRA I 2009207 Dokuz Eylül University, Faculty of Science, Department of Mathematics Instructor: Engin Mermut web: http://kisideuedutr/enginmermut/ HOMEWORK VECTORS IN THE n-dimensional

More information

LECTURES 4/5: SYSTEMS OF LINEAR EQUATIONS

LECTURES 4/5: SYSTEMS OF LINEAR EQUATIONS LECTURES 4/5: SYSTEMS OF LINEAR EQUATIONS MA1111: LINEAR ALGEBRA I, MICHAELMAS 2016 1 Linear equations We now switch gears to discuss the topic of solving linear equations, and more interestingly, systems

More information

Chapter 1: Linear Equations

Chapter 1: Linear Equations Chapter : Linear Equations (Last Updated: September, 7) The material for these notes is derived primarily from Linear Algebra and its applications by David Lay (4ed).. Systems of Linear Equations Before

More information

Linear Algebra Summary. Based on Linear Algebra and its applications by David C. Lay

Linear Algebra Summary. Based on Linear Algebra and its applications by David C. Lay Linear Algebra Summary Based on Linear Algebra and its applications by David C. Lay Preface The goal of this summary is to offer a complete overview of all theorems and definitions introduced in the chapters

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

Chapter 4. Solving Systems of Equations. Chapter 4

Chapter 4. Solving Systems of Equations. Chapter 4 Solving Systems of Equations 3 Scenarios for Solutions There are three general situations we may find ourselves in when attempting to solve systems of equations: 1 The system could have one unique solution.

More information

Solutions of Linear system, vector and matrix equation

Solutions of Linear system, vector and matrix equation Goals: Solutions of Linear system, vector and matrix equation Solutions of linear system. Vectors, vector equation. Matrix equation. Math 112, Week 2 Suggested Textbook Readings: Sections 1.3, 1.4, 1.5

More information

Matrices and systems of linear equations

Matrices and systems of linear equations Matrices and systems of linear equations Samy Tindel Purdue University Differential equations and linear algebra - MA 262 Taken from Differential equations and linear algebra by Goode and Annin Samy T.

More information

Chapter 1: Linear Equations

Chapter 1: Linear Equations Chapter : Linear Equations (Last Updated: September, 6) The material for these notes is derived primarily from Linear Algebra and its applications by David Lay (4ed).. Systems of Linear Equations Before

More information

1 Matrices and Systems of Linear Equations

1 Matrices and Systems of Linear Equations Linear Algebra (part ) : Matrices and Systems of Linear Equations (by Evan Dummit, 207, v 260) Contents Matrices and Systems of Linear Equations Systems of Linear Equations Elimination, Matrix Formulation

More information

Lecture 1 Systems of Linear Equations and Matrices

Lecture 1 Systems of Linear Equations and Matrices Lecture 1 Systems of Linear Equations and Matrices Math 19620 Outline of Course Linear Equations and Matrices Linear Transformations, Inverses Bases, Linear Independence, Subspaces Abstract Vector Spaces

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

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

Fundamentals of Linear Algebra. Marcel B. Finan Arkansas Tech University c All Rights Reserved

Fundamentals of Linear Algebra. Marcel B. Finan Arkansas Tech University c All Rights Reserved Fundamentals of Linear Algebra Marcel B. Finan Arkansas Tech University c All Rights Reserved 2 PREFACE Linear algebra has evolved as a branch of mathematics with wide range of applications to the natural

More information

Math 1314 Week #14 Notes

Math 1314 Week #14 Notes Math 3 Week # Notes Section 5.: A system of equations consists of two or more equations. A solution to a system of equations is a point that satisfies all the equations in the system. In this chapter,

More information

Linear Algebra, Summer 2011, pt. 2

Linear Algebra, Summer 2011, pt. 2 Linear Algebra, Summer 2, pt. 2 June 8, 2 Contents Inverses. 2 Vector Spaces. 3 2. Examples of vector spaces..................... 3 2.2 The column space......................... 6 2.3 The null space...........................

More information

Linear Algebra I for Science (NYC)

Linear Algebra I for Science (NYC) Element No. 1: To express concrete problems as linear equations. To solve systems of linear equations using matrices. Topic: MATRICES 1.1 Give the definition of a matrix, identify the elements and the

More information

MTH 2032 Semester II

MTH 2032 Semester II MTH 232 Semester II 2-2 Linear Algebra Reference Notes Dr. Tony Yee Department of Mathematics and Information Technology The Hong Kong Institute of Education December 28, 2 ii Contents Table of Contents

More information

chapter 12 MORE MATRIX ALGEBRA 12.1 Systems of Linear Equations GOALS

chapter 12 MORE MATRIX ALGEBRA 12.1 Systems of Linear Equations GOALS chapter MORE MATRIX ALGEBRA GOALS In Chapter we studied matrix operations and the algebra of sets and logic. We also made note of the strong resemblance of matrix algebra to elementary algebra. The reader

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

1 Determinants. 1.1 Determinant

1 Determinants. 1.1 Determinant 1 Determinants [SB], Chapter 9, p.188-196. [SB], Chapter 26, p.719-739. Bellow w ll study the central question: which additional conditions must satisfy a quadratic matrix A to be invertible, that is to

More information

Solutions to Math 51 First Exam October 13, 2015

Solutions to Math 51 First Exam October 13, 2015 Solutions to Math First Exam October 3, 2. (8 points) (a) Find an equation for the plane in R 3 that contains both the x-axis and the point (,, 2). The equation should be of the form ax + by + cz = d.

More information

Finite Mathematics Chapter 2. where a, b, c, d, h, and k are real numbers and neither a and b nor c and d are both zero.

Finite Mathematics Chapter 2. where a, b, c, d, h, and k are real numbers and neither a and b nor c and d are both zero. Finite Mathematics Chapter 2 Section 2.1 Systems of Linear Equations: An Introduction Systems of Equations Recall that a system of two linear equations in two variables may be written in the general form

More information

Topic 14 Notes Jeremy Orloff

Topic 14 Notes Jeremy Orloff Topic 4 Notes Jeremy Orloff 4 Row reduction and subspaces 4. Goals. Be able to put a matrix into row reduced echelon form (RREF) using elementary row operations.. Know the definitions of null and column

More information

The value of a problem is not so much coming up with the answer as in the ideas and attempted ideas it forces on the would be solver I.N.

The value of a problem is not so much coming up with the answer as in the ideas and attempted ideas it forces on the would be solver I.N. Math 410 Homework Problems In the following pages you will find all of the homework problems for the semester. Homework should be written out neatly and stapled and turned in at the beginning of class

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.3 VECTOR EQUATIONS VECTOR EQUATIONS Vectors in 2 A matrix with only one column is called a column vector, or simply a vector. An example of a vector with two entries

More information

NOTES on LINEAR ALGEBRA 1

NOTES on LINEAR ALGEBRA 1 School of Economics, Management and Statistics University of Bologna Academic Year 207/8 NOTES on LINEAR ALGEBRA for the students of Stats and Maths This is a modified version of the notes by Prof Laura

More information

Lecture 2 Systems of Linear Equations and Matrices, Continued

Lecture 2 Systems of Linear Equations and Matrices, Continued Lecture 2 Systems of Linear Equations and Matrices, Continued Math 19620 Outline of Lecture Algorithm for putting a matrix in row reduced echelon form - i.e. Gauss-Jordan Elimination Number of Solutions

More information

Matrices and RRE Form

Matrices and RRE Form Matrices and RRE Form Notation R is the real numbers, C is the complex numbers (we will only consider complex numbers towards the end of the course) is read as an element of For instance, x R means that

More information

Linear Algebra. Min Yan

Linear Algebra. Min Yan Linear Algebra Min Yan January 2, 2018 2 Contents 1 Vector Space 7 1.1 Definition................................. 7 1.1.1 Axioms of Vector Space..................... 7 1.1.2 Consequence of Axiom......................

More information

Lectures on Linear Algebra for IT

Lectures on Linear Algebra for IT Lectures on Linear Algebra for IT by Mgr. Tereza Kovářová, Ph.D. following content of lectures by Ing. Petr Beremlijski, Ph.D. Department of Applied Mathematics, VSB - TU Ostrava Czech Republic 2. Systems

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

Pre-Calculus I. For example, the system. x y 2 z. may be represented by the augmented matrix

Pre-Calculus I. For example, the system. x y 2 z. may be represented by the augmented matrix Pre-Calculus 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

MATRICES. a m,1 a m,n A =

MATRICES. a m,1 a m,n A = MATRICES Matrices are rectangular arrays of real or complex numbers With them, we define arithmetic operations that are generalizations of those for real and complex numbers The general form a matrix of

More information

Math 3108: Linear Algebra

Math 3108: Linear Algebra Math 3108: Linear Algebra Instructor: Jason Murphy Department of Mathematics and Statistics Missouri University of Science and Technology 1 / 323 Contents. Chapter 1. Slides 3 70 Chapter 2. Slides 71 118

More information

Math Week 1 notes

Math Week 1 notes Math 2270-004 Week notes We will not necessarily finish the material from a given day's notes on that day. Or on an amazing day we may get farther than I've predicted. We may also add or subtract some

More information

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions A. LINEAR ALGEBRA. CONVEX SETS 1. Matrices and vectors 1.1 Matrix operations 1.2 The rank of a matrix 2. Systems of linear equations 2.1 Basic solutions 3. Vector spaces 3.1 Linear dependence and independence

More information

18.06 Problem Set 3 - Solutions Due Wednesday, 26 September 2007 at 4 pm in

18.06 Problem Set 3 - Solutions Due Wednesday, 26 September 2007 at 4 pm in 8.6 Problem Set 3 - s Due Wednesday, 26 September 27 at 4 pm in 2-6. Problem : (=2+2+2+2+2) A vector space is by definition a nonempty set V (whose elements are called vectors) together with rules of addition

More information

MATH 12 CLASS 2 NOTES, SEP Contents. 2. Dot product: determining the angle between two vectors 2

MATH 12 CLASS 2 NOTES, SEP Contents. 2. Dot product: determining the angle between two vectors 2 MATH 12 CLASS 2 NOTES, SEP 23 2011 Contents 1. Dot product: definition, basic properties 1 2. Dot product: determining the angle between two vectors 2 Quick links to definitions/theorems Dot product definition

More information

Linear Algebra Using MATLAB

Linear Algebra Using MATLAB Linear Algebra Using MATLAB MATH 5331 1 May 12, 2010 1 Selected material from the text Linear Algebra and Differential Equations Using MATLAB by Martin Golubitsky and Michael Dellnitz Contents 1 Preliminaries

More information

Math 302 Outcome Statements Winter 2013

Math 302 Outcome Statements Winter 2013 Math 302 Outcome Statements Winter 2013 1 Rectangular Space Coordinates; Vectors in the Three-Dimensional Space (a) Cartesian coordinates of a point (b) sphere (c) symmetry about a point, a line, and a

More information

Linear Algebra. Chapter Linear Equations

Linear Algebra. Chapter Linear Equations Chapter 3 Linear Algebra Dixit algorizmi. Or, So said al-khwarizmi, being the opening words of a 12 th century Latin translation of a work on arithmetic by al-khwarizmi (ca. 78 84). 3.1 Linear Equations

More information

1 Matrices and Systems of Linear Equations. a 1n a 2n

1 Matrices and Systems of Linear Equations. a 1n a 2n March 31, 2013 16-1 16. Systems of Linear Equations 1 Matrices and Systems of Linear Equations An m n matrix is an array A = (a ij ) of the form a 11 a 21 a m1 a 1n a 2n... a mn where each a ij is a real

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

EBG # 3 Using Gaussian Elimination (Echelon Form) Gaussian Elimination: 0s below the main diagonal

EBG # 3 Using Gaussian Elimination (Echelon Form) Gaussian Elimination: 0s below the main diagonal EBG # 3 Using Gaussian Elimination (Echelon Form) Gaussian Elimination: 0s below the main diagonal [ x y Augmented matrix: 1 1 17 4 2 48 (Replacement) Replace a row by the sum of itself and a multiple

More information

VECTORS AND THE GEOMETRY OF SPACE

VECTORS AND THE GEOMETRY OF SPACE VECTORS AND THE GEOMETRY OF SPACE VECTORS AND THE GEOMETRY OF SPACE A line in the xy-plane is determined when a point on the line and the direction of the line (its slope or angle of inclination) are given.

More information

Linear Algebra Homework and Study Guide

Linear Algebra Homework and Study Guide Linear Algebra Homework and Study Guide Phil R. Smith, Ph.D. February 28, 20 Homework Problem Sets Organized by Learning Outcomes Test I: Systems of Linear Equations; Matrices Lesson. Give examples of

More information

Linear Algebra Practice Problems

Linear Algebra Practice Problems Math 7, Professor Ramras Linear Algebra Practice Problems () Consider the following system of linear equations in the variables x, y, and z, in which the constants a and b are real numbers. x y + z = a

More information

Lecture Notes in Mathematics. Arkansas Tech University Department of Mathematics. The Basics of Linear Algebra

Lecture Notes in Mathematics. Arkansas Tech University Department of Mathematics. The Basics of Linear Algebra Lecture Notes in Mathematics Arkansas Tech University Department of Mathematics The Basics of Linear Algebra Marcel B. Finan c All Rights Reserved Last Updated November 30, 2015 2 Preface Linear algebra

More information

1 Matrices and Systems of Linear Equations

1 Matrices and Systems of Linear Equations March 3, 203 6-6. Systems of Linear Equations Matrices and Systems of Linear Equations An m n matrix is an array A = a ij of the form a a n a 2 a 2n... a m a mn where each a ij is a real or complex number.

More information

9.1 - Systems of Linear Equations: Two Variables

9.1 - Systems of Linear Equations: Two Variables 9.1 - Systems of Linear Equations: Two Variables Recall that a system of equations consists of two or more equations each with two or more variables. A solution to a system in two variables is an ordered

More information

MATH 2331 Linear Algebra. Section 2.1 Matrix Operations. Definition: A : m n, B : n p. Example: Compute AB, if possible.

MATH 2331 Linear Algebra. Section 2.1 Matrix Operations. Definition: A : m n, B : n p. Example: Compute AB, if possible. MATH 2331 Linear Algebra Section 2.1 Matrix Operations Definition: A : m n, B : n p ( 1 2 p ) ( 1 2 p ) AB = A b b b = Ab Ab Ab Example: Compute AB, if possible. 1 Row-column rule: i-j-th entry of AB:

More information

POLI270 - Linear Algebra

POLI270 - Linear Algebra POLI7 - Linear Algebra Septemer 8th Basics a x + a x +... + a n x n b () is the linear form where a, b are parameters and x n are variables. For a given equation such as x +x you only need a variable and

More information

1300 Linear Algebra and Vector Geometry

1300 Linear Algebra and Vector Geometry 1300 Linear Algebra and Vector Geometry R. Craigen Office: MH 523 Email: craigenr@umanitoba.ca May-June 2017 Introduction: linear equations Read 1.1 (in the text that is!) Go to course, class webpages.

More information

Rectangular Systems and Echelon Forms

Rectangular Systems and Echelon Forms CHAPTER 2 Rectangular Systems and Echelon Forms 2.1 ROW ECHELON FORM AND RANK We are now ready to analyze more general linear systems consisting of m linear equations involving n unknowns a 11 x 1 + a

More information

Linear Algebra I. Ronald van Luijk, 2015

Linear Algebra I. Ronald van Luijk, 2015 Linear Algebra I Ronald van Luijk, 2015 With many parts from Linear Algebra I by Michael Stoll, 2007 Contents Dependencies among sections 3 Chapter 1. Euclidean space: lines and hyperplanes 5 1.1. Definition

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

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

Quiz ) Locate your 1 st order neighbors. 1) Simplify. Name Hometown. Name Hometown. Name Hometown.

Quiz ) Locate your 1 st order neighbors. 1) Simplify. Name Hometown. Name Hometown. Name Hometown. Quiz 1) Simplify 9999 999 9999 998 9999 998 2) Locate your 1 st order neighbors Name Hometown Me Name Hometown Name Hometown Name Hometown Solving Linear Algebraic Equa3ons Basic Concepts Here only real

More information

1 Last time: linear systems and row operations

1 Last time: linear systems and row operations 1 Last time: linear systems and row operations Here s what we did last time: a system of linear equations or linear system is a list of equations a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22

More information

DM559 Linear and Integer Programming. Lecture 2 Systems of Linear Equations. Marco Chiarandini

DM559 Linear and Integer Programming. Lecture 2 Systems of Linear Equations. Marco Chiarandini DM559 Linear and Integer Programming Lecture Marco Chiarandini Department of Mathematics & Computer Science University of Southern Denmark Outline 1. Outline 1. 3 A Motivating Example You are organizing

More information

Math 1553, Introduction to Linear Algebra

Math 1553, Introduction to Linear Algebra Learning goals articulate what students are expected to be able to do in a course that can be measured. This course has course-level learning goals that pertain to the entire course, and section-level

More information

Gaussian elimination

Gaussian elimination Gaussian elimination October 14, 2013 Contents 1 Introduction 1 2 Some definitions and examples 2 3 Elementary row operations 7 4 Gaussian elimination 11 5 Rank and row reduction 16 6 Some computational

More information

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2 Final Review Sheet The final will cover Sections Chapters 1,2,3 and 4, as well as sections 5.1-5.4, 6.1-6.2 and 7.1-7.3 from chapters 5,6 and 7. This is essentially all material covered this term. Watch

More information