2.4 Solving a System of Linear Equations with Matrices

Size: px
Start display at page:

Download "2.4 Solving a System of Linear Equations with Matrices"

Transcription

1 .4 Solving a System of Linear Equations with Matrices Question : What is a matrix? Question : How do you form an augmented matrix from a system of linear equations? Question : How do you use row operations to determine the reduced row echelon form of a matrix? Question 4: Do all systems of linear equations have unique solutions? Question : How do you mix different grades of ethanol to create a new grade of ethanol? In section., you learned how to solve systems of equations in two variables using the Substitution Method or the Elimination Method. These methods worked well for problems involving two variables, but are cumbersome for problems involving more than two variables. Of course, problems involving more than two variables are what you are most likely to encounter in business and finance so we ll need more efficient techniques involving matrices to solve these systems.

2 Question : What is a matrix? A matrix is simply a table of numbers enclosed by a set of square brackets. These numbers may correspond to inventory levels, production quotas, or almost anything. We specify the size of a matrix by giving the number of rows and columns in the matrix. An m x n matrix (read m by n) is a table of numbers with m rows and n columns enclosed by a set of square brackets. The plural of matrix is matrices. The size of a matrix is always listed as row by column. Shown below are several matrices of various sizes Any matrix with only one row is also called a row matrix. The matrix in the center is an example of a row matrix. A matrix with only one column is called a column matrix. The matrix on the far right is an example of a column matrix. Capital letters are used to name matrices. For instance, we might name the x matrix given above with the letter A, 0 A 4 7 The individual entries in the matrix are denoted by the corresponding lower case letter with a subscript. The number 4 in the third row and first column is called a and the number - in the second row and second column is called a. In fact, we can match any entry to its name using the lowercase letter matching its name with a subscript. In general, a mn is the entry in the m th row and n th column.

3 Example Find the Matrix Entry For the matrices B C find the entries indicated in each part. a. b Solution Let s examine the matrix entry in detail. The entries are in matrix B b First row Second column The entry in the first row and second column of the matrix B is 0.7. b. c Solution The entry in the second row and first column of C is. c. b Solution This entry matches with the number in the third row and second column of B. Since B only has two rows, b does not exist for the given matrix B.

4 Question : How do you form an augmented matrix from a system of linear equations? The entries in a matrix are not just random values without meaning. In general, the rows and columns in a matrix have labels that help you to match numbers with an application. For an augmented matrix, the rows in a matrix correspond to the equations in a system of linear equations. The columns match with the variables and constants in each equation. The augmented matrix that corresponds to the system of linear equations x y 8 x y is 8 For a system to be written as an augmented matrix, all of the variables in the system must be on one side of the equal sign and in the same order for each equation. The constants must be on the other side of the equal sign. If we rewrite the system as x y 8 x ( ) y we see that the coefficients and constants in the system match with the entries in the augmented matrix. The dashed line between the second and third columns separates the variables from the constants in the system of equations. On the left side of the dashed line are the coefficients of the variables and on the right sides are the constants from each equation, Coefficients on variables in the first equation Constant in the first equation 8 Coefficients on variables in the second equation Constant in the second equation 4

5 Following this template, we can write any system of linear equations as an augmented matrix or any augmented matrix as a system of linear equations. Example Convert a System to an Augmented Matrix Write each of the systems of linear equations as an augmented matrix. a. xy xy 0 Solution Since this system has two equations, the augmented matrix must have two rows. There are two variables and constants in the system so we need three columns in the augmented matrix. We ll match the first column to the coefficients of x, the second column to the coefficients of y and the third column to the constants. This leaves us with the augmented matrix 0 x y z b. x y yz 9 Solution Since there are three equations in the system the augmented matrix needs to have three rows. Although each equation does not have three variables, there are a total of three variables in the system. This means that there must be four columns in the augmented matrix. The last column will correspond to the constants in the system. The augmented matrix is 0 0 9

6 If a variable is missing from an equation, the augmented matrix contains a 0 in the row and column that matches the equation and missing variable. c. x x x 0 0.x 0.x 0.0x 0. x x x Solution The first equation has the appropriate form to convert into an augmented matrix. The variables are on the left side and the constants are on the right side of the equals sign. However, the second equation has variables on both sides of the equal sign. To convert the second equation to the proper format, remove the parentheses 0.x 0.x 0.0x 0.x 0.x 0.x and move all of the variables to the left side, 0.0x 0.08x 0.07x 0 eplace the second equation with this equivalent equation to give x x x 0 0.0x 0.08x 0.07x 0 If we let the first column correspond to x, the second column correspond to x, and the third column correspond to x, the augmented matrix is

7 Example Convert an Augmented Matrix to a System of Equations For the augmented matrix, write the corresponding system of linear equations with the variables x, y, z. Solution The three columns to the left of the dashed lines must correspond with the three given variables, x, y, and z. The numbers in each row to the left of the dashed line are the coefficients in the equation. The numbers to the right of the dashed line are the constants in each equation. The first row of the augmented matrix corresponds to the equation xz 6. Since there is a 0 in the second column, no y appears in this equation. The second row of the augmented matrix indicates that 0.x yz 4. The last row gives the equation xyz 0. The complete system of equations is 0 6 x z x y z 4 0 x y z 0 augmented matrix system of equations Once a system of linear equations is converted to an augmented matrix, we can modify the augmented matrix to determine each variable. Next we ll look at a strategy for solving the system of equations using the augmented matrix. 7

