12-2: Matrices.

Slides:



Advertisements
Similar presentations
Section 2.2 Systems of Liner Equations: Unique Solutions.
Advertisements

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 Elimination.
Chapter 4 Systems of Linear Equations; Matrices Section 2 Systems of Linear Equations and Augmented Matrics.
Objectives  Represent systems of equations with matrices  Find dimensions of matrices  Identify square matrices  Identify an identity matrix  Form.
Objectives  Represent systems of equations with matrices  Find dimensions of matrices  Identify square matrices  Identify an identity matrix  Form.
Lesson 8 Gauss Jordan Elimination
Matrices. Special Matrices Matrix Addition and Subtraction Example.
Solving systems using matrices
Chapter 2 Section 1 Solving a System of Linear Equations (using Matrices)
10.1 Gaussian Elimination Method
Section 8.1 – Systems of Linear Equations
HAWKES LEARNING SYSTEMS math courseware specialists Copyright © 2011 Hawkes Learning Systems. All rights reserved. Hawkes Learning Systems College Algebra.
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.
Introduction Information in science, business, and mathematics is often organized into rows and columns to form rectangular arrays called “matrices” (plural.
Linear Algebra – Linear Equations
Multivariate Linear Systems and Row Operations.
Table of Contents Solving Linear Systems of Equations - Calculator Methods Consider the following augmented matrix... The rows can be written as... Row.
Section 8.1/8.2 Matrix Solutions to Linear Systems Inconsistent and Dependent Systems.
1.2 Matrices Vectors and Gauss – Jordan elimination (This is such an interesting topic that it was made into a movie)
Section 4-7 Augmented Matrices. Transform a system of equations into Row echelon form:
Reduced Row Echelon Form
Chapter 8 Matrices and Determinants By Richard Warner, Nate Huyser, Anastasia Sanderson, Bailey Grote.
Sect 8.1 Systems of Linear Equations A system of linear equations is where all the equations in a system are linear ( variables raised to the first power).
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.
AN INTRODUCTION TO ELEMENTARY ROW OPERATIONS Tools to Solve Matrices.
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.
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 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.
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.
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
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.
Sullivan Algebra and Trigonometry: Section 12.3 Objectives of this Section Write the Augmented Matrix of a System of Linear Equations Write the System.
Linear Equation System Pertemuan 4 Matakuliah: S0262-Analisis Numerik Tahun: 2010.
10.3 Systems of Linear Equations: Matrices. A matrix is defined as a rectangular array of numbers, Column 1Column 2 Column jColumn n Row 1 Row 2 Row 3.
Matrices and Systems of Equations
2.2 Systems of Linear Equations: Unique Solutions.
Matrices on the Graphing Calculator I.. Entering a Matrix into the calculator. 1) Press MATRIX (2 nd Matrix) 2) Go  to EDIT (use scroll arrows) 3) Chose.
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.
College Algebra Chapter 6 Matrices and Determinants and Applications
Chapter 7: Systems of Equations and Inequalities; Matrices
Section 6.1 Systems of Linear Equations
Chapter 4 Systems of Linear Equations; Matrices
Systems of linear equations
Gaussian Elimination and Gauss-Jordan Elimination
Gaussian Elimination and Gauss-Jordan Elimination
Systems of Linear Equations: Matrices
Solving Systems of Equations Using Matrices
Solving Systems by Using Matrices
Ch. 7 – Matrices and Systems of Equations
L9Matrix and linear equation
Matrix Equations Step 1: Write the system as a matrix equation. A three-equation system is shown below. First matrix are the coefficients of all the.
Solving Systems in 3 Variables using Matrices
Chapter 8: Lesson 8.1 Matrices & Systems of Equations
Matrices and Systems of Equations
Gaussian Elimination and Gauss-Jordan Elimination
Elementary Row Operations Gaussian Elimination Method
Chapter 1: Linear Equations in Linear Algebra
6 minutes Warm-Up Find each product..
College Algebra Chapter 6 Matrices and Determinants and Applications
Section 8.1 – Systems of Linear Equations
Matrices are identified by their size.
Ch. 7 – Matrices and Systems of Equations
Presentation transcript:

12-2: Matrices

