Linear Equations & their Solutions

Size: px
Start display at page:

Download "Linear Equations & their Solutions"

Transcription

1 CHAPTER Linear Equations & their Solutions. Blah Blah Linear equations arise everywhere. They provide neat ways of expressing simple relationships between certain quantities, or variables. Virtually every Linear Algebra question which we will come across can be paraphrased as a question about linear equations, so it is important to get comfortable with the language. This chapter introduces an algorithmic method, called row reduction, for solving any system of linear equations. The method, although sometimes messy in calculations, is very simple in its instructions. By the end of the chapter, you will know how to solve any system of linear equations! And it turns out that row reduction is useful in other matrix calculations later on. The basic idea behind it is that we can perform certain operations to a linear equation and have that equation still carry the same information. These operations entail multiplying both sides of an equation by a number, and adding one equation to another. For example, x = 4and 3x = 6bothsaythe same thing, that x =. The information gets more complicated of course, but the idea remains the same: we can simplify equations and still maintain the same solutions (x =4 x=).. Preliminaries If you re reading this, you probably already have some sense of what linear means. For instance, the two equations x + y + z = 3 3x + y z = are linear. We can even consider them together as a system of linear equations. An equation can be shuffled to some degree and still maintain its linearity. Both y =3 x zand x + y + z 3= are linear equations; however, (x + y + z) = 9 is not. Here are some more examples: Linear Not linear 3 z =3 x y = x+y+z ax + by = c ax + y = c x y + z =3x+y x+y=xy 5x +3x+= 5x +3x+= sin(x) 3cos(y)= sin(x) 3cos(y)= The last two lines are not typos! While 5x +3x+ = is indeed a quadratic equation in terms of x, we can also think of it as the equation 5A +3B+ = where A = x and B = x. Thatis, the equation is linear in x and x. Even though x depends on x, the expression itself is linear: it consists of numbers multiplied by objects and then added all up. Similarly, sin(x) 3cos(y) = is linear in sin(x) andcos(y), but not in x and y. This might feel like splitting hairs, but it is an important consideration which we will make use of in later chapters. For now, let us try to formalize this discussion. DEFINITION. A linear equation in n unknowns is an equation which can be written as a x + a x + +a n x n =b The x i s are called unknowns (or variables), and the a i s (coefficients) andb(constant term) are numbers.

2 . LINEAR EQUATIONS & THEIR SOLUTIONS The notation gets a bit messy when looking at a system of m equations in n unknowns: a x + a x + + a n x n = b a x + a x + + a n x n = b.. a m x + a m x + + a mn x n = b m By convention, the row subscript is written first, the column subscript second. The constant terms usually go on the right hand side of the equations. EXAMPLE. In the following system of 4 equations in 3 unknowns, x y = 3x + y + z = 7x + 3y + 5z = 4 x + y z = a 3 =,a 3 =7,a 43 =, a =,andb 3 = 4; while a 34 does not exist. The unknowns are x, y, and z. Note that the unknowns with zero coefficients are omitted. Whenever you see an equation, you want to solve it; that has so far been your mathematical conditioning! This book will not offer you a way out of the cycle. In fact, it will only help reinforce it. Our primary interest when dealing with linear equations is the set of solutions. Consider the following system of two equations in two unknowns: x y = 5 x + 3y = 3 We could solve for x in the first equation {x =5+y}and substitute that back into the second equation {(5 + y) + 3y = 3}. Now we can easily solve for y { + 4y + 3y = 3 = 7y= 7 = y = } and then back-substitute in for x {x =5+( ) = 3}. Wehavefoundthe solution: x =3,y =. This method would probably work for any system of linear equations in unknowns. But as the number of equations and unknowns increase, the need for a cleaner method becomes more apparent. Before we develop that method, we make another formal definition. DEFINITION 3. A solution to a system of m equations in n unknowns (call the unknowns x, x,, x n )isasetofnnumbers x = c, x = c,, x n = c n which satisfy all m equations at the same time. A system of equations is consistent if it has at least one solution; otherwise, it is inconsistent. One can check that example has a solution x =,y=,z= ; in fact, that is the only solution to example. On the other hand, example 6 below is inconsistent since the last equation cannot possibly be satisfied. It is also possible for a system of equations to have more than one solution. In fact, if there is more than one solution, then there are infinitely many solutions. EXAMPLE 4. The following system has infinitely many solutions. x y + z = 3 x + y + z = Can you find them all? 3. Row Reduction Let us revisit the system from moments ago, and solve it in a seemingly more involved manner. x y = 5 x + 3y = 3

3 3. ROW REDUCTION 3 Note that if an equation is multiplied by a constant, or if two equations are added together, then the equalities remain. In other words, we do not change the solutions to a system of linear equations if we do the same thing to both sides of the equation. For instance, let us add timesthefirst equation to the second equation. This will eliminate the x from the second equation. x y = 5 7y = 7 Note that we left the first equation intact. Now, we can multiply the second equation by 7. x y = 5 y = And finally, we can add times the second equation to the first. x = 3 y = You just saw a simple example of row reduction. Fuzzily speaking, i.e. skipping definitions, row reduction (RR) will work as follows: System of equations RR Echelon Form RR Reduced echelon Form As you can see, some definitions are in order. DEFINITION 5. Asystemofmequations in n unknowns is in echelon form if the first nonzero entry in each row is to the right of the first non-zero coefficient in the row above it. The pivots in a system of linear equations in echelon form are the first non-zero coefficients of each row (equation). As is often the case, the definition of echelon form is much easier to grasp through an example. Example is not in echelon form, since the first non-zero entry in the second row is 3x, andthatis not to the right of the first non-zero entry in the row above it, x. EXAMPLE 6. The following is a system in echelon form. x x + 3x 3 + x 4 = x x 3 x 4 = 3 5x 4 = = The pivots here are,, and 5. Recall that this system is inconsistent, since there is no solution which can satisfy the last equation. If you stare at the definition for a short while, you will see that if a system is in echelon form, then all the entries below a pivot must equal zero. Sometimes people insist that in echelon form, all the pivots must equal ; we will not be so strict. Echelon form is a useful halfway stop on the way to finding the solutions to a system of linear equations, since we can always tell whether a system is consistent or not once we transform it to that form. There are three basic steps which, in combination, will allow us to transform any given system of equations thusly. DEFINITION 7. A row operation on a system of linear equations is one of the following: adding a multiple of one row to another row; switching two rows; multiplying one row by a non-zero number. None of these operations changes what the solutions are. For instance, x =,y= 3,z= 4 is a solution to example 4 as well as to 3 x y + z = 3 x y + 4z = 4