8 Question : How do you use row operations to determine the reduced row echelon form of a matrix? To solve a system of linear equations using matrices, we must convert the augmented matrix to another matrix that is in reduced row echelon form. An augmented matrix corresponding to a system of m equations in n variables is in reduced row echelon form if the leading nonzero entry in each row is a one and all entries above and below the leading ones are zeros. Each of the augmented matrices below is in reduced row echelon form: When an augmented matrix is in reduced row echelon form, it is easy to find the solution to the system of linear equations. The system of equations corresponding to an augmented matrix and the system of equations corresponding to its reduced row echelon form are equivalent. This means that the systems of equations have the same solution set. For instance, suppose we have the system of linear equations 4x yz x y z. xyz 4 This system yields the augmented matrix 8

9 4. 4 Later in this section we see how to get the reduced row echelon form for this matrix, If we rewrite this matrix as a system of linear equations, we get x 0y0z 0xy0z. 0x0yz Dropping all of the terms with a 0 coefficient leads to the solution, x, y and z. We can check to see that these values satisfy the original system to insure it is equivalent to the system of equations corresponding to the reduced row echelon form: 4? TUE 4xyz x y z xyz 4 x y z? TUE 4? 4 4 TUE 9

10 To solve a system of m linear equations in n variables, we will follow a simple strategy. Strategy for Solving a System of Linear Equations with Matrices. Determine the augmented matrix that corresponds to the given system of equations.. Find the reduced row echelon form of the augmented matrix.. Use the reduced row echelon form to obtain the solution of the original system of equations. An augmented matrix is transformed to its reduced row echelon form by using three different operations on the rows. These row operations change the entries in the rows without changing the solutions to the corresponding system of linear equations. If these operations seem familiar, it is no mistake. Each operation corresponds to an equation transformation discussed in Section.. ow Operations on Matrices Each of the row operations below changes a matrix to an equivalent matrix:. Interchange any two rows of a matrix.. Multiply a row by a nonzero constant.. eplace a row with the sum of a nonzero multiple of one row to a nonzero multiple of another row. 0

11 Our goal is to use these row operations to transform the original augmented matrix to its reduced row echelon form. It is helpful to symbolize the row operations to help identify what is being done. If we want to interchange two rows like the first and second, we will write Interchange and To symbolize that a row is being multiplied by a constant and replacing another row we use a similar notation. For instance, if we want to indicate that row is being replaced by 0 of row we would write 0 If we need to indicate that multiples of rows are being added and replacing another row, we would write something like This particular notation indicates that you are multiplying row by - and adding it to row. The sum is placed in the third row. Notes like these help us to document our row operations. You are encouraged to adopt the same notes so that you can follow your own work easily.

12 Example 4 Solve a System of Linear Equations Using Matrices Solve the system of equations 4x yz x y z xyz 4 by transforming its augmented matrix to reduced row echelon form. Solution The augmented matrix for this system is 4. 4 The strategy for finding its reduced row echelon form is similar to the strategy for the Elimination Method. To put this matrix into reduced row echelon form, we ll work with each column, one at a time. Instead of using equation transformations to change the leading coefficient to a, we ll use row operations to create a in the entry in the first row and first column of the matrix. After placing the, we ll use row operations to put zeros in the rest of the column. This step corresponds to eliminating the first variable in all of the equations except the first equation. We ll continue through the rest of the columns of the matrix placing ones and zeros in a manner similar to the Elimination Method. First we ll use row operations to transform the original augmented matrix to??? 0??? 0???

13 In each column we ll use row operations to put the in the column and then continue to use row operations so that the zeros appear below the. The is called the pivot in the column. For this augmented matrix, we could multiply the first row by or 4 interchange the first and second rows. If we multiply the first row by 4 and replace the first row with the result we get The symbols on the left indicate that each entry in the first row is multiplied by 4. If we interchange the first and second rows we get 4. 4 Either row operation puts a at the top of the first column. However, interchanging the rows does not introduce any fractions into the problem, so that is the best row operation to use. Now that the pivot has been established, we ll use it to put zeros everywhere else in the column. To put a 0 below the one, multiply the first row by -4 and add the result to the second row. Place the sum in the second row: 4 : :

14 The symbols on the left show -4 times the first row of the matrix and the second row below it. Adding the columns vertically gives the sum that is placed underneath the horizontal bar. The blue arrow indicates where that sum is placed in the matrix. To put a 0 in the bottom of the first column, multiply the first row in this new matrix by and add it to the third row. Place the sum in the third row: : 4 : The first column is in the proper format so now we continue onto the second column. We need to use more row operations to change this new matrix into 0?? 0??. 0 0?? Start by putting a in the middle of the second column. This can be done in many ways, but we multiply the second row by 6 to place the pivot. This gives us With the pivot in place, we now put zeros in the rest of the second column: 4

15 : 0 : 0 : : Next we place the pivot in the third column. To put a in the bottom of the third column, multiply the third row by and place the result in the third column: Now that the pivot has been established in the third column, we can place zeros in the rest of the column. : 0 0 : 0 : : This matrix is in reduced row echelon form and indicates that the solution is x, y, and z.

16 Example Solve a System of Linear Equations Using Matrices Solve the system of equations x y z x y4z 8 x yz 8 by transforming its augmented matrix to reduced row echelon form. Solution The augmented matrix for this system is To place a at the top of the first column, interchange the first and second rows. This transforms the original augmented matrix to A zero is created below the pivot by multiplying the first row by -, adding this to the second row, and placing the result in the second row. A zero is also created at the bottom of the first column by multiplying the first row by -, adding this to the third row, and placing the result in the third row. These two row operations yield 6

17 : : 0 9 : 0 40 : In the second column, we need to place a pivot (a ) in the second row. Multiply the second row by and place the result in the second row: Once the pivot is established, we can use it to put zeros in the rest of the column: : : : : With these two row operations, the second column is in the proper format for reduced row echelon form. In the third column, we need to place a pivot in the third row. To do this, multiply the third row by 4 : 7

