1300 Linear Algebra and Vector Geometry

Size: px
Start display at page:

Download "1300 Linear Algebra and Vector Geometry"

Transcription

1 1300 Linear Algebra and Vector Geometry R. Craigen Office: MH May-June 2017

2 Introduction: linear equations Read 1.1 (in the text that is!) Go to course, class webpages. Familiarize yourself their contents complete syllabus information (to appear) and link to Math 1300 Wiki Do all suggested homework problems from 1.1 (see course web page!) What is a linear equation? An equation (in 2 variables) whose graph is a line. (Get it? Linear!) ax + by = c Not all linear equations have this form (EG y = mx + b) but every line is expressed by some equation of this form a and b are... constants, called the coefficients (of variables x, y respectively)

3 Linear equations in many variables A linear equation in three variables is one of the form (or can be put in this form ) ax + by + cz = d Or... (since we re soon going to run out of names for variables and coefficients) a 1 x 1 + a 2 x 2 + a 3 x 3 = b By extension a linear equation in n variables (or unknowns) x 1,... x n with coefficients a 1,..., a n, b (b is called the constant coefficient) is one of the form a 1 x 1 + a 2 x a n x n = b

4 Linear systems: systems of linear equations A system of m linear equations in variables/unknowns x 1,..., x n is a collection of equations of the form a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2.. a m1 x 1 + a m2 x a mn x n = b m Observe: The double index for a ij tells you which equation it is in (i) and which variable it is a coefficient for (j) Notice we also index the constant coefficients (to indicate which equation) EG: x + y z = 3 x + 2y + 3z = 5 is a system of how many equations? 2 in how many variables? 3 In our notation, what is a 22? 2 a 13? 1

5 Solving equations An equation like 2x y + z = 5 is a statement about the variables x, y, z. It can be true (EG if (x, y, z) = (1, 1, 4)) or false (EG if (x, y, z) = (0, 0, 0)). A solution of an equation is an assignment of values making the equation true. The solution of an equation is the set of all solutions. To solve an equation means to show its solution. (i.e., all solutions). A parameter is a symbol representing a quantity that is an unrestricted choice of any (real) number. We use parameters to display infinitely many solutions. To solve this equation set x = s, y = t (s, t are parameters). Then z = 5 2x + y = 5 2s + t And our solution is (x, y, z) = (s, t, 5 2s + t).

6 Solving systems x + 5y 3z = 2 A system of equations, like y + 2z = 3 is a collection of one or more statements (i.e., equations). A solution to a system is any assignment of values making all of its equations true. The solution is the set of all solutions. EG: (x, y, z) = (0, 1, 1) is a solution to this system. But not (x, y, z) = (3, 3, 0) though it makes one equation true! To solve the above system subtract 5 (Eq. 2) from (Eq. 1): x + 5y 3z = 2 y + 2z = 3 = x 13z = 13 y + 2z = 3 Observe x, y are easily solved in terms of z. Think of z as free we can set it equal to a parameter: z = s. Our solution: (x, y, z) = (13s 13, 3 2s, s)

7 How many solutions can a system have? A system of linear equations can have: No solutions (We say such a system is inconsistent) EG: x + 2y + 3z = 1 2x + 4y + 6z = 0 Else it is consistent in one of two ways: exactly one solution EG: x + 2y = 1 x + y = 3 = y = 2 x + y = 3 = (x, y) = (5, 2) or infinitely many solutions EG: x + 2y = 1 x + 2y = 1 = = (x, y) = (1 2s, s) 2x + 4y = 2 0 = 0 No other possibilities!

8 Geometrical meaning of the three types Points common to all graphs of equations in the system. In the plane (x, y): intersection of lines In (3D) space (x, y, z): intersection of planes

9 Operations for manipulating systems of equations Operations which do not change the set of solutions Basic trick: perform operations that change the system but do not change the set of solutions 1. Multiply (both sides of) an equation by a nonzero constant EG: x + 2y = 1 x + 2y = 1 x 2y = 1 2x + 6y = 4 x + 3y = 2 x + 3y = 2 2. Interchange two equations x + y + z = 1 x + 2y + 3z = 2 x + z = 0 x + z = 0 x + 2y + 3z = 2 x + y + z = 1 3. Add a constant multiple of one equation to another x + y + z = 1 2x + 3y + 4z = 5 x + y + z = 1 Add ( 2) y + 2z = 3 first Eq. to second Eq.

