1.2 Matrices Vectors and Gauss – Jordan elimination (This is such an interesting topic that it was made into a movie)

Slides:



Advertisements
Similar presentations
Copyright © Cengage Learning. All rights reserved.
Advertisements

Section 2.2 Systems of Liner Equations: Unique Solutions.
§ 3.4 Matrix Solutions to Linear Systems.
Gauss – Jordan Elimination Method: Example 2 Solve the following system of linear equations using the Gauss - Jordan elimination method Slide 1.
Lesson 8 Gauss Jordan Elimination
Chapter 2 Section 1 Solving a System of Linear Equations (using Matrices)
Linear Systems and Matrices
Lesson 8.1, page 782 Matrix Solutions to Linear Systems
Section 8.1 – Systems of Linear Equations
Warm-Up Solving Systems of Equations Learning Targets l Refresher on solving systems of equations l Matrices –Operations –Uses –Reduced Row Echelon.
Table of Contents Solving Systems of Linear Equations - Gaussian Elimination The method of solving a linear system of equations by Gaussian Elimination.
Matrices Write and Augmented Matrix of a system of Linear Equations Write the system from the augmented matrix Solve Systems of Linear Equations using.
1 Systems of Linear Equations & Matrices Sections 4.2 & 4.3 After today’s lesson, you will be able to Use terms associated with matrices. Set up and solve.
Linear Algebra – Linear Equations
1.2 Gaussian Elimination.
Table of Contents Solving Linear Systems of Equations - Calculator Methods Consider the following augmented matrix... The rows can be written as... Row.
SYSTEMS OF LINEAR EQUATIONS
Section 8.1/8.2 Matrix Solutions to Linear Systems Inconsistent and Dependent Systems.
8.1 Matrix Solutions to Linear Systems Veronica Fangzhu Xing 3 rd period.
Chapter 1 Systems of Linear Equations and Matrices
Copyright © 2007 Pearson Education, Inc. Slide 7-1.
Reduced Row Echelon Form
Chapter 8 Matrices and Determinants By Richard Warner, Nate Huyser, Anastasia Sanderson, Bailey Grote.
Matrices King Saud University. If m and n are positive integers, then an m  n matrix is a rectangular array in which each entry a ij of the matrix is.
Copyright © Cengage Learning. All rights reserved. 7.4 Matrices and Systems of Equations.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Warm-Up Write each system as a matrix equation. Then solve the system, if possible, by using the matrix equation. 6 minutes.
Sec 3.1 Introduction to Linear System Sec 3.2 Matrices and Gaussian Elemination The graph is a line in xy-plane The graph is a line in xyz-plane.
Euclidean m-Space & Linear Equations Row Reduction of Linear Systems.
Three variables Systems of Equations and Inequalities.
How To Find The Reduced Row Echelon Form. Reduced Row Echelon Form A matrix is said to be in reduced row echelon form provided it satisfies the following.
Row Reduction Method Lesson 6.4.
Row rows A matrix is a rectangular array of numbers. We subscript entries to tell their location in the array Matrices are identified by their size.
8.1 Matrices and Systems of Equations. Let’s do another one: we’ll keep this one Now we’ll use the 2 equations we have with y and z to eliminate the y’s.
Sec 3.2 Matrices and Gaussian Elemination Coefficient Matrix 3 x 3 Coefficient Matrix 3 x 3 Augmented Coefficient Matrix 3 x 4 Augmented Coefficient Matrix.
Lesson 5.4 Solving System of Equations Using Matrices.
Using Matrices A matrix is a rectangular array that can help us to streamline the solving of a system of equations The order of this matrix is 2 × 3 If.
Chapter 11 Section 11.4 Solving Larger Systems of Equations.
Chapter 1 Section 1.1 Introduction to Matrices and systems of Linear Equations.
The Determinant of a Matrix Note: The determinant of a matrix can be positive, zero, or negative. Chapter 3 Determinants.
Matrices and Systems of Equations
Matrices and Systems of Linear Equations
Linear Equation System Pertemuan 4 Matakuliah: S0262-Analisis Numerik Tahun: 2010.
Hello Mr. Anderson… We’ve been waiting for you.. Hello Mr. Anderson… We’ve been waiting for you.
10.2 Systems of Linear Equations: Matrices Objectives Objectives 1.Write the Augmented Matrix 2.Write the System from the Augmented matrix 3.Perform Row.
Matrices and Systems of Equations
Meeting 19 System of Linear Equations. Linear Equations A solution of a linear equation in n variables is a sequence of n real numbers s 1, s 2,..., s.
7.3 & 7.4 – MATRICES AND SYSTEMS OF EQUATIONS. I N THIS SECTION, YOU WILL LEARN TO  Write a matrix and identify its order  Perform elementary row operations.
Warm- Up Solve the following systems using elimination or substitution : 1. x + y = 6 -3x + y = x + 4y = 7 x + 2y = 7.
 Recall that when you wanted to solve a system of equations, you used to use two different methods.  Substitution Method  Addition Method.