18 Create zeros above the pivot to put the matrix in reduced row echelon form: 7 9 : : 0 7 : : Since the first column corresponds to x, the second column to y and the third column to z, the solution to the original system is x y z 0 In each of the last two examples, the same strategy is used to find the reduced row echelon form. Starting with the first column, we place the pivot in the proper position by interchanging rows or multiplying a row by a constant. Once the pivot is in place, we can multiply the pivot row by a constant and add it to the other rows to put zeros in the rest of the column. By doing this in each column, we can efficiently get the reduced row echelon form and the solution to the system of linear equations. 8

19 Question 4: Do all systems of linear equations have unique solutions? Earlier we examined two systems where the numbers of variables was equal to the number of equations. Often there are fewer equations than variables or more equations than variables. Even in systems where the number of variables initially equals the number of equations, one of the rows may become all zeros, meaning that the equation was unnecessary. In all of these cases, we can still use the strategy from Question to solve the problem. Example 6 Solve a System with More Variables Than Equations Solve the system of equations x x x 70 x x.x 0 by transforming its augmented matrix to reduced row echelon form. Solution This system does not use x, y, and z like earlier examples. However, if we let the first column in the augmented matrix correspond to x, the second column to x, and the third column to x, we can write the augmented matrix for this system as To put this matrix into reduced row echelon form, we must transform it using row operations to 0?? 0?? Since there is no third row, we have no hope of solving for a solution where x, x, and x are each a unique value. Instead, we ll be able to solve for x and x in terms of x. 9

20 The original augmented matrix already has a in the first column and row, so there is no need to put a pivot there. To put a 0 below the pivot, multiply the first row by -, add it to the second row, and put the result in place of the second row: : 40 : The previous row operation not only put a 0 in the first column, but also placed the pivot in the second row and column (very lucky!). To put this matrix into reduced row echelon form, we need to put a zero above the pivot in the second column. Multiply the second row by -, add it to the first row, and place the result in the first row: : 0. 0 : This matrix is in reduced row echelon form, but we can t read the solution off as we have in earlier examples. If we convert this back to a system of equations, we get x 0.x 00 x.x 0 Notice that each of these equations contains x and it is easy to solve for x in the first equation and x x and x we get in the second equation. If we solve for x 0.x 00 x.x 0 0

21 Although we don t have specific numbers for each variable, we do have a recipe for finding values. If we choose any value for x, we can find the corresponding values for x and x. For instance, if we choose x 00, then x x If x 0, then x x Since x can be any number, there are an infinite number of solutions to the system. However, not just any combination of numbers works. Once a value for x is chosen, the equations above must be used to calculate corresponding values for x and x. This can be summarized by writing x can be any real number x 0.x 00 x.x 0 In this case, we have more variables than equations so we would expect to be able to solve for only some of the variables explicitly. In each row we can solve for a variable explicitly as long as the row is not entirely zeros. Any variables beyond the number of nonzero rows, in this case one, will be values that we can pick. These variables are called parameters. Parameters are variables whose values are arbitrary and can be picked to be anything that is reasonable for the system of equations.

22 Example 7 Solve a System with More Equations Than Variables Solve the system of equations x x x 8x 6 x x by transforming its augmented matrix to reduced row echelon form. Solution The augmented matrix for this system is 8 6 To put this matrix into reduced row echelon form, we need to place pivots in the first and second columns and zeros in the rest of these columns. The entry in the first column and row is a so the pivot is already in place. To put zeros below the pivot, : 4 4 : : : In the second column and row, we need to transform the to a by multiplying the row by :

23 Now place zeros in the rest of the column, : 0 : 0 4 : 0 : If we convert this matrix back to a system of equations, we find that x 4 and x. Notice that the last row of the matrix is all zeros and does not contribute to the solution. This means that there are two variables and two nonzero rows so no parameters are needed in the solution. We can check the solution by substituting 4, into each equation: First equation: 4? TUE Second equation: 4 8 6? 6 6 TUE Third equation: 4? TUE

24 Since, 4, x x satisfies each equation in the system, it is the solution to the original system of equations. Example 8 Solve a System with More Equations Than Variables Solve 0x x 44 x x x x 8 by transforming its augmented matrix to reduced row echelon form. Solution Like the last example, we ll let the first column in the augmented matrix correspond to x and the second column to x. The augmented matrix for this system is To create a pivot in the first row and column, we have two possibilities. We could multiply the first row by 0 or interchange the first and third row. Since interchanging rows does not introduce and fractions into the matrix, we ll do that to yield Now we ll use row operations to fill the rest of the first column with zeros: 4

25 : : : : To create a pivot in the second row and column, multiply the second row by : Now use row operations to place zeros above and below the pivot in the second column: : 0 6 : 8 0 : 0 6 : The first two rows in the reduced row echelon form suggest a solution, but the third is problematic. If we write this row as an equation, we get 0x 0x 7

26 The left side is simply 0. Since 0 cannot equal 7, this implies that there are no solutions to this system. This system is an inconsistent system. These examples illustrate what may happen when there are more equations than variables or when there are more variables than equations. It is possible for the system to have a unique solution as in Example. The system may be a system with infinitely many solutions like Example 6 or have no solutions like the inconsistent system in Example 8. 6

27 Question : How do you mix different grades of ethanol to create a new grade of ethanol? In the next example we examine how to use matrices to solve the ethanol mixing problem from Section. and extend the example to more types of ethanol. Example 9 Mixing Ethanol Blends In Example of section. we created a system of equations to describe a mix of E0 and E8 ethanol, E0 E E0 0.8 E8 where E0 is the amount of 0% ethanol pumped in gallons and E8 is the amount of 8% ethanol pumped in gallons. The first equation describes the total amount in the mixture, 0 gallons. The second equation describes the total amount of ethanol in the mixture, 0% of 0 gallons or gallons. Solve this system of equations by finding the reduced row echelon form for the augmented matrix. Solution The augmented matrix for this system is where the first column corresponds to E0 and the second column corresponds to E8. To convert this matrix to reduced row echelon form, we must create pivots in the first and second columns and put zeros above and below the pivots. There is already a in the first row and column, so we need to use row operations to put a 0 below it: 7