10 The augmented matrix of a system Doing those operations on a system is TEDIOUS! Too many symbols to move around. (Unnecessarily). The augmented matrix of system a 11 x 1 + a 12 x a 1n x n = b a m1 x 1 + a m2 x a mn x n = b m Is the rectangular array of numbers a 11 a 12 a 1n b a m1 a m2 a mn b m All necessary information for a system is in its augmented matrix Variables are represented by columns We can reconstruct any system from its augmented matrix.

11 Elementary Row Operations (EROs) Operations on systems EROs Our operations on systems act only on the coefficients the data in its augmented matrix. They correspond to: 1. Multiply a row of the matrix by any nonzero constant ( 1 2 ) 1 ( 1 2 ) 1 ( R R 2 R 1 R 1 ) 2. Interchange two rows R 1 R Add any constant multiple of one row to another row ( ) 1 ( ) R 2 R 2 2R 1

12 Row Echelon form (REF) 1.2 We have EROs to manipulate systems of equations......but how to use them to solve those systems? Put a system in a form making it easy to write down a solution One form that is particularly good for this is called Row-Echelon Form: A matrix is in REF if it has the following properties: 1. If a row is not entirely zero its first nonzero entry is a 1 This entry is called a leading 1 (or a pivot) 2. Any entirely zero rows come after all nonzero rows 3. In any two nonzero rows, the leading 1 of the lower row is to the right of the leading 1 of the higher row EG: Notice a staircase pattern formed by the leading 1s

13 Solving a system in REF by back-subsitution The variables of a system in REF corresponding to columns with leading 1s are said to be bound (or leading variables). All other variables are free, and can be set equal to parameters. Solution is easily obtained by a process called back-substitution: 1. Convert augmented matrix in REF to a system of equations 2. Substitute a parameter for each free variable 3. Solve for the bound variables one per (nonzero) equation EG: We illustrate using a matrix already in REF x 1 x 2 + 2x 3 x 5 = 4 x 3 + x 4 + x 5 = 3 x 5 = 2 x 1, x 3, x 5 are bound; x 2, x 4 are free. Set x 2 = s, x 4 = t. Then x 5 = 2; x 3 = 3 x 4 x 5 = 3 t 2 = 1 t; x 1 = 4 + x 2 2x 3 + x 5 = 4 + s 2(1 t) + 2 = 4 + s + 2t Solution: (x 1, x 2, x 3, x 4, x 5 ) = (4 + s + 2t, s, t, t, 2)

14 What can go wrong? This process always solves the system... EXCEPT when... Solve for each variable starting with the rightmost and working to the left. This process always yields a solution... unless... UNLESS a leading 1 appears in the last column! If an augmented matrix in REF has a leading one in the final column there is no solution. Can you see why not? This corresponds to a system of equations in which one equation is 0 = 1 Consider the system corresponding to x + y + 2z = 3 y z = 2 0 = 1 Since 0 = 1 cannot be true the system has no solution.

15 Gaussian Elimination A method that will put any matrix into REF! A simple elimination procedure known as Gaussian elimination uses EROs to put a system into easy-to-solve REF. Perform the following 5 steps on the augmented matrix: Step 1: Locate the leftmost nonzero column of the matrix Step 2: If necessary exchange rows to bring a nonzero entry to the top position in this column Step 3: If that entry is a multiply the top row by 1 a (so that entry becomes a leading 1) Step 4: Add multiples of the top row to the lower rows so that all entries below the leading 1 become 0 Step 5: Now cover the top row. If no rows remain, stop. Otherwise, return to Step 1 and repeat the procedure on the remaining rows.

16 Reduced Row Echelon form (RREF) We can eliminate the step of back-substitution by going further with the matrix than simply REF an even stronger form A matrix is in RREF if: (1. 3.) It is in REF and If a column contains a leading 1, then every other entry in that column is 0 EG: Put this matrix in REF into RREF: R 1 R 1 2R R 1 R 1 + R

17 Solving a system in RREF in one step! If the augmented matrix of a system is in RREF then it can be solved in (essentially) one step Leading 1s are the only nonzero entries in their columns So leading (bound) variables appear in exactly one equation So you can solve for them in one step, substituting parameters for free variables! (If the last column has no leading 1) EG: x 2 x 4 = 4 x 3 + x 4 = 2 x 5 = 5 x 2 = 4 + x 4 x 3 = 2 x 4 x 5 = 5 Now x 1 and x 4 are free. Set them equal to r, s Our solution is (x 1, x 2, x 3, x 4, x 5 ) = (r, 4 + s, 2 s, s, 5)

18 Gauss-Jordan Elimination Always puts any matrix into RREF To put a matrix into RREF: (Forward phase) Use Gaussian elimination to put it into REF 6. (Backward phase) Starting with the rightmost leading 1 and working to the left, add multiples of nonzero rows to higher rows to make zero all entries above the leading 1s. EG:

19 Facts about REF and RREF In general, there are many sequences of EROs that will put a matrix in REF (and also in RREF) A given matrix can be put into more than one REF, in general. For example, ( ) ( ) ( ) R 2 R 2 R R 1 R 1 R The last two matrices are both REFs for the first one. Every matrix has, however, exactly one RREF. It follows that the positions of the leading 1s in any REF for a given matrix are the same. Columns containing leading 1s are called pivot columns.

20 Homogeneous linear systems A system of equations is homogeneous if all constant terms are zero: a 11 x 1 + a 12 x a 1n x n = 0 a 21 x 1 + a 22 x a 2n x n = 0.. a m1 x 1 + a m2 x a mn x n = 0 What can be said about the existence of a solution to such a system of equations? Every homogeneous system has at least one solution namely x 1 = x 2 = = x n = 0. This is called the trivial solution. (All other solutions are nontrivial solutions)

21 Example: homogeneous systems Trivial and nontrivial solutions For example, x 1 = x 2 = x 3 = x 4 = 0 is a solution to ( ) ( ) x 1 + 2x 2 x 4 = x 2 + x 3 = General solution (x 1, x 2, x 3, x 4 ) = (2s + t, s, s, t) includes trivial case (set s = t = 0) but also nontrivial cases (s = t = 1 gives (x 1, x 2, x 3, x 4 ) = (3, 1, 1, 1)) But in the following case: x + y = x + z = y + z = by some EROs No free variables. But trivial solution exists and is unique. Graphs of Homogeneous equations in 2D? Lines through (0, 0) In 3D? Planes through (0, 0, 0). (The origin is always common!)

22 Important facts about homogeneous systems Theorem If a homogeneous system of equations has n unknowns and the REF for its augmented matrix has r leading 1s, then the system has n r free variables... therefore a parametric solution to the system should have n r parameters If the system has m equations, then its matrix has m rows. How many leading 1s can we obtain? (At most m) What can we say about n r if m < n? (r m < n so n r > 0) Theorem A homogeneous system having more unknowns than equations has infinitely many solutions....and therefore at least one nontrivial solution!

23 Matrices ( 1.3) A matrix is a rectangular array of numbers. EG: ( ) M = Where have you encountered such arrangements of numbers? Some cases: spreadsheets... calendars... Bingo cards... our augmented matrices (of course!) The numbers in a matrix are its entries. The matrix A = a 11 a 12 a 1n a 21 a 22 a 2n..... a m1 a m2 a mn has m rows (horizontal lines) and n columns (vertical lines) The entry in the ith row and jth column (or (i, j) position) is denoted by (A) ij = a ij. What is (M) 21, above? Ans: 4

24 More elementary stuff about matrices Scalars are numerical quantities (in this case real numbers) the entries of a matrix are scalars. (Matrices are not scalars!) A matrix with m rows and n columns, a 11 a 1n A =.. a m1 a mn is said to be m n. This is the size of the matrix. If m = n it is a square matrix of order n. The main diagonal of a square matrix of order n consists of entries a 11, a 22,..., a nn. (Top left to bottom right diagonal) Two matrices A, B are said to be equal (and write A = B) if 1. They are the same size; and 2. Entries in corresponding positions are equal That is, (A) ij = (B) ij for all values of i and j

25 Matrix arithmetic Addition and subtraction of matrices The sum of matrices a 11 a 1n A =.., B = a 11 a 1n a m1 a mn b m1 b mn is obtained by adding corresponding entries: a 11 + b 11 a 1n + b 1n A + B =.. EG: ( ) ( ) = a m1 + b m1 a mn + b mn of the same size ( ) = ( 2 1 ) Similarly with subtraction of matrices. ( ) ( ) ( ) = = ( 0 3 )

26 Scalar multiplication a 11 a 1n Multiplication of a matrix A =.. a m1 a mn by a scalar c is even easier: multiply every entry of A by c. ca 11 ca 1n ca =.... ca m1 ca mn EG: 7 ( ) = ( ) = ( 7 14 ) Observe: subtraction can be performed by combining sum and scalar multiplication. A B = A + ( 1)B: ( ) ( ) ( ) = ( ) ( ) ( ) = + ( 1) =

27 Row and column vectors A 1 n matrix is called a row, or row vector. In this way all n-tuples can be considered as matrices. An m 1 matrix is called a column, or column vector. n-tuples can be represented either as rows or columns. Matrices are often partititioned into smaller parts called submatrices by inserting horizontal and vertical lines (as in the augmented matrix!). Two important partitions of a matrix: 1. Into its row vectors: ( ) ( ) r1 = = r 2 2. Into its column vectors: ( ) = = (c c 2 c 3 )