4 4. LINEAR EQUATIONS & THEIR SOLUTIONS Can you tell which row operation was performed on example 4 to obtain the above system? The purpose of row operations is to transform a system of linear equations into one in echelon form without affecting the solutions (it turns out that finding solutions becomes easier if a system is in echelon form). DEFINITION 8. Row reduction is a process which repeatedly uses row operations to transform a system of linear equations into echelon form. Row reduction is also called Gaussian elimination. If you are interested in programming, you might want to try coding the row reduction process as efficiently as possible. There are many such programs and applets available on-line. Nevertheless, coding the algorithm will give you insight into its mechanics. We have yet to define and discuss reduced echelon form. It might be helpful to first take a look at row reduction in action. EXAMPLE 9. Consider the following system of 4 equations in 5 unknowns: x + x + 3x 4 x 5 = 3x + 6x + x 4 + 4x 5 = 7 x + x x 3 + 5x 4 3x 5 = 3 x + 4x + x 3 x 4 + 3x 5 = If we are to reduce it to echelon form, we must consider the first non-zero entry in the first row, x. The first pivot is therefore the top left coefficient, namely. We recall that all the entries below a pivot must equal zero; we proceed with that first goal in mind. Add 3 times the first row to the second row: x + x + 3x 4 x 5 = 3x 4 + 7x 5 = x + x x 3 + 5x 4 3x 5 = 3 x + 4x + x 3 x 4 + 3x 5 = Observe that the first row was left intact. Now add times the first row to the third row: x + x + 3x 4 x 5 = 3x 4 + 7x 5 = x 3 + x 4 x 5 = x + 4x + x 3 x 4 + 3x 5 = There is one more row reduction step left to acheive the first goal. Add times the first row to the fourth row: x + x + 3x 4 x 5 = 3x 4 + 7x 5 = x 3 + x 4 x 5 = x 3 7x 4 + 5x 5 = 4 All entries below the first pivot now equal zero. The second row poses a problem: if 3 is to be the second pivot, then there is no way of eliminating the entries x 3 and x 4 inrows3and4viarow reduction. This can be solved by switching rows and 3: x + x + 3x 4 x 5 = x 3 + x 4 x 5 = 3x 4 + 7x 5 = x 3 7x 4 + 5x 5 = 4 We could have just as easily switched rows and 4 towards the same end. Now the second pivot can be. The corresponding entry below in row three the coefficient of x 3 is already zero. Add

5 4. REDUCED ECHELON FORM 5 times the second row to the fourth row: x + x + 3x 4 x 5 = x 3 + x 4 x 5 = 3x 4 + 7x 5 = 3x 4 + x 5 = The third pivot is now 3. Add the third row to the fourth row: x + x + 3x 4 x 5 = x 3 + x 4 x 5 = 3x 4 + 7x 5 = 8x 5 = The system has been transformed into echelon form by row reduction. The pivots are,, 3 and 8. From the echelon form, we can figure out whether a system of linear equations is consistent or not. The only way a system of linear equations can be inconsistent is if its echelon form has a least one row with all zero coefficients (that is, without pivots) but with a non-zero constant term; see for instance example 6. We will look at more such examples later on. Once we determine that a system of equations is consistent, we can further reduce it to its bare essentials. A system of equations in reduced echelon form will divulge all its secrets. 4. Reduced Echelon Form DEFINITION. A system of linear equations is in reduced echelon form if, in addition to being in echelon form, all pivots equal, and all entries above (as well as below) the pivots equal zero. So a system is in reduced echelon form when the same process is applied to the entries above the pivots that was applied to the entries below them. EXAMPLE 9 (continued) Further row reduction can transform the above system into reduced echelon form. All the pivots can be changed to s by multiplying the second row by, the third row by 3,andthefourthrowby 8 : x + x + 3x 4 x 5 = x 3 x 4 + x 5 = x x 5 = 3 x 5 = 8 We can now eliminate all the entries above the pivot in the fourth row. Add 7 3 times the fourth row to the third row, times the fourth row to the second row, and times the fourth row to the first row: x + x + 3x 4 = 5 8 x 3 x 4 = 3 4 x 4 = x 5 = 8 Finally, add times the third row to the second row, and 3 times the third row to the first row: x + x = x 3 = 5 x 4 = 8 x 5 = 8 Since the entry above x 3 was already zero, our work is done. This system is in reduced echelon form! It is easy to see the solution includes x 5 = 8, x 4 = 5 8,andx 3=. So the reduced echelon form is already paying off. But what about x and x? We know that x = x, but what does x equal? That question was rhetorical: x can equal whatever it wants, and x is bound by that 5 8