12-2: Matrices Augmented matrix: each row of the matrix represents an equation of the system Numbers in 1st column are coefficients of x Numbers in 2nd column are coefficients of y etc… Last column represents the constant terms Ex 1: Writing a System as an Augmented Matrix x + 2y + 3z = -2 2y – 5z = 6 3x + 3y + 10z = -2 Can be written as Note the 0 as the x-coefficient in the 2nd equation

12-2: Matrices Solving Systems Using Augmented Matrices Elementary Row Operations You can: Interchange any two rows Replace any row with a nonzero constant multiple of itself Replace any row with the sum of itself and a nonzero constant multiple of another row Ex 2: Solve the system of equations 2x + 2y = -2 2x + 6y = -2 Write it as a matrix: Operations next slide

12-2: Matrices -2r1 + r2 = 0 2 | 6 replace row 2 ½ r2 replace row 2 This represents the solution x = -8, y = 3

12-2: Matrices The matrix is an example of a reduced row-echelon matrix. The conditions of a reduced row-echelon matrix are: All rows consisting entirely of zeros (if any) are at the bottom. The first nonzero entry in each nonzero row is a 1 (called a leading 1) Any column containing a leading 1 has zeros as all other entries Each leading 1 appears to the right of leading 1’s in any preceding row

12-2: Matrices Example 3: Using Gauss-Jordan Elimination The matrices below are in reduced row-echelon form. Write the system represented by each matrix, find the solutions, and classify the solution as independent, dependent, or inconsistent 1x – 3y = 4 0x + 0y = 0 Dependent system 1x + 0y + 0z = 3 0x + 1y + 0z = -7 0x + 0y + 1z = 4 (3, -7, 4) Independent system 1x + 2y = -1 0x + 0y = 3 Inconsistent system

12-2: Matrices Assignment Page 801 – 802 Problems 1 – 9 13 – 17 (show work) all odd problems

12-2: Matrices Entering a matrix in a graphing calculator (Casio) F1 [Mat] Pick a letter/name for the matrix you’re entering Choose your dimensions (rows x columns) Enter in your matrix values Exit out to the main screen To put a matrix in reduced row-echelon form OPTN F2 [MAT], F6 [MORE], F5 [Rref] F6 [MORE], F1 [MAT] (the name of your matrix) EXE

12-2: Matrices Entering a matrix in a graphing calculator (TI-86) 2nd, 7 [Matrix] F2 [edit] Pick a letter/name for the matrix you’re entering Choose your dimensions (rows x columns) Enter in your matrix values Exit out to the main screen To put a matrix in reduced row-echelon form F4 [OPS] F4 [rref] (the name of your matrix) ENTER

12-2: Matrices Ex 4: Solve the following systems using a calculator’s reduced row-echelon form feature. x = -3, y = 6 x = 4, y = 0, z = -3

12-2: Matrices Calculator solution to an inconsistent system Solving the system of equations Gets the solution The bottom row represents the equation 0x + 0y + 0z = 1, which has no solution and is therefore the system is inconsistent

12-2: Matrices Assignment Page 801 – 802 Problems 21 – 33 all odd problems

12-2: Matrices Ex 7: Applications using Rref Charlie is starting a small business and borrows $10,000 on three different credit cards, with annual interests of 18%, 15%, and 9%, respectively. He borrows three times as much on the 15% card as he does on the 18% card, and his total annual interest on all three cards is $1244.25. How much did he borrow on each credit card? Let x = amount borrowed at 18% Let y = amount borrowed at 15% Let z = amount borrowed at 9% Three equations x + y + z = 10000 [Total cash] 0.18x + 0.15y + 0.09z = 1244.25 [Total interest] y = 3x [3x as much @ 15%]

12-2: Matrices Get last equation into matrix form x + y + z = 10000 [Total cash] 0.18x + 0.15y + 0.09z = 1244.25 [Total interest] y = 3x [3x as much @ 15%] Get last equation into matrix form -3x + y = 0 Turn equations into a matrix Use calculator to calculate reduced row-echelon form Borrowed $1275 @ 18% Borrowed $3825 @ 15% Borrowed $4900 @ 9%

12-2: Matrices Assignment Page 801 – 802 Problems 37 – 45 (all) Skip #43 You must show the equations you used (or matrix you’re calculating the reduced row- echelon form) for credit