Lesson 13-1: Matrices & Systems Objective: Students will: State the dimensions of a matrix Solve systems using matrices.

Slides:



Advertisements
Similar presentations
Gaussian Elimination Matrices Solutions By Dr. Julia Arnold.
Advertisements

§ 3.4 Matrix Solutions to Linear Systems.
4.3 Matrix Approach to Solving Linear Systems 1 Linear systems were solved using substitution and elimination in the two previous section. This section.
Gauss – Jordan Elimination Method: Example 2 Solve the following system of linear equations using the Gauss - Jordan elimination method Slide 1.
1 Copyright © 2015, 2011, 2007 Pearson Education, Inc. Chapter 4-1 Systems of Equations and Inequalities Chapter 4.
Modeling with Polynomial Functions
Solving systems using matrices
Chapter 2 Section 1 Solving a System of Linear Equations (using Matrices)
TRIVIA Click for Question What kind of matrix contains the coefficients and constants of a system of linear equations? An augmented matrix Click for:
Part 2.  Review…  Solve the following system by elimination:  x + 2y = 1 5x – 4y = -23  (2)x + (2)2y = 2(1)  2x + 4y = 2 5x – 4y = -23  7x = -21.
3.1 - Solving Systems by Graphing. All I do is Solve!
Table of Contents Solving Systems of Linear Equations - Gaussian Elimination The method of solving a linear system of equations by Gaussian Elimination.
Algebra 2: Lesson 5 Using Matrices to Organize Data and Solve Problems.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
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.
Solving Systems of Equations by matrices
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall.
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.
4.4 & 4.5 Notes Remember: Identity Matrices: If the product of two matrices equal the identity matrix then they are inverses.
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.
Using Matrices to Solve Systems of Equations Matrix Equations l We have solved systems using graphing, but now we learn how to do it using matrices.
Inverse Matrices and Systems
Chapter 1 Section 1.1 Introduction to Matrices and systems of Linear Equations.
4.7 Identity and Inverse Matrices and Solving Systems of Equations Objectives: 1.Determine whether two matrices are inverses. 2.Find the inverse of a 2x2.
Unit 3: Matrices.
Linear Systems and Augmented Matrices. What is an augmented matrix?  An augmented matrix is essentially two matrices put together.  In the case of a.
4.3 Determinants and Cramer’s rule How do you find the determinant of a matrix? How do you find the area of a triangle given 3 sets of coordinates? How.
Triangular Form and Gaussian Elimination Boldly on to Sec. 7.3a… HW: p odd.
Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.
Class Opener:. Identifying Matrices Student Check:
Copyright © 2011 Pearson Education, Inc. Solving Linear Systems Using Matrices Section 6.1 Matrices and Determinants.
Matrices and Systems of Equations
Matrices and Systems of Linear Equations
Section 8.6 Elimination using Matrices. Matrix Method The method computers use. The equations need to be in standard form. The coefficients and constants.
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
8.2 Operations With Matrices
 A basic equation is made of three parts, coefficients, variables, and the constants.  The coefficient is the number before the variable  The variable.
Chapter 1 Section 1.5 Matrix Operations. Matrices A matrix (despite the glamour of the movie) is a collection of numbers arranged in a rectangle or an.
4.8 Using matrices to solve systems! 2 variable systems – by hand 3 or more variables – using calculator!
 Recall that when you wanted to solve a system of equations, you used to use two different methods.  Substitution Method  Addition Method.
LEARNING OUTCOMES At the end of this topic, student should be able to :  D efination of matrix  Identify the different types of matrices such as rectangular,
Systems of Equations By Substitution and Elimination.
Slide Copyright © 2009 Pearson Education, Inc. 7.4 Solving Systems of Equations by Using Matrices.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
Matrices and systems of Equations. Definition of a Matrix * Rectangular array of real numbers m rows by n columns * Named using capital letters * First.
Use Inverse Matrices to Solve Linear Systems
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Chapter 8: Lesson 8.1 Matrices & Systems of Equations
Warm Up Use scalar multiplication to evaluate the following:
Multiplying Matrices.
Solve Systems of Equations by Elimination
Unit 3: Matrices
Elementary Row Operations Gaussian Elimination Method
Solve Linear Equations by Elimination
Simultaneous Equations
Solving Systems of Equation by Substitution
Gaussian Elimination.
Multiplying Matrices.
Solving a System of Equations in Two Variables by the Addition Method
3.6 Solving Systems with Three Variables
3.6 Multiply Matrices.
1.8 Matrices.
1.8 Matrices.
Solving Systems by ELIMINATION
The Substitution Method
Presentation transcript:

Lesson 13-1: Matrices & Systems Objective: Students will: State the dimensions of a matrix Solve systems using matrices

Matrix An array of numbers aligned in rows & columns (rows are always first) a 11 = number in 1 st row, 1 st column Dimensions Stated as “rows Χ columns” (rows are always first) Dimensions:3 X 5

Using Matrices to Solve Systems ► Use Standard Form: Ax + By = C ► Put coefficients and constant in a matrix ► Solve by getting zeros in the lower left diagonal - 0’s below the main diagonal is called triangular form ► Allowable operations - interchanging 2 rows - multiplying a row by a constant (not zero) - adding 2 rows replacing a row with the result ► Write equations in x-y form from triangular form ► Solve – substitute - solve

Example 1 Solve x + 2y = 3 3x + 8y = 1 ●-3add & replace 2 nd row Triangular form Main diagonal x’sy’s 2y = -8 y = -4 Now use this -3x -6(-4) = -9 -3x +24 =-9 x = 11 Now we are done!!! Since we are down to 1 variable and answer we can convert back and solve

Example 2 Solve2x + 4y + 8z = 6 x + 3y + 5z = 4 3x + 8y + 6z = 19 Then add 2 and 3 replace 3 ●-3 ●-2 Then add 1and 2 replace 2 ●3 ●-6 Then add 2 and 3 replace 3 Since we are down to 1 variable and answer we can convert back and solve xyz

Cont….. 48z = -48 z = -1 Now use this -6y -6(-1) = -6 -6y = -12 y = 2 Now use this 6x +12(2)+24(-1)= 18 6x =18 x = 3 Now we are done!!! Remember- You can put these back into the original 3 equations to make sure they are the solution to all of them. I know I did!!!

You try: 5x - 2y = -44 x + 5y = 2

3X3 x - 2y + 3z = 4 2x - y + z = -1 4x + y + z = 1

Assignment 13-1/572/1-13 odd