6 6. LINEAR EQUATIONS & THEIR SOLUTIONS result. If x =thenx =,ifx = 3thenx =6. Ifx =πthen x = π. In fact, this system of equations has infinitely many solutions, as predicated by the freedom of x. 5. General Solutions We are almost done with laying the groundwork, with developing all the requisite language of linear equations. DEFINITION. After row reduction of a system of linear equations to echelon form, if a variable corresponds to a column with a pivot, it is called basic. Otherwise, it is called free. The rank of a system of linear equations is the number of basic variables it has (or equivalently, the number of pivots). OBSERVATION. The rank of a system of m equations in n unknowns cannot be greater than m or n, and hence, cannot be greater than min(m, n). This is because each row of the system can have at most one pivot (hence rank m) and each column can also have at most one pivot (hence rank n). EXAMPLE 9 (continued) x is a free variable. All the other variables (x, x 3, x 4,andx 5 )are basic. The rank is therefore 4. Recall that a solution to a system of m equations in n unknowns is a set of n numbers x = c, x = c,, x n =c n which satisfy all m equations. Also recall that row reduction does not change the solutions to systems of linear equations. That is, any solution to a reduced echelon form is also a solution to the original system, and vice versa. DEFINITION 3. The general solution to a system of linear equations is the set of all possible solutions to that system. It can be calculated by first determining the reduced echelon form of the system, and then writing all the basic variables in terms of the free variables. EXAMPLE 9 (continued) By looking at the reduced echelon form of the system, it is easy to see that the general solution is: x = x x = x x 3 = 5 x 4 = 8 x 5 = 8 For each value of x there is a different, unique solution. The line x = x, though redundant, simply asserts that x is free. It might be more intuitive to write it a bit differently: x = t x = t x 3 = x 4 = 5 8 x 5 = 8 EXAMPLE 4. In order to find the general solution to the following system of 4 equations in 6 unknowns, we first find its echelon form. The row reduction descriptions have been omitted for

7 5. GENERAL SOLUTIONS 7 your guessing pleasure. x + x x 3 + x 4 + x 5 4x 6 = x 3x + x 3 x 4 4x 5 + 3x 6 = 7 x + x + x 4 + 3x 5 9x 6 = 5 3x + x 5x 3 + 3x 4 + x 5 8x 6 = x + x x 3 + x 4 + x 5 4x 6 = x x 3 x 5 + 5x 6 = 3 x + x 3 + x 5 5x 6 = 3 x x 3 x 5 + 4x 6 = 6 x + x x 3 + x 4 + x 5 4x 6 = x x 3 x 5 + 5x 6 = 3 = x 5 6x 6 = x + x x 3 + x 4 + x 5 4x 6 = x x 3 x 5 + 5x 6 = 3 x 5 6x 6 = = The system is now in echelon form. We can already see that the basic variables are x, x and x 5, whereas x 3, x 4 and x 6 are free. The rank equals 3. The system is consistent since the only row without pivots is of the form =. We will keep that row while we reduce further, as a reminder that the system started out with 4 equations. On to reduced echelon form: x + x x 3 + x 4 + x 5 4x 6 = x + x 3 + x 5 5x 6 = 3 x 5 3x 6 = = x + x x 3 + x 4 x 6 = x + x 3 + x 6 = 3 x 5 3x 6 = = x x 3 + x 4 x 6 = x + x 3 + x 6 = 3 x 5 3x 6 = = We are now ready to read off the general solution to the system, by writing the basic variables in terms of the free ones. x = + t u + v x = 3 t v x 3 = t x 4 = u x 5 = 3v x 6 = v Even though the systems of linear equations in examples 9 and 4 both have infinitely many solutions, the second one has, in a sense, more solutions that the first. We will explore these

8 8. LINEAR EQUATIONS & THEIR SOLUTIONS different levels of infinity once we discuss dimension. For the time being, let us simply note that the free variables provide a measure of how large the set of solutions is. 6. New Notation & More Examples It is not necessary to keep track of the variable names when performing row reduction. In fact, it is more efficient to ignore them completely, since only the coefficients affect the calculations. For instance, the row reduction of example 4 can be more succinctly denoted by: etc EXAMPLE 5. We tackle the following system of equations using the new notation. u + v = u + 3v = 3 u v = 3 From the third line ( = 3) we conclude that the system is inconsistent, that is, there are no solutions. We can therefore stop the row reduction process at echelon form. EXAMPLE 6. Yet another system, this time of 3 equations in 3 unknowns. x y + 3z = 3 3x + z = x + y = The system is now in echelon form, and so we can already draw some conclusions. Note that the system is consistent; compare with the inconsistency of example 5. Also note that all three variables are basic, so we can expect there to be only one solution (why?). 3 3 So the only solution is x = y = z = 3 3 6

9 8. THE GEOMETRY OF LINEAR EQUATIONS 9 7. Homogeneous Equations It is usually impossible to tell whether a given system of linear equations is consistent or not without going through the row reduction process first, at least all the way to echelon form. However... DEFINITION 7. A system of linear equations is called homogeneous if all the constant terms equal zero: a x + a x + + a n x n = a x + a x + + a n x n =.. a m x + a m x + + a mn x n = OBSERVATION 8. A homogeneous system of equations is always consistent. Namely, x =,x =,,x n = is always a solution. It can have other solutions as well, but the presence of this trivial solution assures consistency. EXAMPLE 9. Consider the following homogeneous system of 3 equations in 3 unknowns. s u = s + t + u = 3s + t u = 3 Therankis,andthefreevariableisu. So the general solution is s = a/ t = a/ u = a Note that if u =,thens=andt=. This is the specific, trivial solution that we always expect to be part of the general solution of a homogenous system. 8. The Geometry of Linear Equations If you have studied analytic geometry before and who hasn t? you will recall that an equation in unknowns defines a line in R,orthexy-plane. For instance, 6x +y= is a straight line with slope 3 andy-intercept. This line is the geometric representation of the general solution to this system of equation in unknowns, in other words, each point (x,y )on the line satisfies the linear equation. Solving a system of m equations in unknowns is the same as finding all points (x, y) inr where all m straight lines intersect simultaneously. If the system is inconsistent, then there is no point through which all the lines pass. If the system is consistent, then there is either one solution (all the lines have exactly one point in common, though some of the lines might coincide) or there are infinitely many solutions (all m equations actually define the same line). Figure illustrates these cases for three lines in R.