28 0.0 : : We can place a pivot in the second row and column by multiplying the row by the reciprocal of 0.7, A 0 is placed above the pivot in the second column by multiplying the second row by -, adding it to the first row, and putting the result in the first row: : 0 : Based on this reduced row echelon form, E0 and E8 means that mixing 6 gallons of 0% ethanol with 4 gallons of 8% ethanol will yield 0 gallons of 0% ethanol.. This Example 0 Mixing Three Types of Ethanol In some Midwestern states, three different blends of ethanol are available. E0 contains 0% ethanol, E0 contains 0% ethanol, and E8 contains 8% ethanol. How much of each of the blends must be mixed to make 0 gallons of 0% ethanol? If the price per gallon for each type 8

29 is given in the table below, what is the least that the 0 gallon blend would cost? Blend Cost per Gallon E0 $.7 E0 $.6 E8 $.4 Solution This problem adds another type of ethanol that should contribute to the total number of gallons in the mixture and the total amount of ethanol in the mixture. Each of the two equations in Example 9 needs another term corresponding to E0: Total amount of mixture: E0 E0 E8 0 Total amount of ethanol: 0.0E0 0.0E0 0.8E8.0 0 where E0 is the number of gallons of 0% ethanol, E0 is the number of gallons of 0% ethanol, and E8 is the number of gallons of 8% ethanol. The augmented matrix for this system is As in the previous example, the pivot in the first column is already in place so we simply need to use row operations to put a 0 below it: 0.0 : :

30 To put a pivot in the second column, multiply the second row by the reciprocal of 0.0: To put a 0 above the pivot, : 0.7 : Writing this matrix as an a system of equations leads to E0.7E8 E0.7E8 E8 appears in both equations so we ll solve for the other variables in terms of E8, E0.7E8 E0.7E8 This system has many solutions, but we must be careful. These variables represent gallons of different ethanol blends. Because of this, the variables cannot be negative. As long we pick reasonable values for E8, we can insure that all the variables are nonnegative. For instance, if we set E8 0 we get E0.7 0 E

31 This solution makes sense since mixing equal amounts of E0 and E0 should yield a mixture with a percent ethanol midway between 0% and 0%. Notice that as we increase the amount of E8, the amount of E0 increases (the E8 term is added in the E0 equation) and the amount of E0 decreases (the E8 term is subtracted in the E0 equation). Eventually the amount of E0 will equal 0 as E8 is increased. This occurs when 0.7E8.7E8 E8 or 4.7 easonable values for E8 are from 0 to 4 including 0 and 4 since this leads to non-negative values for E0 and E0 as well. We can calculate the total cost of any combination using cost per gallon of each type of ethanol. For instance, gallons of E0 and gallons of E0 would cost total cost Here is a table of some of the possible solutions based on E0.7E8 E0.7E8 and their corresponding total costs:

32 E8 (gallons) E0 (gallons) E0 (gallons) Approximate Total Cost (dollars) As the amount of E8 is increased, the total cost drops. Each increase of 0. gallons of E8 leads to a drop in the total cost of about 0.0 dollars. The lowest cost appears to come from mixing 4 gallons of E8 and 6 gallons of E0. Using any more E8 would require us to use a negative amount of E0. Even though this would yield a lower cost, it is not a reasonable value for this problem.

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

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

More information

Solving Systems of Linear Equations Using Matrices

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

More information

Section 8.2 Solving a System of Equations Using Matrices (Guassian Elimination)

Section 8.2 Solving a System of Equations Using Matrices (Guassian Elimination) Section 8. Solving a System of Equations Using Matrices (Guassian Elimination) x + y + z = x y + 4z = x 4y + z = System of Equations x 4 y = 4 z A System in matrix form x A x = b b 4 4 Augmented Matrix

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS Systems of Equations and Matrices Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

Reduced echelon form: Add the following conditions to conditions 1, 2, and 3 above:

Reduced echelon form: Add the following conditions to conditions 1, 2, and 3 above: Section 1.2: Row Reduction and Echelon Forms Echelon form (or row echelon form): 1. All nonzero rows are above any rows of all zeros. 2. Each leading entry (i.e. left most nonzero entry) of a row is in

More information

Row Echelon Form and Reduced Row Echelon Form

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

More information

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1. MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column

More information

1.2 Solving a System of Linear Equations

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

More information

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

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS 1. SYSTEMS OF EQUATIONS AND MATRICES 1.1. Representation of a linear system. The general system of m equations in n unknowns can be written a 11 x 1 + a 12 x 2 +

More information

Lecture Notes 2: Matrices as Systems of Linear Equations

Lecture Notes 2: Matrices as Systems of Linear Equations 2: Matrices as Systems of Linear Equations 33A Linear Algebra, Puck Rombach Last updated: April 13, 2016 Systems of Linear Equations Systems of linear equations can represent many things You have probably

More information

2x + y = 3. Since the second equation is precisely the same as the first equation, it is enough to find x and y satisfying the system

2x + y = 3. Since the second equation is precisely the same as the first equation, it is enough to find x and y satisfying the system 1. Systems of linear equations We are interested in the solutions to systems of linear equations. A linear equation is of the form 3x 5y + 2z + w = 3. The key thing is that we don t multiply the variables

More information

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

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

More information

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2.

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 1.1 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,..., a n, b are given

More information

Lecture 1: Systems of Linear Equations

