8.1-8.58.1-8.5 Matrix Algebra. Quick Review Quick Review Solutions.

Slides:



Advertisements
Similar presentations
Precalculus Lesson 7.2 Matrix Algebra 4/6/2017 8:43 PM
Advertisements

Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide 7- 1 Homework, Page 590 Determine the order of the matrix Indicate.
12.1 Systems of Linear Equations: Substitution and Elimination.
Matrices & Systems of Linear Equations
Matrices. Special Matrices Matrix Addition and Subtraction Example.
Matrices and Systems of Equations
Chapter 1 Systems of Linear Equations
10.1 Gaussian Elimination Method
Section 8.1 – Systems of Linear Equations
Linear Algebra – Linear Equations
Multivariate Linear Systems and Row Operations.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
Section 6.1 Systems of Linear Equations
Compiled By Raj G. Tiwari
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 7.1 Solving Systems of Two Equations.
ECON 1150 Matrix Operations Special Matrices
Notes 7.3 – Multivariate Linear Systems and Row Operations.
Reduced Row Echelon Form
 Row and Reduced Row Echelon  Elementary Matrices.
Rev.S08 MAC 1140 Module 10 System of Equations and Inequalities II.
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 © 2011 Pearson, Inc. 7.3 Multivariate Linear Systems and Row Operations.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Systems of Linear Equation and Matrices
Chap. 2 Matrices 2.1 Operations with Matrices
Slide Chapter 7 Systems and Matrices 7.1 Solving Systems of Two Equations.
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.
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.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide 7- 1.
Chapter 7 Notes Honors Pre-Calculus. 7.1/7.2 Solving Systems Methods to solve: EXAMPLES: Possible intersections: 1 point, 2 points, none Elimination,
8.1 Matrices & Systems of Equations
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
Algebra 3: Section 5.5 Objectives of this Section Find the Sum and Difference of Two Matrices Find Scalar Multiples of a Matrix Find the Product of Two.
Operations with Matrices
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Copyright © Cengage Learning. All rights reserved. 7 Linear Systems and Matrices.
Matrices and Systems of Equations
Section 7-3 Solving 3 x 3 systems of equations. Solving 3 x 3 Systems  substitution (triangular form)  Gaussian elimination  using an augmented matrix.
Matrices and Systems of Equations
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide 7- 1 Homework, Page 575 Determine whether the ordered pair is a solution.
Matrices: Basic Operations and Their Properties
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
Chapter 1 Systems of Linear Equations Linear Algebra.
Chapter 2 Determinants. With each square matrix it is possible to associate a real number called the determinant of the matrix. The value of this number.
Sec 4.1 Matrices.
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
Matrices and Determinants
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
Goal: Find sums, differences, products, and inverses of matrices.
2.5 – Determinants and Multiplicative Inverses of Matrices.
Linear Algebra Engineering Mathematics-I. Linear Systems in Two Unknowns Engineering Mathematics-I.
13.3 Product of a Scalar and a Matrix.  In matrix algebra, a real number is often called a.  To multiply a matrix by a scalar, you multiply each entry.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
MTH108 Business Math I Lecture 20.
Gaussian Elimination and Gauss-Jordan Elimination
Gaussian Elimination and Gauss-Jordan Elimination
Lecture 2 Matrices Lat Time - Course Overview
Finding the Inverse of a Matrix
Chapter 8: Lesson 8.1 Matrices & Systems of Equations
Matrix Operations SpringSemester 2017.
Section 7.4 Matrix Algebra.
Matrices and Systems of Equations
Math-2 (honors) Matrix Algebra
Matrix Operations SpringSemester 2017.
Section 8.1 – Systems of Linear Equations
3.5 Perform Basic Matrix Operations Algebra II.
Presentation transcript:

Matrix Algebra

Quick Review

Quick Review Solutions

What you’ll learn about Matrices Matrix Addition and Subtraction Matrix Multiplication Identity and Inverse Matrices Determinant of a Square Matrix Applications … and why Matrix algebra provides a powerful technique to manipulate large data sets and solve the related problems that are modeled by the matrices.

Matrix

Matrix Vocabulary Each element, or entry, a ij, of the matrix uses double subscript notation. The row subscript is the first subscript i, and the column subscript is j. The element a ij is the ith row and the jth column. In general, the order of an m × n matrix is m×n.

Example Determining the Order of a Matrix

Matrix Addition and Matrix Subtraction

Example Matrix Addition

Example Using Scalar Multiplication

The Zero Matrix

Additive Inverse

Matrix Multiplication

Example Matrix Multiplication

Identity Matrix

Inverse of a Square Matrix

Inverse of a 2 × 2 Matrix

Determinant of a Square Matrix

Inverses of n × n Matrices An n × n matrix A has an inverse if and only if det A ≠ 0.

Example Finding Inverse Matrices

Properties of Matrices Let A, B, and C be matrices whose orders are such that the following sums, differences, and products are defined. 1. Community property Addition: A + B = B + A Multiplication: Does not hold in general 2. Associative property Addition: (A + B) + C = A + (B + C) Multiplication: (AB)C = A(BC) 3. Identity property Addition: A + 0 = A Multiplication: A·I n = I n ·A = A 4. Inverse property Addition: A + (-A) = 0 Multiplication: AA -1 = A -1 A = I n |A|≠0 5. Distributive property Multiplication over addition: A(B + C) = AB + AC (A + B)C = AC + BC Multiplication over subtraction: A(B - C) = AB - AC (A - B)C = AC - BC

(cont.) Multivariate Linear Systems and Row Operations

Quick Review

Quick Review Solutions

What you’ll learn about Triangular Forms for Linear Systems Gaussian Elimination Elementary Row Operations and Row Echelon Form Reduced Row Echelon Form Solving Systems with Inverse Matrices Applications … and why Many applications in business and science are modeled by systems of linear equations in three or more variables.

Equivalent Systems of Linear Equations The following operations produce an equivalent system of linear equations. 1. Interchange any two equations of the system. 2. Multiply (or divide) one of the equations by any nonzero real number. 3. Add a multiple of one equation to any other equation in the system.

Row Echelon Form of a Matrix A matrix is in row echelon form if the following conditions are satisfied. 1. Rows consisting entirely of 0’s (if there are any) occur at the bottom of the matrix. 2. The first entry in any row with nonzero entries is The column subscript of the leading 1 entries increases as the row subscript increases.

Elementary Row Operations on a Matrix A combination of the following operations will transform a matrix to row echelon form. 1. Interchange any two rows. 2. Multiply all elements of a row by a nonzero real number. 3. Add a multiple of one row to any other row.

Example Finding a Row Echelon Form

Reduced Row Echelon Form If we continue to apply elementary row operations to a row echelon form of a matrix, we can obtain a matrix in which every column that has a leading 1 has 0’s elsewhere. This is the reduced echelon form.

Example Solving a System Using Inverse Matrices