10 . LINEAR EQUATIONS & THEIR SOLUTIONS Figure (a): Inconsistent 3 lines coinciding lines coinciding One solution Infinitely many solutions Figure (b): Consistent Analogously, an equation in 3 unknowns defines a plane in R 3. This might not be as familiar an object to you as lines are, but the geometry could still make sense on an intuitive level. For instance, x + y z =4 is a plane with normal vector (,, ) and z-intercept 4 (the normal vector is the analogue of the slope). So solving a system of m equations in 3 unknowns is the same as finding all points (x, y, z) inr 3 where all m planes intersect simultaneously. If the system is inconsistent, then there is no point through which all the planes pass. If the system is consistent, then there is either one solution (all the planes have exactly one point in common) or there are infinitely many solutions (either all the planes coincide, or they intersect in a straight line). Figure illustrates two such cases for three planes in R 3. Can you find all the other cases?

11 EXERCISES Figure (a): Inconsistent Figure (b): Consistent If an equation is homogeneous (that is, the constant term is zero), then the associated geometric object passes through the origin. Let us revisit the solutions to homogeneous systems of equations. OBSERVATION. From a - (or 3-) dimensional point of view, we can think of observation 8 as follows. A homogenous system of m equations in (or 3) unknowns is just a system of m straight lines (or planes) all of which pass through the origin. Hence they all intersect (at least) at the origin, namely at the point (, ) (or (,, )). Higher-dimensional analogues exist, and follow a very similar train of thought. However, they are harder to visualize! Not impossible, though; just close your eyes... Exercises () Let s practice some basics first! For each of the following systems of linear equations, rowreduce to echelon form, identify the basic and free variables, and determine the rank. If the system is consistent, row-reduce to reduced echelon form and find all solutions. You may use the abbreviated notation if you want. (a) x y = 3 x y = (b) x 3y = 6x + 9y = 4 (c) x + y + 3z = y + z = x + y = 5 (d) u + v = 3 u + v = 3u v = 5 (e) x + y + 3z = x + y + 4z = x y + 3z = 3

12 . LINEAR EQUATIONS & THEIR SOLUTIONS (f) x y + z = 3 y + z = x y + 4z = (g) x 4y + z = 3x + y z = 5 (h) v + 4x y = u v + 5y 4z = u + x 3y + z = 3 (i) x + x 3x 3 x 4 + 4x 5 = x + 5x 8x 3 x 4 + 6x 5 = 4 x + 4x 7x 3 + 5x 4 + x 5 = 8 (j) x + x 3x 3 x 4 + 4x 5 = x + 5x 8x 3 x 4 + 6x 5 = x + 4x 7x 3 + 5x 4 + x 5 = () Compare the solutions to parts (i) and (j) above. Can you generalize that comparison to homogeneous vs. non-homogeneous systems of equations that share the same coefficients? (3) (a) Sketch the three straight lines x + y = x y = y = 3 (b) Can these three equations be solved simultaneously? (c) What happens to the figure if all right hand sides are zero? (d) Is there any nonzero choice of right hand sides which allows the three lines to intersect at the same point? (4) Consider the following system of equations in 3 variables: x + y z = 3 x y + z = (a) Find a third equation to include in the system so that there is a unique solution to all three equations. (b) Find a third equation which has no coefficients in common with the first two (try not to use the same equations as the first two with only modifications to the right-hand-side; make it interesting!) such that there are no solutions. (c) Find a third equation which has no coefficients in common with the first two (i.e. make it interesting again!) such that there are infinitely many solutions. Provide some justification in each of the three cases. (5) Find all values of c such that the following system of equations: (a) does not have any solutions. (b) has only one solution. (c) has infinitely many solutions. x + y = x + cz = x + cy + 8z = (6) Find all values of a and b such that the following system of equations: (a) does not have any solutions. (b) has only one solution. (c) has infinitely many solutions. x + 3y + z = x + 4y z = x + y + az = b (7) In this exercise, the polynomial coefficients become the unknowns! (a) Find a straight line which passes through the points (, ) and (3, ).

13 EXERCISES 3 (b) Find a parabola which passes through the points (, ) and (3, ). (c) Find a parabola which passes through the origin and points (, ) and (3, ). (d) Find a polynomial p(x)ofdegree3suchthatp() =, p() =, p(3) = 3 and p(4) = 4. (e) Exploration. Formulate a conjecture which generalizes these computations. (8) We continue to expand on the ideas in the previous exercise. (a) Find two polynomials p(x) =ax + b amd q(x) =cx + d whose sum equals x +and their difference p q equals 47x. (b) Consider the function f(x) = αsin(x)+ βcos(x) (this is called a linear combination of sin(x) andcos(x)). Find numbers α and β if f(π/4) = 3 and f(π/3) = 4. (c) Can you find numbers α and β such that f(x) =x +x+? If so, we say that x +x+ can be written as a linear combination of sin(x) andcos(x). (9) Using the lingo of the previous exercise, we say that a polynomial q(x) can be written as a linear combination of the polynomials p (x), p (x),,p k (x) if we can find numbers a, a,,a k such that a p (x)+a p (x)+ +a k p k (x)=q(x) For instance, any polynomial of degree 3 or less can be written as a linear combination of x 3, x, x and. Determine whether q(x) =x 3 x+4canbewrittenasalinear combination of each of the following sets of polynomials. (a) p (x) = x 3 p (x) = x 3 +x p 3 (x) = x 3 +x +x p 4 (x) = x 3 +x +x+ (b) p (x) = x 3 +x x p (x) = x 3 +x + p 3 (x) = x +3x+ p 4 (x) = x 3 +3x +x (c) p (x) = x 3 +x +x+ p (x) = x 3 +4x +3x () Equation Island is inhabited by chickens and foxes. Eighty percent of the chickens are hens, and each hen has chicks every year. Half the foxes are female, and each female has one pup every year. Additionally, each of the adult foxes (i.e. you don t have to take the newborns into account) eats chickens a year. Denote by f n and c n the number of foxes and chickens, respectively, alive on the island at the beginning of year n. (a) Find a formula for f n+ in terms of f n and c n.dothesameforc n+. (b) Find a formula of f n+ in terms of f n and c n.dothesameforc n+. (c) Can you find a general formula for f n+k in terms of f n and c n? How about for c n+k. () Consider the generic system of equations in two unknowns. ax + by = α cx + dy = β (a) Suppose ad bc. Show that this system has a unique solution. (Hint: divide your answer into two cases, depending on whether a equals zero or not.) (b) Suppose ad = bc. What can you say about the existence of solutions? () Linear equations can be thought of as bits of information: x y = is another way of saying that x equals y. If an equation is obtained from another by multiplying both sides by a number, then we can say that both equations contain the same information: x +y= saysthesamethingasx y=. We can further expand this notion by claiming, for instance, that the equation x y = can be described by the two equations x y = x + y = 6 since 3/5 times the first equation plus /5 times the second equation yields x y =.