Lecture 1: Systems of Linear Equations MTH Elementary Matrix Algebra Professor Chao Huang Department of Mathematics and Statistics Wright State University Lecture 1 Systems of Linear Equations ² Systems of two linear equations with two variables

More information

Arithmetic and Algebra of Matrices

Arithmetic and Algebra of Matrices Arithmetic and Algebra of Matrices Math 572: Algebra for Middle School Teachers The University of Montana 1 The Real Numbers 2 Classroom Connection: Systems of Linear Equations 3 Rational Numbers 4 Irrational

More information

Chapter 6. Linear Programming: The Simplex Method. Introduction to the Big M Method. Section 4 Maximization and Minimization with Problem Constraints

Chapter 6. Linear Programming: The Simplex Method. Introduction to the Big M Method. Section 4 Maximization and Minimization with Problem Constraints Chapter 6 Linear Programming: The Simplex Method Introduction to the Big M Method In this section, we will present a generalized version of the simplex method that t will solve both maximization i and

More information

COLLEGE ALGEBRA. Paul Dawkins

COLLEGE ALGEBRA. Paul Dawkins COLLEGE ALGEBRA Paul Dawkins Table of Contents Preface... iii Outline... iv Preliminaries... Introduction... Integer Exponents... Rational Exponents... 9 Real Exponents...5 Radicals...6 Polynomials...5

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations Beifang Chen Systems of linear equations Linear systems A linear equation in variables x, x,, x n is an equation of the form a x + a x + + a n x n = b, where a, a,, a n and

More information

2.2/2.3 - Solving Systems of Linear Equations

2.2/2.3 - Solving Systems of Linear Equations c Kathryn Bollinger, August 28, 2011 1 2.2/2.3 - Solving Systems of Linear Equations A Brief Introduction to Matrices Matrices are used to organize data efficiently and will help us to solve systems of

More information

Rational Exponents. Squaring both sides of the equation yields. and to be consistent, we must have

Rational Exponents. Squaring both sides of the equation yields. and to be consistent, we must have 8.6 Rational Exponents 8.6 OBJECTIVES 1. Define rational exponents 2. Simplify expressions containing rational exponents 3. Use a calculator to estimate the value of an expression containing rational exponents

More information

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

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

More information

Negative Integer Exponents

Negative Integer Exponents 7.7 Negative Integer Exponents 7.7 OBJECTIVES. Define the zero exponent 2. Use the definition of a negative exponent to simplify an expression 3. Use the properties of exponents to simplify expressions

More information

Algebraic expressions are a combination of numbers and variables. Here are examples of some basic algebraic expressions.

Algebraic expressions are a combination of numbers and variables. Here are examples of some basic algebraic expressions. Page 1 of 13 Review of Linear Expressions and Equations Skills involving linear equations can be divided into the following groups: Simplifying algebraic expressions. Linear expressions. Solving linear

More information

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B KITCHENS The equation 1 Lines in two-dimensional space (1) 2x y = 3 describes a line in two-dimensional space The coefficients of x and y in the equation

More information

Unit 1 Equations, Inequalities, Functions

Unit 1 Equations, Inequalities, Functions Unit 1 Equations, Inequalities, Functions Algebra 2, Pages 1-100 Overview: This unit models real-world situations by using one- and two-variable linear equations. This unit will further expand upon pervious

More information

Solutions of Linear Equations in One Variable

Solutions of Linear Equations in One Variable 2. Solutions of Linear Equations in One Variable 2. OBJECTIVES. Identify a linear equation 2. Combine like terms to solve an equation We begin this chapter by considering one of the most important tools

More information

10.2 Systems of Linear Equations: Matrices

10.2 Systems of Linear Equations: Matrices SECTION 0.2 Systems of Linear Equations: Matrices 7 0.2 Systems of Linear Equations: Matrices OBJECTIVES Write the Augmente Matrix of a System of Linear Equations 2 Write the System from the Augmente Matrix

More information

3.2 Matrix Multiplication

3.2 Matrix Multiplication 3.2 Matrix Multiplication Question : How do you multiply two matrices? Question 2: How do you interpret the entries in a product of two matrices? When you add or subtract two matrices, you add or subtract

More information

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

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

More information

Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving

Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving Section 7 Algebraic Manipulations and Solving Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving Before launching into the mathematics, let s take a moment to talk about the words

More information

Abstract: We describe the beautiful LU factorization of a square matrix (or how to write Gaussian elimination in terms of matrix multiplication).