28 Matrix arithmetic Multiplication: the row-column rule One can add or subtract matrices only if their sizes match! Similarly we have a matrix multiplication that depends on matrices being compatible for this... row-column rule for multiplication If A is an m r matrix and B is an r n matrix then their product C = AB is the m n matrix whose (i, j) entry is c ij = a i1 b 1j + a i2 b 2j + + a ir b rj (multiply corresponding entries of row i of A and column j of B and add up all the results) ( ) b EG: The (1, 1) entry of the product a c d is ( e f ) 2a + c + 3e 2b + d + 3f 2a + 1c + 3e. The complete matrix: 4a + 5c + 6e 4b + 5d + 6f

29 About calculating matrix products When they re defined; what the resulting matrix looks like For the product AB to be defined: The rows of A must be the same length as the columns of B I.e., (# of columns of A) = (# of rows of B) Thus if A is m q and B is r n we must have q = r If q r then the product AB is not defined AB has same # of rows as A and same # of columns as B A helpful mnemonic: A {}}{ (m r) r inner numbers must match B {}}{ (r r n) = AB {}}{ m n and they cancel

30 Example: Which products are defined? ( ) ( ) Let A =, B =, C = Find, or give reason not defined: ( ) AB? ; AC? No (# cols of A) (# rows of C) ( ) 2 3 BA? No (# cols of B) (# rows of A); BC? CA? 2 4 ; CB? ; AA = A 2? B 2? C 2? Both no (# rows) (# cols) (not square!) Notice AB BA, BC CB etc.! ( )

31 WEEK 1: May 1-5 ACTION ITEMS Read 1.1, 1.2, 1.3 (in the text that is!) Go to our webpages and familiarize yourself their content. - Note there are two pages: a generic course page and a specific class page (for our section A01). They link to each other. - On the course page is all general information about the course, old exams, general resources provided by UM. Note particularly the Math 1300 Wiki pages designed for this course. - The class page has things specific to our class such as any handouts, lecture notes, quiz solutions, our provisional schedule of classes showing what is to be covered, and recent announcements. Link to the Math 1300 Wiki and familiarize yourself with it In particular read the entire Wiki section Systems of linear equations, Wiki pages on definition of matrices & square matrices Do all suggested homework problems from 1.1, 1.2 and the first part of 1.3 (see the course web page link to suggested homework!)

32 WEEK 1: May 1-5 SUMMARY OF TERMS DEFINED Linear equation; index/indices, double index; coefficients, constant coefficient; variables/unknowns; system of (m) linear equations; solution (of an equation or system), to solve, a solution versus the (general) solution; parameter, parametric solution; free and bound variables; consistent/inconsistent systems; augmented matrix of a system, EROs, leading 1 (pivot), pivot columns, leading variables, bound & free variables, row-echelon form (REF), reduced row-echelon form (RREF), back-substitution, Homogeneous systems, trivial & nontrivial solutions, matrix, entry, position (in a matrix), scalars, size (of a matrix), row & column indices, main diagonal, equal (matrices), sum (of matrices also addition ) and subtraction (also difference ), row/row vector, column/column vector, partitioned (matrix), submatrix, multiplication of a matrix by a scalar, and product of (two) matrices

33 WEEK 1: May 1-5 SUMMARY OF KEY CONCEPTS Line in linear refers to the graph of a 2 variable linear equation. In 3 or more variables, a the graph of a linear equation is not a line. EG, in 3 variables it is a 2-dimen- sional surface in space. However it is analogous to lines in 2 dimensions. In this case (we shall see) it is a plane. the solution to a system is also called its general solution. Most often a general solution is expressed using parameters that is, in parametric form, or it is a parametric solution. How many solutions a system might have, and the corresponding geometrical arrangement of planes and lines (in R 2 and R 3 Linear systems have: (i) no solutions (inconsistent); (ii) a unique (i.e., only one) solution (consistent); or (iii) infinitely many solutions (consistent). In 2 & 3 variables solutions lines or planes intersecting. Certain operations change a system of eq s, but not the set of solutions.

34 WEEK 1: May 1-5 SUMMARY OF KEY CONCEPTS continued The augmented matrix of a system contains all essential information about the system and can be manipulated in place of the system. Put into REF by Gaussian elimination it is easy to solve by back-substitution. A leading 1 in the last column signals no solution. Put into RREF a system can be solved in one step. RREF for any matrix is unique, but there are many REFs. There are also many sequences of EROs to put a matrix into these forms. The pivot columns and positions of leading 1s does not depend on the sequence used. Homogeneous systems always have a (trivial) solution. They might also have (infinitely many) nontrivial solutions. If m (number of equations) < n (number of unknowns) this is guaranteed; specifically there are n r free variables. Graphs of homogeneous systems are lines (in 2D) or planes (in 3D) through the origin. Difference of matrices can be written as sum and scalar mult. by 1; partitions of matrices into rows and columns

35 WEEK 1: May 1-5 SUMMARY OF METHODS LEARNED 3 operations on systems that don t affect solutions: (i) multiply an eq. by a nonzero constant; (ii) swap two eq s; (iii) add a multiple (any multiple) of one eq. to another. One can isolate a variable in one eq. and use that eq. to solve for that variable. Variables not eliminated in this way are treated as free, and set equal to parameters; solving for the other variables, the solution is given as equation of n-tuples. Converting between systems and augmented matrices, annotating EROs, Gaussian and Gauss-Jordan elimination, back-substitution, recognizing inconsistent systems by their REF. Predicting how many parameters in a solution and a nontrivial solution to a homogeneous system. Adding/subtracting matrices; product using row-column rule; knowing for which pairs of matrices sum, difference and product are (aren t) defined;

1300 Linear Algebra and Vector Geometry Week 2: Jan , Gauss-Jordan, homogeneous matrices, intro matrix arithmetic

1300 Linear Algebra and Vector Geometry Week 2: Jan , Gauss-Jordan, homogeneous matrices, intro matrix arithmetic 1300 Linear Algebra and Vector Geometry Week 2: Jan 14 18 1.2, 1.3... Gauss-Jordan, homogeneous matrices, intro matrix arithmetic R. Craigen Office: MH 523 Email: craigenr@umanitoba.ca Winter 2019 What

More information

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

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

More information

Linear Equations in Linear Algebra

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

More information

Section Gaussian Elimination

Section Gaussian Elimination Section. - Gaussian Elimination A matrix is said to be in row echelon form (REF) if it has the following properties:. The first nonzero entry in any row is a. We call this a leading one or pivot one..

More information

Row Reduced Echelon Form

Row Reduced Echelon Form Math 40 Row Reduced Echelon Form Solving systems of linear equations lies at the heart of linear algebra. In high school we learn to solve systems in or variables using elimination and substitution of

More information

Example: 2x y + 3z = 1 5y 6z = 0 x + 4z = 7. Definition: Elementary Row Operations. Example: Type I swap rows 1 and 3

Example: 2x y + 3z = 1 5y 6z = 0 x + 4z = 7. Definition: Elementary Row Operations. Example: Type I swap rows 1 and 3 Math 0 Row Reduced Echelon Form Techniques for solving systems of linear equations lie at the heart of linear algebra. In high school we learn to solve systems with or variables using elimination and substitution

More information

1 - Systems of Linear Equations

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

More information

Chapter 1. Vectors, Matrices, and Linear Spaces

Chapter 1. Vectors, Matrices, and Linear Spaces 1.4 Solving Systems of Linear Equations 1 Chapter 1. Vectors, Matrices, and Linear Spaces 1.4. Solving Systems of Linear Equations Note. We give an algorithm for solving a system of linear equations (called

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

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

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

More information

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

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

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

More information

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

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

More information

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 1 x 2. x n 8 (4) 3 4 2

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2 MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS SYSTEMS OF EQUATIONS AND MATRICES Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

1111: Linear Algebra I

1111: Linear Algebra I 1111: Linear Algebra I Dr. Vladimir Dotsenko (Vlad) Lecture 6 Dr. Vladimir Dotsenko (Vlad) 1111: Linear Algebra I Lecture 6 1 / 14 Gauss Jordan elimination Last time we discussed bringing matrices to reduced

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

Example: 2x y + 3z = 1 5y 6z = 0 x + 4z = 7. Definition: Elementary Row Operations. Example: Type I swap rows 1 and 3

Example: 2x y + 3z = 1 5y 6z = 0 x + 4z = 7. Definition: Elementary Row Operations. Example: Type I swap rows 1 and 3 Linear Algebra Row Reduced Echelon Form Techniques for solving systems of linear equations lie at the heart of linear algebra. In high school we learn to solve systems with or variables using elimination

More information

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

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

More information

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

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

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

More information

Linear Algebra I Lecture 10

Linear Algebra I Lecture 10 Linear Algebra I Lecture 10 Xi Chen 1 1 University of Alberta January 30, 2019 Outline 1 Gauss-Jordan Algorithm ] Let A = [a ij m n be an m n matrix. To reduce A to a reduced row echelon form using elementary

More information

Relationships Between Planes

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

More information

Lectures on Linear Algebra for IT

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

More information

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

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

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

1111: Linear Algebra I

1111: Linear Algebra I 1111: Linear Algebra I Dr. Vladimir Dotsenko (Vlad) Michaelmas Term 2015 Dr. Vladimir Dotsenko (Vlad) 1111: Linear Algebra I Michaelmas Term 2015 1 / 15 From equations to matrices For example, if we consider

More information

1 Last time: linear systems and row operations

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

More information

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

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

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

More information

Chapter 1: Systems of Linear Equations

Chapter 1: Systems of Linear Equations Chapter : Systems of Linear Equations February, 9 Systems of linear equations Linear systems Lecture A linear equation in variables x, x,, x n is an equation of the form a x + a x + + a n x n = b, where

More information

Linear Algebra March 16, 2019

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

More information

Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination

Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination Winfried Just, Ohio University September 22, 2017 Review: The coefficient matrix Consider a system of m linear equations in n variables.

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

Recall, we solved the system below in a previous section. Here, we learn another method. x + 4y = 14 5x + 3y = 2

Recall, we solved the system below in a previous section. Here, we learn another method. x + 4y = 14 5x + 3y = 2 We will learn how to use a matrix to solve a system of equations. College algebra Class notes Matrices and Systems of Equations (section 6.) Recall, we solved the system below in a previous section. Here,

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

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

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

More information

Matrices and RRE Form

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

More information

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

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

More information

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

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

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

More information

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

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

More information

Linear Algebra I Lecture 8

Linear Algebra I Lecture 8 Linear Algebra I Lecture 8 Xi Chen 1 1 University of Alberta January 25, 2019 Outline 1 2 Gauss-Jordan Elimination Given a system of linear equations f 1 (x 1, x 2,..., x n ) = 0 f 2 (x 1, x 2,..., x n

More information

Math "Matrix Approach to Solving Systems" Bibiana Lopez. November Crafton Hills College. (CHC) 6.3 November / 25

Math Matrix Approach to Solving Systems Bibiana Lopez. November Crafton Hills College. (CHC) 6.3 November / 25 Math 102 6.3 "Matrix Approach to Solving Systems" Bibiana Lopez Crafton Hills College November 2010 (CHC) 6.3 November 2010 1 / 25 Objectives: * Define a matrix and determine its order. * Write the augmented

More information

Row Reduction and Echelon Forms

Row Reduction and Echelon Forms Row Reduction and Echelon Forms 1 / 29 Key Concepts row echelon form, reduced row echelon form pivot position, pivot, pivot column basic variable, free variable general solution, parametric solution existence

More information

MTH 464: Computational Linear Algebra

MTH 464: Computational Linear Algebra MTH 464: Computational Linear Algebra Lecture Outlines Exam 1 Material Dr. M. Beauregard Department of Mathematics & Statistics Stephen F. Austin State University January 9, 2018 Linear Algebra (MTH 464)

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

March 19 - Solving Linear Systems

March 19 - Solving Linear Systems March 19 - Solving Linear Systems Welcome to linear algebra! Linear algebra is the study of vectors, vector spaces, and maps between vector spaces. It has applications across data analysis, computer graphics,

More information

Lecture Notes in Linear Algebra

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

More information

Systems of Linear Equations. By: Tri Atmojo Kusmayadi and Mardiyana Mathematics Education Sebelas Maret University

Systems of Linear Equations. By: Tri Atmojo Kusmayadi and Mardiyana Mathematics Education Sebelas Maret University Systems of Linear Equations By: Tri Atmojo Kusmayadi and Mardiyana Mathematics Education Sebelas Maret University Standard of Competency: Understanding the properties of systems of linear equations, matrices,

More information

Linear equations in linear algebra

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

More information

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 2: Matrices and Linear Systems

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

More information

Exercise Sketch these lines and find their intersection.

Exercise Sketch these lines and find their intersection. These are brief notes for the lecture on Friday August 21, 2009: they are not complete, but they are a guide to what I want to say today. They are not guaranteed to be correct. 1. Solving systems of linear

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

Lecture 1 Systems of Linear Equations and Matrices

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

More information

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

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

More information

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

7.5 Operations with Matrices. Copyright Cengage Learning. All rights reserved.

7.5 Operations with Matrices. Copyright Cengage Learning. All rights reserved. 7.5 Operations with Matrices Copyright Cengage Learning. All rights reserved. What You Should Learn Decide whether two matrices are equal. Add and subtract matrices and multiply matrices by scalars. Multiply

More information

1300 Linear Algebra and Vector Geometry

1300 Linear Algebra and Vector Geometry 1300 Linear Algebra and Vector Geometry R. Craigen Office: MH 523 Email: craigenr@umanitoba.ca May-June 2017 Matrix Inversion Algorithm One payoff from this theorem: It gives us a way to invert matrices.

More information

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

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

More information

Linear Algebra Homework and Study Guide

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

More information

LINEAR SYSTEMS, MATRICES, AND VECTORS

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

More information

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations.

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations. POLI 7 - Mathematical and Statistical Foundations Prof S Saiegh Fall Lecture Notes - Class 4 October 4, Linear Algebra The analysis of many models in the social sciences reduces to the study of systems

More information

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

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

More information

Chapter 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

CHAPTER 9: Systems of Equations and Matrices

CHAPTER 9: Systems of Equations and Matrices MAT 171 Precalculus Algebra Dr. Claude Moore Cape Fear Community College CHAPTER 9: Systems of Equations and Matrices 9.1 Systems of Equations in Two Variables 9.2 Systems of Equations in Three Variables

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

All of my class notes can be found at

All of my class notes can be found at My name is Leon Hostetler I am currently a student at Florida State University majoring in physics as well as applied and computational mathematics Feel free to download, print, and use these class notes

More information

Math 313 Chapter 1 Review

Math 313 Chapter 1 Review Math 313 Chapter 1 Review Howard Anton, 9th Edition May 2010 Do NOT write on me! Contents 1 1.1 Introduction to Systems of Linear Equations 2 2 1.2 Gaussian Elimination 3 3 1.3 Matrices and Matrix Operations

More information

Introduction to Matrices

Introduction to Matrices POLS 704 Introduction to Matrices Introduction to Matrices. The Cast of Characters A matrix is a rectangular array (i.e., a table) of numbers. For example, 2 3 X 4 5 6 (4 3) 7 8 9 0 0 0 Thismatrix,with4rowsand3columns,isoforder

More information

Chapter Contents. A 1.6 Further Results on Systems of Equations and Invertibility 1.7 Diagonal, Triangular, and Symmetric Matrices

Chapter Contents. A 1.6 Further Results on Systems of Equations and Invertibility 1.7 Diagonal, Triangular, and Symmetric Matrices Chapter Contents. Introduction to System of Linear Equations. Gaussian Elimination.3 Matrices and Matri Operations.4 Inverses; Rules of Matri Arithmetic.5 Elementary Matrices and a Method for Finding A.6

More information

Math 1021, Linear Algebra 1. Section: A at 10am, B at 2:30pm

Math 1021, Linear Algebra 1. Section: A at 10am, B at 2:30pm Math 1021, Linear Algebra 1. Section: A at 10am, B at 2:30pm All course information is available on Moodle. Text: Nicholson, Linear algebra with applications, 7th edition. We shall cover Chapters 1,2,3,4,5:

More information

CHAPTER 8: MATRICES and DETERMINANTS

CHAPTER 8: MATRICES and DETERMINANTS (Section 8.1: Matrices and Determinants) 8.01 CHAPTER 8: MATRICES and DETERMINANTS The material in this chapter will be covered in your Linear Algebra class (Math 254 at Mesa). SECTION 8.1: MATRICES and

More information

Lecture 2 Systems of Linear Equations and Matrices, Continued

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

More information

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

APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF

APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF ELEMENTARY LINEAR ALGEBRA WORKBOOK/FOR USE WITH RON LARSON S TEXTBOOK ELEMENTARY LINEAR ALGEBRA CREATED BY SHANNON MARTIN MYERS APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF When you are done

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

System of Linear Equations

System of Linear Equations Chapter 7 - S&B Gaussian and Gauss-Jordan Elimination We will study systems of linear equations by describing techniques for solving such systems. The preferred solution technique- Gaussian elimination-

More information

7.6 The Inverse of a Square Matrix

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

More information

MAC Module 1 Systems of Linear Equations and Matrices I

MAC Module 1 Systems of Linear Equations and Matrices I MAC 2103 Module 1 Systems of Linear Equations and Matrices I 1 Learning Objectives Upon completing this module, you should be able to: 1. Represent a system of linear equations as an augmented matrix.

More information

PH1105 Lecture Notes on Linear Algebra.

PH1105 Lecture Notes on Linear Algebra. PH05 Lecture Notes on Linear Algebra Joe Ó hógáin E-mail: johog@mathstcdie Main Text: Calculus for the Life Sciences by Bittenger, Brand and Quintanilla Other Text: Linear Algebra by Anton and Rorres Matrices

More information

x y = 1, 2x y + z = 2, and 3w + x + y + 2z = 0

x y = 1, 2x y + z = 2, and 3w + x + y + 2z = 0 Section. Systems of Linear Equations The equations x + 3 y =, x y + z =, and 3w + x + y + z = 0 have a common feature: each describes a geometric shape that is linear. Upon rewriting the first equation

More information

9.1 - Systems of Linear Equations: Two Variables

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

More information

3. Replace any row by the sum of that row and a constant multiple of any other row.

3. Replace any row by the sum of that row and a constant multiple of any other row. Section. Solution of Linear Systems by Gauss-Jordan Method A matrix is an ordered rectangular array of numbers, letters, symbols or algebraic expressions. A matrix with m rows and n columns has size or

More information

Linear Algebra: Lecture Notes. Dr Rachel Quinlan School of Mathematics, Statistics and Applied Mathematics NUI Galway

Linear Algebra: Lecture Notes. Dr Rachel Quinlan School of Mathematics, Statistics and Applied Mathematics NUI Galway Linear Algebra: Lecture Notes Dr Rachel Quinlan School of Mathematics, Statistics and Applied Mathematics NUI Galway November 6, 23 Contents Systems of Linear Equations 2 Introduction 2 2 Elementary Row

More information

We could express the left side as a sum of vectors and obtain the Vector Form of a Linear System: a 12 a x n. a m2

We could express the left side as a sum of vectors and obtain the Vector Form of a Linear System: a 12 a x n. a m2 Week 22 Equations, Matrices and Transformations Coefficient Matrix and Vector Forms of a Linear System Suppose we have a system of m linear equations in n unknowns a 11 x 1 + a 12 x 2 + + a 1n x n b 1

More information

Math 314 Lecture Notes Section 006 Fall 2006

Math 314 Lecture Notes Section 006 Fall 2006 Math 314 Lecture Notes Section 006 Fall 2006 CHAPTER 1 Linear Systems of Equations First Day: (1) Welcome (2) Pass out information sheets (3) Take roll (4) Open up home page and have students do same

More information

Linear Algebra. Solving Linear Systems. Copyright 2005, W.R. Winfrey

Linear Algebra. Solving Linear Systems. Copyright 2005, W.R. Winfrey Copyright 2005, W.R. Winfrey Topics Preliminaries Echelon Form of a Matrix Elementary Matrices; Finding A -1 Equivalent Matrices LU-Factorization Topics Preliminaries Echelon Form of a Matrix Elementary

More information

Review of matrices. Let m, n IN. A rectangle of numbers written like A =

Review of matrices. Let m, n IN. A rectangle of numbers written like A = Review of matrices Let m, n IN. A rectangle of numbers written like a 11 a 12... a 1n a 21 a 22... a 2n A =...... a m1 a m2... a mn where each a ij IR is called a matrix with m rows and n columns or an

More information

Chapter 2. Systems of Equations and Augmented Matrices. Creighton University

Chapter 2. Systems of Equations and Augmented Matrices. Creighton University Chapter Section - Systems of Equations and Augmented Matrices D.S. Malik Creighton University Systems of Linear Equations Common ways to solve a system of equations: Eliminationi Substitution Elimination

More information

5x 2 = 10. x 1 + 7(2) = 4. x 1 3x 2 = 4. 3x 1 + 9x 2 = 8

5x 2 = 10. x 1 + 7(2) = 4. x 1 3x 2 = 4. 3x 1 + 9x 2 = 8 1 To solve the system x 1 + x 2 = 4 2x 1 9x 2 = 2 we find an (easier to solve) equivalent system as follows: Replace equation 2 with (2 times equation 1 + equation 2): x 1 + x 2 = 4 Solve equation 2 for

More information

Homework Set #1 Solutions

Homework Set #1 Solutions Homework Set #1 Solutions Exercises 1.1 (p. 10) Assignment: Do #33, 34, 1, 3,, 29-31, 17, 19, 21, 23, 2, 27 33. (a) True. (p. 7) (b) False. It has five rows and six columns. (c) False. The definition given

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

Lecture 22: Section 4.7

Lecture 22: Section 4.7 Lecture 22: Section 47 Shuanglin Shao December 2, 213 Row Space, Column Space, and Null Space Definition For an m n, a 11 a 12 a 1n a 21 a 22 a 2n A = a m1 a m2 a mn, the vectors r 1 = [ a 11 a 12 a 1n

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

Math 220: Summer Midterm 1 Questions

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

More information

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

MTH 2530: Linear Algebra. Sec Systems of Linear Equations

MTH 2530: Linear Algebra. Sec Systems of Linear Equations MTH 0 Linear Algebra Professor Chao Huang Department of Mathematics and Statistics Wright State University Week # Section.,. Sec... Systems of Linear Equations... D examples Example Consider a system of

More information