14 4. LINEAR EQUATIONS & THEIR SOLUTIONS (a) How can you tell if one of the equations in a given system can be described by some of the other equations in that system? (b) Show that the last equation in the following system can be described using the equations before it. Express that description explicitly. x y + 3z = 3x + z = 6 x + y + 7z = 4 (3) Exploration. How do row operations manifest geometrically? Suppose you are dealing with a system of equations in unknowns, represented as a set of straight lines in R. If you switch two rows, that is akin to relabeling the corresponding lines. What happens if you multiply one row by a nonzero number? What happens if you add a multiple of one row to another? What can you say about reduced echelon form? (4) Consider the sequence,, 3, 5,,, 43, 85,. Let x n denote the nth term of this sequence; so x =,x =,x 3 =3,etc. (a) Write down a linear equation which defines x n in terms of previous two terms in the sequence. (b) Can you find a general formula for x n in terms of n? (In general, this is difficult without eigentheory). (c) Can you guess the limit of ratios of successive terms, x n /x n+,asn? Is that useful for finding an approximate formula for x n? (5) Most mathematical questions whose answers are no! can be reformulated with an eye towards more of a compromise. For instance, if a system of linear equations is inconsistent, perhaps we can find the next best thing to a solution. (a) Verify that the following system of equations is inconsistent. x + y = x y = x + y = 3 (b) Since we cannot find a solution to the above system, let us try to find solutions which make the left-hand-sides as close as possible to their respective right-hand-sides. More precisely, find numbers x and y such that the expression ( x + y +) +(x y ) +(x+y 3) is as small as possible. (c) What would happen if we used the same approach on a consistent system of linear equations? (6) Proofs. Determine if each of the following statements is true. If it is, provide a proof. If it is false, demonstrate that with a counterexample, and change the statement in a minimal way to make it true. (a) If x = x,y = y and x = x,y = y are two solutions to the equation ax + by = c, then so is x = x + x, y = y + y. In other words, the sum of solutions is also a solution. (b) Let r be the rank of a system of m equations in n unknowns. (i) If r = m, then the system must be consistent. (ii) If r = n, then the system can have at most one solution.

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

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

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

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

Contents. 1 Vectors, Lines and Planes 1. 2 Gaussian Elimination Matrices Vector Spaces and Subspaces 124 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 http://wwwgnuorg/copyleft/fdlhtml Contents

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

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

Some Notes on Linear Algebra

Some Notes on Linear Algebra Some Notes on Linear Algebra prepared for a first course in differential equations Thomas L Scofield Department of Mathematics and Statistics Calvin College 1998 1 The purpose of these notes is to present

More information

Number of solutions of a system

Number of solutions of a system Roberto s Notes on Linear Algebra Chapter 3: Linear systems and matrices Section 7 Number of solutions of a system What you need to know already: How to solve a linear system by using Gauss- Jordan elimination.

More information

Solving Systems of Linear Equations

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

More information

40h + 15c = c = h