Abstract: We describe the beautiful LU factorization of a square matrix (or how to write Gaussian elimination in terms of matrix multiplication). MAT 2 (Badger, Spring 202) LU Factorization Selected Notes September 2, 202 Abstract: We describe the beautiful LU factorization of a square matrix (or how to write Gaussian elimination in terms of matrix

More information

3. Solve the equation containing only one variable for that variable.

3. Solve the equation containing only one variable for that variable. Question : How do you solve a system of linear equations? There are two basic strategies for solving a system of two linear equations and two variables. In each strategy, one of the variables is eliminated

More information

Linear Programming. March 14, 2014

Linear Programming. March 14, 2014 Linear Programming March 1, 01 Parts of this introduction to linear programming were adapted from Chapter 9 of Introduction to Algorithms, Second Edition, by Cormen, Leiserson, Rivest and Stein [1]. 1

More information

Solutions to Math 51 First Exam January 29, 2015

Solutions to Math 51 First Exam January 29, 2015 Solutions to Math 5 First Exam January 29, 25. ( points) (a) Complete the following sentence: A set of vectors {v,..., v k } is defined to be linearly dependent if (2 points) there exist c,... c k R, not

More information

This is a square root. The number under the radical is 9. (An asterisk * means multiply.)

This is a square root. The number under the radical is 9. (An asterisk * means multiply.) Page of Review of Radical Expressions and Equations Skills involving radicals can be divided into the following groups: Evaluate square roots or higher order roots. Simplify radical expressions. Rationalize

More information

MATH-0910 Review Concepts (Haugen)

MATH-0910 Review Concepts (Haugen) Unit 1 Whole Numbers and Fractions MATH-0910 Review Concepts (Haugen) Exam 1 Sections 1.5, 1.6, 1.7, 1.8, 2.1, 2.2, 2.3, 2.4, and 2.5 Dividing Whole Numbers Equivalent ways of expressing division: a b,

More information

Section 1.1 Linear Equations: Slope and Equations of Lines

Section 1.1 Linear Equations: Slope and Equations of Lines Section. Linear Equations: Slope and Equations of Lines Slope The measure of the steepness of a line is called the slope of the line. It is the amount of change in y, the rise, divided by the amount of

More information

Determine If An Equation Represents a Function

Determine If An Equation Represents a Function Question : What is a linear function? The term linear function consists of two parts: linear and function. To understand what these terms mean together, we must first understand what a function is. The

More information

Standard Form of a Linear Programming Problem

Standard Form of a Linear Programming Problem 494 CHAPTER 9 LINEAR PROGRAMMING 9. THE SIMPLEX METHOD: MAXIMIZATION For linear programming problems involving two variables, the graphical solution method introduced in Section 9. is convenient. However,

More information

Fractions and Linear Equations

Fractions and Linear Equations Fractions and Linear Equations Fraction Operations While you can perform operations on fractions using the calculator, for this worksheet you must perform the operations by hand. You must show all steps

More information

Math Review. for the Quantitative Reasoning Measure of the GRE revised General Test

Math Review. for the Quantitative Reasoning Measure of the GRE revised General Test Math Review for the Quantitative Reasoning Measure of the GRE revised General Test www.ets.org Overview This Math Review will familiarize you with the mathematical skills and concepts that are important

More information

( ) which must be a vector

( ) which must be a vector MATH 37 Linear Transformations from Rn to Rm Dr. Neal, WKU Let T : R n R m be a function which maps vectors from R n to R m. Then T is called a linear transformation if the following two properties are

More information

LS.6 Solution Matrices

LS.6 Solution Matrices LS.6 Solution Matrices In the literature, solutions to linear systems often are expressed using square matrices rather than vectors. You need to get used to the terminology. As before, we state the definitions

More information

EQUATIONS and INEQUALITIES

EQUATIONS and INEQUALITIES EQUATIONS and INEQUALITIES Linear Equations and Slope 1. Slope a. Calculate the slope of a line given two points b. Calculate the slope of a line parallel to a given line. c. Calculate the slope of a line

More information

Multiple regression - Matrices

Multiple regression - Matrices Multiple regression - Matrices This handout will present various matrices which are substantively interesting and/or provide useful means of summarizing the data for analytical purposes. As we will see,

More information

Methods for Finding Bases

Methods for Finding Bases Methods for Finding Bases Bases for the subspaces of a matrix Row-reduction methods can be used to find bases. Let us now look at an example illustrating how to obtain bases for the row space, null space,

More information

Linearly Independent Sets and Linearly Dependent Sets

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

More information

0.8 Rational Expressions and Equations

0.8 Rational Expressions and Equations 96 Prerequisites 0.8 Rational Expressions and Equations We now turn our attention to rational expressions - that is, algebraic fractions - and equations which contain them. The reader is encouraged to

More information

5.1 Radical Notation and Rational Exponents

5.1 Radical Notation and Rational Exponents Section 5.1 Radical Notation and Rational Exponents 1 5.1 Radical Notation and Rational Exponents We now review how exponents can be used to describe not only powers (such as 5 2 and 2 3 ), but also roots

More information

Linear Programming Notes V Problem Transformations

Linear Programming Notes V Problem Transformations Linear Programming Notes V Problem Transformations 1 Introduction Any linear programming problem can be rewritten in either of two standard forms. In the first form, the objective is to maximize, the material

More information

DERIVATIVES AS MATRICES; CHAIN RULE

DERIVATIVES AS MATRICES; CHAIN RULE DERIVATIVES AS MATRICES; CHAIN RULE 1. Derivatives of Real-valued Functions Let s first consider functions f : R 2 R. Recall that if the partial derivatives of f exist at the point (x 0, y 0 ), then we

More information

Math 202-0 Quizzes Winter 2009

Math 202-0 Quizzes Winter 2009 Quiz : Basic Probability Ten Scrabble tiles are placed in a bag Four of the tiles have the letter printed on them, and there are two tiles each with the letters B, C and D on them (a) Suppose one tile

More information

II. Linear Systems of Equations

II. Linear Systems of Equations II. Linear Systems of Equations II. The Definition We are shortly going to develop a systematic procedure which is guaranteed to find every solution to every system of linear equations. The fact that such

More information

3.1. RATIONAL EXPRESSIONS

3.1. RATIONAL EXPRESSIONS 3.1. RATIONAL EXPRESSIONS RATIONAL NUMBERS In previous courses you have learned how to operate (do addition, subtraction, multiplication, and division) on rational numbers (fractions). Rational numbers

More information

Click on the links below to jump directly to the relevant section

Click on the links below to jump directly to the relevant section Click on the links below to jump directly to the relevant section What is algebra? Operations with algebraic terms Mathematical properties of real numbers Order of operations What is Algebra? Algebra is

More information

1.6 The Order of Operations

1.6 The Order of Operations 1.6 The Order of Operations Contents: Operations Grouping Symbols The Order of Operations Exponents and Negative Numbers Negative Square Roots Square Root of a Negative Number Order of Operations and Negative

More information

Math 312 Homework 1 Solutions

Math 312 Homework 1 Solutions Math 31 Homework 1 Solutions Last modified: July 15, 01 This homework is due on Thursday, July 1th, 01 at 1:10pm Please turn it in during class, or in my mailbox in the main math office (next to 4W1) Please

More information

discuss how to describe points, lines and planes in 3 space.

discuss how to describe points, lines and planes in 3 space. Chapter 2 3 Space: lines and planes In this chapter we discuss how to describe points, lines and planes in 3 space. introduce the language of vectors. discuss various matters concerning the relative position

More information

Linear Programming Problems

Linear Programming Problems Linear Programming Problems Linear programming problems come up in many applications. In a linear programming problem, we have a function, called the objective function, which depends linearly on a number

More information

2.3. Finding polynomial functions. An Introduction:

2.3. Finding polynomial functions. An Introduction: 2.3. Finding polynomial functions. An Introduction: As is usually the case when learning a new concept in mathematics, the new concept is the reverse of the previous one. Remember how you first learned

More information

Solving Linear Systems, Continued and The Inverse of a Matrix

Solving Linear Systems, Continued and The Inverse of a Matrix , Continued and The of a Matrix Calculus III Summer 2013, Session II Monday, July 15, 2013 Agenda 1. The rank of a matrix 2. The inverse of a square matrix Gaussian Gaussian solves a linear system by reducing

More information

5 Homogeneous systems

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

More information

Introduction Assignment

Introduction Assignment PRE-CALCULUS 11 Introduction Assignment Welcome to PREC 11! This assignment will help you review some topics from a previous math course and introduce you to some of the topics that you ll be studying

More information

Notes on Determinant

Notes on Determinant ENGG2012B Advanced Engineering Mathematics Notes on Determinant Lecturer: Kenneth Shum Lecture 9-18/02/2013 The determinant of a system of linear equations determines whether the solution is unique, without

More information

LINEAR INEQUALITIES. less than, < 2x + 5 x 3 less than or equal to, greater than, > 3x 2 x 6 greater than or equal to,

LINEAR INEQUALITIES. less than, < 2x + 5 x 3 less than or equal to, greater than, > 3x 2 x 6 greater than or equal to, LINEAR INEQUALITIES When we use the equal sign in an equation we are stating that both sides of the equation are equal to each other. In an inequality, we are stating that both sides of the equation are

More information

Introduction to Matrix Algebra

Introduction to Matrix Algebra Psychology 7291: Multivariate Statistics (Carey) 8/27/98 Matrix Algebra - 1 Introduction to Matrix Algebra Definitions: A matrix is a collection of numbers ordered by rows and columns. It is customary

More information

Activity 1: Using base ten blocks to model operations on decimals

Activity 1: Using base ten blocks to model operations on decimals Rational Numbers 9: Decimal Form of Rational Numbers Objectives To use base ten blocks to model operations on decimal numbers To review the algorithms for addition, subtraction, multiplication and division

More information

Algebra 2 PreAP. Name Period

Algebra 2 PreAP. Name Period Algebra 2 PreAP Name Period IMPORTANT INSTRUCTIONS FOR STUDENTS!!! We understand that students come to Algebra II with different strengths and needs. For this reason, students have options for completing

More information

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

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

More information

1.5 SOLUTION SETS OF LINEAR SYSTEMS

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

More information

Notes on Orthogonal and Symmetric Matrices MENU, Winter 2013

Notes on Orthogonal and Symmetric Matrices MENU, Winter 2013 Notes on Orthogonal and Symmetric Matrices MENU, Winter 201 These notes summarize the main properties and uses of orthogonal and symmetric matrices. We covered quite a bit of material regarding these topics,

More information

MAT 200, Midterm Exam Solution. a. (5 points) Compute the determinant of the matrix A =

MAT 200, Midterm Exam Solution. a. (5 points) Compute the determinant of the matrix A = MAT 200, Midterm Exam Solution. (0 points total) a. (5 points) Compute the determinant of the matrix 2 2 0 A = 0 3 0 3 0 Answer: det A = 3. The most efficient way is to develop the determinant along the

More information

How To Understand And Solve Algebraic Equations

How To Understand And Solve Algebraic Equations College Algebra Course Text Barnett, Raymond A., Michael R. Ziegler, and Karl E. Byleen. College Algebra, 8th edition, McGraw-Hill, 2008, ISBN: 978-0-07-286738-1 Course Description This course provides

More information

How To Understand And Solve A Linear Programming Problem

How To Understand And Solve A Linear Programming Problem At the end of the lesson, you should be able to: Chapter 2: Systems of Linear Equations and Matrices: 2.1: Solutions of Linear Systems by the Echelon Method Define linear systems, unique solution, inconsistent,

More information

1.2 Linear Equations and Rational Equations

1.2 Linear Equations and Rational Equations Linear Equations and Rational Equations Section Notes Page In this section, you will learn how to solve various linear and rational equations A linear equation will have an variable raised to a power of

More information

1 Introduction to Matrices

1 Introduction to Matrices 1 Introduction to Matrices In this section, important definitions and results from matrix algebra that are useful in regression analysis are introduced. While all statements below regarding the columns

More information

Systems of Linear Equations

Systems of Linear Equations Chapter 1 Systems of Linear Equations 1.1 Intro. to systems of linear equations Homework: [Textbook, Ex. 13, 15, 41, 47, 49, 51, 65, 73; page 11-]. Main points in this section: 1. Definition of Linear

More information

Vocabulary Words and Definitions for Algebra

Vocabulary Words and Definitions for Algebra Name: Period: Vocabulary Words and s for Algebra Absolute Value Additive Inverse Algebraic Expression Ascending Order Associative Property Axis of Symmetry Base Binomial Coefficient Combine Like Terms

More information

II. Linear Systems of Equations

II. Linear Systems of Equations II. Linear Systems of Equations II. The Definition We are shortly going to develop a systematic procedure which is guaranteed to find every solution to every system of linear equations. The fact that such

More information

Adding and Subtracting Positive and Negative Numbers

Adding and Subtracting Positive and Negative Numbers Adding and Subtracting Positive and Negative Numbers Absolute Value For any real number, the distance from zero on the number line is the absolute value of the number. The absolute value of any real number

More information

10.2 ITERATIVE METHODS FOR SOLVING LINEAR SYSTEMS. The Jacobi Method

10.2 ITERATIVE METHODS FOR SOLVING LINEAR SYSTEMS. The Jacobi Method 578 CHAPTER 1 NUMERICAL METHODS 1. ITERATIVE METHODS FOR SOLVING LINEAR SYSTEMS As a numerical technique, Gaussian elimination is rather unusual because it is direct. That is, a solution is obtained after

More information

Simplification Problems to Prepare for Calculus

Simplification Problems to Prepare for Calculus Simplification Problems to Prepare for Calculus In calculus, you will encounter some long epressions that will require strong factoring skills. This section is designed to help you develop those skills.

More information

A.2. Exponents and Radicals. Integer Exponents. What you should learn. Exponential Notation. Why you should learn it. Properties of Exponents

A.2. Exponents and Radicals. Integer Exponents. What you should learn. Exponential Notation. Why you should learn it. Properties of Exponents Appendix A. Exponents and Radicals A11 A. Exponents and Radicals What you should learn Use properties of exponents. Use scientific notation to represent real numbers. Use properties of radicals. Simplify

More information

MATHEMATICS FOR ENGINEERS BASIC MATRIX THEORY TUTORIAL 2

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

More information

Simplifying Algebraic Fractions

Simplifying Algebraic Fractions 5. Simplifying Algebraic Fractions 5. OBJECTIVES. Find the GCF for two monomials and simplify a fraction 2. Find the GCF for two polynomials and simplify a fraction Much of our work with algebraic fractions

More information

α = u v. In other words, Orthogonal Projection

α = u v. In other words, Orthogonal Projection Orthogonal Projection Given any nonzero vector v, it is possible to decompose an arbitrary vector u into a component that points in the direction of v and one that points in a direction orthogonal to v

More information

The gas can has a capacity of 4.17 gallons and weighs 3.4 pounds.

The gas can has a capacity of 4.17 gallons and weighs 3.4 pounds. hundred million$ ten------ million$ million$ 00,000,000 0,000,000,000,000 00,000 0,000,000 00 0 0 0 0 0 0 0 0 0 Session 26 Decimal Fractions Explain the meaning of the values stated in the following sentence.

More information

Word Problems Involving Systems of Linear Equations

Word Problems Involving Systems of Linear Equations Word Problems Involving Systems of Linear Equations Many word problems will give rise to systems of equations that is, a pair of equations like this: 2x+3y = 10 x 6y = 5 You can solve a system of equations

More information

4.3-4.4 Systems of Equations

4.3-4.4 Systems of Equations 4.3-4.4 Systems of Equations A linear equation in 2 variables is an equation of the form ax + by = c. A linear equation in 3 variables is an equation of the form ax + by + cz = d. To solve a system of

More information

Order of Operations More Essential Practice

Order of Operations More Essential Practice Order of Operations More Essential Practice We will be simplifying expressions using the order of operations in this section. Automatic Skill: Order of operations needs to become an automatic skill. Failure

More information

5.5. Solving linear systems by the elimination method

5.5. Solving linear systems by the elimination method 55 Solving linear systems by the elimination method Equivalent systems The major technique of solving systems of equations is changing the original problem into another one which is of an easier to solve

More information

Unit 6 Number and Operations in Base Ten: Decimals

Unit 6 Number and Operations in Base Ten: Decimals Unit 6 Number and Operations in Base Ten: Decimals Introduction Students will extend the place value system to decimals. They will apply their understanding of models for decimals and decimal notation,

More information

Operation Count; Numerical Linear Algebra

Operation Count; Numerical Linear Algebra 10 Operation Count; Numerical Linear Algebra 10.1 Introduction Many computations are limited simply by the sheer number of required additions, multiplications, or function evaluations. If floating-point

More information

1 Solving LPs: The Simplex Algorithm of George Dantzig

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

More information

Elementary Matrices and The LU Factorization

Elementary Matrices and The LU Factorization lementary Matrices and The LU Factorization Definition: ny matrix obtained by performing a single elementary row operation (RO) on the identity (unit) matrix is called an elementary matrix. There are three

More information

MAT 242 Test 2 SOLUTIONS, FORM T

MAT 242 Test 2 SOLUTIONS, FORM T MAT 242 Test 2 SOLUTIONS, FORM T 5 3 5 3 3 3 3. Let v =, v 5 2 =, v 3 =, and v 5 4 =. 3 3 7 3 a. [ points] The set { v, v 2, v 3, v 4 } is linearly dependent. Find a nontrivial linear combination of these

More information

6. Vectors. 1 2009-2016 Scott Surgent (surgent@asu.edu)

6. Vectors. 1 2009-2016 Scott Surgent (surgent@asu.edu) 6. Vectors For purposes of applications in calculus and physics, a vector has both a direction and a magnitude (length), and is usually represented as an arrow. The start of the arrow is the vector s foot,

More information

7 Gaussian Elimination and LU Factorization

7 Gaussian Elimination and LU Factorization 7 Gaussian Elimination and LU Factorization In this final section on matrix factorization methods for solving Ax = b we want to take a closer look at Gaussian elimination (probably the best known method

More information

6.4 Normal Distribution

6.4 Normal Distribution Contents 6.4 Normal Distribution....................... 381 6.4.1 Characteristics of the Normal Distribution....... 381 6.4.2 The Standardized Normal Distribution......... 385 6.4.3 Meaning of Areas under

More information