3/18/2016Agenda Textbook / Web Based ResourceTextbook / Web Based Resource –Basics of Matrices –Row-Echelon Form –Reduced Row Echelon Form ClassworkClasswork.
Gaussian Elimination Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 Gaussian elimination with back-substitution.
College Algebra Chapter 6 Matrices and Determinants and Applications
Chapter 7: Systems of Equations and Inequalities; Matrices
Section 6.1 Systems of Linear Equations
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Gaussian Elimination and Gauss-Jordan Elimination
Gaussian Elimination and Gauss-Jordan Elimination
Systems of Linear Equations: Matrices
Solving Systems of Equations Using Matrices
12-2: Matrices.
Chapter 8: Lesson 8.1 Matrices & Systems of Equations
Agenda Textbook / Web Based Resource Basics of Matrices Classwork
Matrices and Systems of Equations
Gaussian Elimination and Gauss-Jordan Elimination
Elementary Row Operations Gaussian Elimination Method
College Algebra Chapter 6 Matrices and Determinants and Applications
Section 8.1 – Systems of Linear Equations
Matrices are identified by their size.
Presentation transcript:

1.2 Matrices Vectors and Gauss – Jordan elimination (This is such an interesting topic that it was made into a movie)

Matrix Notations A website that has programs that will do most operations in this course (an online calculator for matrices) http://www.math.odu.edu/~bogacki/cgi-bin/lat.cgi

Write the system as a matrix Write the following matrix in reduced row echelon form (example taken from p. 12 of text) 2x + 8y + 4z = 2 2x + 5y + z = 5 4x + 10y – z = 1

Solution

Solution slide 2

What are legal steps for reducing a matrix? You are allowed to interchange rows. You are allowed to multiply a row by a constant. You are allowed to add two rows together. (This implies that you can multiply a row by a constant then add it to another row.)

What is the order that a matrix should be simplified? Step 1: Get a 1 in the upper left hand corner. Step 2: Obtain 0’s for the rest of the first column Step 3: Get a 1 on the main diagonal in the next column. Step 4: Get zeros below the one obtained in step 3 Step 5: return to step 3 and repeat steps 3 and 4 until there are 1s on the main diagonal and zeros below it. Step 6: start on the right most column and get zeros above the main diagonal. Repeat this for all diagonals from right to left.

Reduced Row-Echelon (rref) Form A matrix is in reduced-row echelon form if it satisfies all of the following conditions: If a row has nonzero entries, then the first nonzero entry is 1 called the leading 1 in this row. If a column contains a leading 1, then all other entries in that column are zero If a row contains a leading 1, then each row above contains a leading 1 further to the left

Which matrices are in Reduced Row Echelon form Which matrices are in Reduced Row Echelon form? If a matrix is not in rref then what changes would be needed to change it to that form?

Write the given matrix in reduced row echelon form using a TI-89 Calculator 2nd 5 (math) 4 (matrix) 4(rref) - rref stands for reduced row echelon form rref([1,3;2,5])

Homework p. 18 1-19 odd,18, 20, 21, 22, 27 Q: How does a mathematician induce good behavior in her children? A: `I've told you n times, I've told you n+1 times...'