40h + 15c = c = h Chapter One Linear Systems I Solving Linear Systems Systems of linear equations are common in science and mathematics. These two examples from high school science [Onan] give a sense of how they arise.

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations Linear Equation Definition Any equation that is equivalent to the following format a a ann b (.) where,,, n are unknown variables and a, a,, an, b are known numbers (the so

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

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

Math 54 HW 4 solutions

Math 54 HW 4 solutions Math 54 HW 4 solutions 2.2. Section 2.2 (a) False: Recall that performing a series of elementary row operations A is equivalent to multiplying A by a series of elementary matrices. Suppose that E,...,

More information

MATH 12 CLASS 4 NOTES, SEP

MATH 12 CLASS 4 NOTES, SEP MATH 12 CLASS 4 NOTES, SEP 28 2011 Contents 1. Lines in R 3 1 2. Intersections of lines in R 3 2 3. The equation of a plane 4 4. Various problems with planes 5 4.1. Intersection of planes with planes or

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

Parabolas and lines

Parabolas and lines Parabolas and lines Study the diagram at the right. I have drawn the graph y = x. The vertical line x = 1 is drawn and a number of secants to the parabola are drawn, all centred at x=1. By this I mean

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

The Gauss-Jordan Elimination Algorithm

The Gauss-Jordan Elimination Algorithm The Gauss-Jordan Elimination Algorithm Solving Systems of Real Linear Equations A. Havens Department of Mathematics University of Massachusetts, Amherst January 24, 2018 Outline 1 Definitions Echelon Forms

More information

Math 308 Midterm Answers and Comments July 18, Part A. Short answer questions

Math 308 Midterm Answers and Comments July 18, Part A. Short answer questions Math 308 Midterm Answers and Comments July 18, 2011 Part A. Short answer questions (1) Compute the determinant of the matrix a 3 3 1 1 2. 1 a 3 The determinant is 2a 2 12. Comments: Everyone seemed to

More information

UNC Charlotte Super Competition Level 3 Test March 4, 2019 Test with Solutions for Sponsors

UNC Charlotte Super Competition Level 3 Test March 4, 2019 Test with Solutions for Sponsors . Find the minimum value of the function f (x) x 2 + (A) 6 (B) 3 6 (C) 4 Solution. We have f (x) x 2 + + x 2 + (D) 3 4, which is equivalent to x 0. x 2 + (E) x 2 +, x R. x 2 + 2 (x 2 + ) 2. How many solutions

More information

MATH 320, WEEK 6: Linear Systems, Gaussian Elimination, Coefficient Matrices

MATH 320, WEEK 6: Linear Systems, Gaussian Elimination, Coefficient Matrices MATH 320, WEEK 6: Linear Systems, Gaussian Elimination, Coefficient Matrices We will now switch gears and focus on a branch of mathematics known as linear algebra. There are a few notes worth making before

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

And, even if it is square, we may not be able to use EROs to get to the identity matrix. Consider

And, even if it is square, we may not be able to use EROs to get to the identity matrix. Consider .2. Echelon Form and Reduced Row Echelon Form In this section, we address what we are trying to achieve by doing EROs. We are trying to turn any linear system into a simpler one. But what does simpler

More information

36 What is Linear Algebra?

36 What is Linear Algebra? 36 What is Linear Algebra? The authors of this textbook think that solving linear systems of equations is a big motivation for studying linear algebra This is certainly a very respectable opinion as systems

More information

x n -2.5 Definition A list is a list of objects, where multiplicity is allowed, and order matters. For example, as lists

x n -2.5 Definition A list is a list of objects, where multiplicity is allowed, and order matters. For example, as lists Vectors, Linear Combinations, and Matrix-Vector Mulitiplication In this section, we introduce vectors, linear combinations, and matrix-vector multiplication The rest of the class will involve vectors,

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

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.]

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.] Math 43 Review Notes [Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty Dot Product If v (v, v, v 3 and w (w, w, w 3, then the

More information

MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS

MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS 1. HW 1: Due September 4 1.1.21. Suppose v, w R n and c is a scalar. Prove that Span(v + cw, w) = Span(v, w). We must prove two things: that every element

More information

Matrices and Systems of Equations

Matrices and Systems of Equations M CHAPTER 3 3 4 3 F 2 2 4 C 4 4 Matrices and Systems of Equations Probably the most important problem in mathematics is that of solving a system of linear equations. Well over 75 percent of all mathematical

More information

A linear equation in two variables is generally written as follows equation in three variables can be written as

A linear equation in two variables is generally written as follows equation in three variables can be written as System of Equations A system of equations is a set of equations considered simultaneously. In this course, we will discuss systems of equation in two or three variables either linear or quadratic or a

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

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

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

Spanning, linear dependence, dimension

Spanning, linear dependence, dimension Spanning, linear dependence, dimension In the crudest possible measure of these things, the real line R and the plane R have the same size (and so does 3-space, R 3 ) That is, there is a function between

More information

3 The language of proof

3 The language of proof 3 The language of proof After working through this section, you should be able to: (a) understand what is asserted by various types of mathematical statements, in particular implications and equivalences;

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 1. Linear Equations We ll start our study of linear algebra with linear equations. Lost of parts of mathematics rose out of trying to understand the solutions of different types of equations. Linear

More information

Multiple Choice Questions

Multiple Choice Questions Multiple Choice Questions There is no penalty for guessing. Three points per question, so a total of 48 points for this section.. What is the complete relationship between homogeneous linear systems of

More information

MAT2342 : Introduction to Applied Linear Algebra Mike Newman, fall Projections. introduction

MAT2342 : Introduction to Applied Linear Algebra Mike Newman, fall Projections. introduction MAT4 : Introduction to Applied Linear Algebra Mike Newman fall 7 9. Projections introduction One reason to consider projections is to understand approximate solutions to linear systems. A common example

More information

Last Time. x + 3y = 6 x + 2y = 1. x + 3y = 6 y = 1. 2x + 4y = 8 x 2y = 1. x + 3y = 6 2x y = 7. Lecture 2

Last Time. x + 3y = 6 x + 2y = 1. x + 3y = 6 y = 1. 2x + 4y = 8 x 2y = 1. x + 3y = 6 2x y = 7. Lecture 2 January 9 Last Time 1. Last time we ended with saying that the following four systems are equivalent in the sense that we can move from one system to the other by a special move we discussed. (a) (b) (c)

More information

Elementary Linear Algebra

Elementary Linear Algebra Matrices J MUSCAT Elementary Linear Algebra Matrices Definition Dr J Muscat 2002 A matrix is a rectangular array of numbers, arranged in rows and columns a a 2 a 3 a n a 2 a 22 a 23 a 2n A = a m a mn We

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

Vector Spaces. Chapter 1

Vector Spaces. Chapter 1 Chapter 1 Vector Spaces Linear algebra is the study of linear maps on finite-dimensional vector spaces. Eventually we will learn what all these terms mean. In this chapter we will define vector spaces

More information

The Integers. Peter J. Kahn

The Integers. Peter J. Kahn Math 3040: Spring 2009 The Integers Peter J. Kahn Contents 1. The Basic Construction 1 2. Adding integers 6 3. Ordering integers 16 4. Multiplying integers 18 Before we begin the mathematics of this section,

More information

Introduction to Systems of Equations

Introduction to Systems of Equations Introduction to Systems of Equations Introduction A system of linear equations is a list of m linear equations in a common set of variables x, x,, x n. a, x + a, x + Ù + a,n x n = b a, x + a, x + Ù + a,n

More information

LINEAR SYSTEMS AND MATRICES

LINEAR SYSTEMS AND MATRICES CHAPTER 3 LINEAR SYSTEMS AND MATRICES SECTION 3. INTRODUCTION TO LINEAR SYSTEMS This initial section takes account of the fact that some students remember only hazily the method of elimination for and

More information

1 System of linear equations

1 System of linear equations 1 System of linear equations 1.1 Two equations in two unknowns The following is a system of two linear equations in the two unknowns x and y: x y = 1 3x+4y = 6. A solution to the system is a pair (x,y)

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

Designing Information Devices and Systems I Fall 2018 Lecture Notes Note Introduction to Linear Algebra the EECS Way

Designing Information Devices and Systems I Fall 2018 Lecture Notes Note Introduction to Linear Algebra the EECS Way EECS 16A Designing Information Devices and Systems I Fall 018 Lecture Notes Note 1 1.1 Introduction to Linear Algebra the EECS Way In this note, we will teach the basics of linear algebra and relate it

More information

Answers in blue. If you have questions or spot an error, let me know. 1. Find all matrices that commute with A =. 4 3

Answers in blue. If you have questions or spot an error, let me know. 1. Find all matrices that commute with A =. 4 3 Answers in blue. If you have questions or spot an error, let me know. 3 4. Find all matrices that commute with A =. 4 3 a b If we set B = and set AB = BA, we see that 3a + 4b = 3a 4c, 4a + 3b = 3b 4d,

More information

Name: Section Registered In:

Name: Section Registered In: Name: Section Registered In: Math 125 Exam 1 Version 1 February 21, 2006 60 points possible 1. (a) (3pts) Define what it means for a linear system to be inconsistent. Solution: A linear system is inconsistent

More information

Systems of Equations and Inequalities. College Algebra

Systems of Equations and Inequalities. College Algebra Systems of Equations and Inequalities College Algebra System of Linear Equations There are three types of systems of linear equations in two variables, and three types of solutions. 1. An independent system

More information

Fourth Lecture: 11/4

Fourth Lecture: 11/4 Fourth Lecture: 11/4 Definition 4.1. A sequence a n ) n=1 of complex numbers is said to be defined recursively, or to satsify a recurrence relation, if there exists a fixed k N, called the degree of the

More information

Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables

Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables Department of Mathematics Porterville College September 7, 2014 Systems of Linear Equations in Two Variables Learning Objectives: Solve Systems

More information

Vector Spaces. 9.1 Opening Remarks. Week Solvable or not solvable, that s the question. View at edx. Consider the picture

Vector Spaces. 9.1 Opening Remarks. Week Solvable or not solvable, that s the question. View at edx. Consider the picture Week9 Vector Spaces 9. Opening Remarks 9.. Solvable or not solvable, that s the question Consider the picture (,) (,) p(χ) = γ + γ χ + γ χ (, ) depicting three points in R and a quadratic polynomial (polynomial

More information

8.5 Taylor Polynomials and Taylor Series

8.5 Taylor Polynomials and Taylor Series 8.5. TAYLOR POLYNOMIALS AND TAYLOR SERIES 50 8.5 Taylor Polynomials and Taylor Series Motivating Questions In this section, we strive to understand the ideas generated by the following important questions:

More information

Permutations and Polynomials Sarah Kitchen February 7, 2006

Permutations and Polynomials Sarah Kitchen February 7, 2006 Permutations and Polynomials Sarah Kitchen February 7, 2006 Suppose you are given the equations x + y + z = a and 1 x + 1 y + 1 z = 1 a, and are asked to prove that one of x,y, and z is equal to a. We

More information

Problem Sheet 1 with Solutions GRA 6035 Mathematics

Problem Sheet 1 with Solutions GRA 6035 Mathematics Problem Sheet 1 with Solutions GRA 6035 Mathematics BI Norwegian Business School 2 Problems 1. From linear system to augmented matrix Write down the coefficient matrix and the augmented matrix of the following

More information

Systems of Linear Equations and Matrices

Systems of Linear Equations and Matrices Chapter 1 Systems of Linear Equations and Matrices System of linear algebraic equations and their solution constitute one of the major topics studied in the course known as linear algebra. In the first

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

CHAPTER 1 Systems of Linear Equations

CHAPTER 1 Systems of Linear Equations CHAPTER Systems of Linear Equations Section. Introduction to Systems of Linear Equations. Because the equation is in the form a x a y b, it is linear in the variables x and y. 0. Because the equation cannot

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

Law of Trichotomy and Boundary Equations

Law of Trichotomy and Boundary Equations Law of Trichotomy and Boundary Equations Law of Trichotomy: For any two real numbers a and b, exactly one of the following is true. i. a < b ii. a = b iii. a > b The Law of Trichotomy is a formal statement

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

4 Elementary matrices, continued

4 Elementary matrices, continued 4 Elementary matrices, continued We have identified 3 types of row operations and their corresponding elementary matrices. To repeat the recipe: These matrices are constructed by performing the given row

More information

MATH 315 Linear Algebra Homework #1 Assigned: August 20, 2018

MATH 315 Linear Algebra Homework #1 Assigned: August 20, 2018 Homework #1 Assigned: August 20, 2018 Review the following subjects involving systems of equations and matrices from Calculus II. Linear systems of equations Converting systems to matrix form Pivot entry

More information

Intersecting Two Lines, Part Two

Intersecting Two Lines, Part Two Module 1.5 Page 149 of 1390. Module 1.5: Intersecting Two Lines, Part Two In this module you will learn about two very common algebraic methods for intersecting two lines: the Substitution Method and the

More information

Solving Systems of Equations Row Reduction

Solving Systems of Equations Row Reduction Solving Systems of Equations Row Reduction November 19, 2008 Though it has not been a primary topic of interest for us, the task of solving a system of linear equations has come up several times. For example,

More information

The Matrix Vector Product and the Matrix Product

The Matrix Vector Product and the Matrix Product The Matrix Vector Product and the Matrix Product As we have seen a matrix is just a rectangular array of scalars (real numbers) The size of a matrix indicates its number of rows and columns A matrix with

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

Systems of Linear Equations and Matrices

Systems of Linear Equations and Matrices CHAPTER Systems of Linear Equations and Matrices CHAPTER CONTENTS Introduction to Systems of Linear Equations Gaussian Elimination 3 Matrices and Matrix Operations 5 4 Inverses; Algebraic Properties of

More information

Systems of Linear Equations and Matrices

Systems of Linear Equations and Matrices Chapter 1 Systems of Linear Equations and Matrices System of linear algebraic equations and their solution constitute one of the major topics studied in the course known as linear algebra. In the first

More information

x 1 2x 2 +x 3 = 0 2x 2 8x 3 = 8 4x 1 +5x 2 +9x 3 = 9

x 1 2x 2 +x 3 = 0 2x 2 8x 3 = 8 4x 1 +5x 2 +9x 3 = 9 Sec 2.1 Row Operations and Gaussian Elimination Consider a system of linear equations x 1 2x 2 +x 3 = 0 2x 2 8x 3 = 8 4x 1 +5x 2 +9x 3 = 9 The coefficient matrix of the system is The augmented matrix of

More information

ELLIPTIC CURVES BJORN POONEN

ELLIPTIC CURVES BJORN POONEN ELLIPTIC CURVES BJORN POONEN 1. Introduction The theme of this lecture is to show how geometry can be used to understand the rational number solutions to a polynomial equation. We will illustrate this

More information

2 Systems of Linear Equations

2 Systems of Linear Equations 2 Systems of Linear Equations A system of equations of the form or is called a system of linear equations. x + 2y = 7 2x y = 4 5p 6q + r = 4 2p + 3q 5r = 7 6p q + 4r = 2 Definition. An equation involving

More information

Problem 1: (3 points) Recall that the dot product of two vectors in R 3 is

Problem 1: (3 points) Recall that the dot product of two vectors in R 3 is Linear Algebra, Spring 206 Homework 3 Name: Problem : (3 points) Recall that the dot product of two vectors in R 3 is a x b y = ax + by + cz, c z and this is essentially the same as the matrix multiplication

More information

(I.D) Solving Linear Systems via Row-Reduction

(I.D) Solving Linear Systems via Row-Reduction (I.D) Solving Linear Systems via Row-Reduction Turning to the promised algorithmic approach to Gaussian elimination, we say an m n matrix M is in reduced-row echelon form if: the first nonzero entry of

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

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

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 017/018 DR. ANTHONY BROWN. Lines and Their Equations.1. Slope of a Line and its y-intercept. In Euclidean geometry (where

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

Math 291-1: Lecture Notes Northwestern University, Fall 2015

Math 291-1: Lecture Notes Northwestern University, Fall 2015 Math 29-: Lecture Notes Northwestern University, Fall 25 Written by Santiago Cañez These are lecture notes for Math 29-, the first quarter of MENU: Intensive Linear Algebra and Multivariable Calculus,

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

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

CHMC: Finite Fields 9/23/17

CHMC: Finite Fields 9/23/17 CHMC: Finite Fields 9/23/17 1 Introduction This worksheet is an introduction to the fascinating subject of finite fields. Finite fields have many important applications in coding theory and cryptography,

More information

MATH 2050 Assignment 6 Fall 2018 Due: Thursday, November 1. x + y + 2z = 2 x + y + z = c 4x + 2z = 2

MATH 2050 Assignment 6 Fall 2018 Due: Thursday, November 1. x + y + 2z = 2 x + y + z = c 4x + 2z = 2 MATH 5 Assignment 6 Fall 8 Due: Thursday, November [5]. For what value of c does have a solution? Is it unique? x + y + z = x + y + z = c 4x + z = Writing the system as an augmented matrix, we have c R

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

4 Elementary matrices, continued

4 Elementary matrices, continued 4 Elementary matrices, continued We have identified 3 types of row operations and their corresponding elementary matrices. If you check the previous examples, you ll find that these matrices are constructed

More information

Determinants and Scalar Multiplication

Determinants and Scalar Multiplication Properties of Determinants In the last section, we saw how determinants interact with the elementary row operations. There are other operations on matrices, though, such as scalar multiplication, matrix

More information

A-Level Notes CORE 1

A-Level Notes CORE 1 A-Level Notes CORE 1 Basic algebra Glossary Coefficient For example, in the expression x³ 3x² x + 4, the coefficient of x³ is, the coefficient of x² is 3, and the coefficient of x is 1. (The final 4 is

More information

Math Precalculus I University of Hawai i at Mānoa Spring

Math Precalculus I University of Hawai i at Mānoa Spring Math 135 - Precalculus I University of Hawai i at Mānoa Spring - 2013 Created for Math 135, Spring 2008 by Lukasz Grabarek and Michael Joyce Send comments and corrections to lukasz@math.hawaii.edu Contents

More information

MEI Core 1. Basic Algebra. Section 1: Basic algebraic manipulation and solving simple equations. Manipulating algebraic expressions

MEI Core 1. Basic Algebra. Section 1: Basic algebraic manipulation and solving simple equations. Manipulating algebraic expressions MEI Core Basic Algebra Section : Basic algebraic manipulation and solving simple equations Notes and Examples These notes contain subsections on Manipulating algebraic expressions Collecting like terms

More information

Column 3 is fine, so it remains to add Row 2 multiplied by 2 to Row 1. We obtain

Column 3 is fine, so it remains to add Row 2 multiplied by 2 to Row 1. We obtain Section Exercise : We are given the following augumented matrix 3 7 6 3 We have to bring it to the diagonal form The entries below the diagonal are already zero, so we work from bottom to top Adding the

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

Linear Algebraic Equations

Linear Algebraic Equations Chapter 3 Linear Algebraic Equations Contents 3.1 Linear Systems of Equations.......... 175 3.2 Filmstrips and Toolkit Sequences....... 185 3.3 General Solution Theory............ 194 3.4 Basis, Dimension,

More information

Solving Polynomial and Rational Inequalities Algebraically. Approximating Solutions to Inequalities Graphically

Solving Polynomial and Rational Inequalities Algebraically. Approximating Solutions to Inequalities Graphically 10 Inequalities Concepts: Equivalent Inequalities Solving Polynomial and Rational Inequalities Algebraically Approximating Solutions to Inequalities Graphically (Section 4.6) 10.1 Equivalent Inequalities

More information

Algebra & Trig Review

Algebra & Trig Review Algebra & Trig Review 1 Algebra & Trig Review This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The

More information

I am trying to keep these lessons as close to actual class room settings as possible.

I am trying to keep these lessons as close to actual class room settings as possible. Greetings: I am trying to keep these lessons as close to actual class room settings as possible. They do not intend to replace the text book actually they will involve the text book. An advantage of a

More information