Matrix Algebra.

Slides:



Advertisements
Similar presentations
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
Advertisements

Chapter 4 Systems of Linear Equations; Matrices Section 6 Matrix Equations and Systems of Linear Equations.
Matrix Revolutions: Solving Matrix Equations Matrix 3 MathScience Innovation Center Betsey Davis
Finding the Inverse of a Matrix
Using Matrices to Solve a 3-Variable System
A Fast Introduction inverse matrix1 What is a matrix (One Matrix many matrices) Why do they exist Matrix Terminology Elements Rows Columns Square.
12.4 Inverses of Matrices. Remember if A and B are inverses, AB = I and BA = I *only square matrices can have multiplicative inverses* Ex 1) Show that.
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
Using Matrices to Solve a System of Equations. Multiplicative Identity Matrix The product of a square matrix A and its identity matrix I, on the left.
3.5 Solution by Determinants. The Determinant of a Matrix The determinant of a matrix A is denoted by |A|. Determinants exist only for square matrices.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 9 Matrices and Determinants.
4.4 & 4.5 Notes Remember: Identity Matrices: If the product of two matrices equal the identity matrix then they are inverses.
Inverses and Systems Section Warm – up:
14.3 Matrix Equations and Matrix Solutions to 2x2 Systems OBJ: Use the Inverse of a 2 x 2 Matrix to solve a system of equations.
4-5 Matrix Inverses and Solving Systems Warm Up Lesson Presentation
2.5 - Determinants & Multiplicative Inverses of Matrices.
Lesson 7.6 & 7.7 Inverses of a Square Matrix & Determinant.
1.10 and 1.11 Quiz : Friday Matrices Test: Oct. 20.
1. Inverse of A 2. Inverse of a 2x2 Matrix 3. Matrix With No Inverse 4. Solving a Matrix Equation 1.
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.
Inverse Matrices and Matrix Equations Dr. Shildneck Fall, 2015.
Identity What number is the multiplication identity for real numbers? For matrices, n x n--square matrices, has 1’s on main diagonal and zeros elsewhere.
13.6 MATRIX SOLUTION OF A LINEAR SYSTEM.  Examine the matrix equation below.  How would you solve for X?  In order to solve this type of equation,
 1 is the multiplicative identify for real #’s : 1· a=a and a· 1 = a  For matrices n X n, the identity matrix has 1’s on its main diagonals and 0’s.
Warm-Up 3) Find the determinant by hand. 4) Find the determinant using your calculator. 1) Multiply. Show work. 2) Multiply. Show work.
Inverse and Identity Matrices Can only be used for square matrices. (2x2, 3x3, etc.)
The Matrix Reloaded
Have we ever seen this phenomenon before? Let’s do some quick multiplication…
2x2 Matrices, Determinants and Inverses
4.8 Using matrices to solve systems! 2 variable systems – by hand 3 or more variables – using calculator!
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Chapter 5 More Work with Matrices
GUIDED PRACTICE for Example – – 2 12 – 4 – 6 A = Use a graphing calculator to find the inverse of the matrix A. Check the result by showing.
Chapter 4 Section 5 and 6 Finding and Using Inverses Algebra 2 Notes February 26, 2009.
Unit 1.11 – Use Inverse Matrices to Solve Linear Systems
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
10.4 Matrix Algebra. 1. Matrix Notation A matrix is an array of numbers. Definition Definition: The Dimension of a matrix is m x n “m by n” where m =
Using Matrices to Solve a 3-Variable System
College Algebra Chapter 6 Matrices and Determinants and Applications
Use Inverse Matrices to Solve Linear Systems
12-4: Matrix Methods for Square Systems
A Fast Introduction What is a matrix (One Matrix many matrices)
Chapter 4 Systems of Linear Equations; Matrices
Introduction What is a matrix (One Matrix many matrices)
Review Problems Matrices
Finding the Inverse of a Matrix
L9Matrix and linear equation
Systems of Equations Lesson 41: Solve by using a matrix
Solving Matrix equations
Section 7.4 Matrix Algebra.
Matrix Algebra.
Matrix Algebra.
Section 1.2 Linear Equations and Rational Equations
Use Inverse Matrices to Solve Linear Systems
WUPS: Find the determinates by hand
Multiplicative Inverses of Matrices and Matrix Equations
Use Inverse Matrices to Solve 2 Variable Linear Systems
WUPS: Find the determinates by hand
Section 11.4 Matrix Algebra
Inverse Matrices and Matrix Equations
Matrices.
3.8 Use Inverse Matrices to Solve Linear Systems
5 minutes Warm-Up Multiply Matrix A times Matrix B.
Matrix Algebra.
Bellwork 1) Multiply. 3) Find the determinant. 2) Multiply.
Inverse of a Matrix Solving simultaneous equations.
Solving simultaneous equations
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Variables.
Presentation transcript:

Matrix Algebra

Multiplying a matrix by the identity gives the matrix back again. What is AI? What is IA? identity matrix an n  n matrix with ones on the main diagonal and zeros elsewhere

Can we find a matrix to multiply the first matrix by to get the identity? Let A be an n n matrix. If there exists a matrix B such that AB = BA = I then we call this matrix the inverse of A and denote it A-1.

Finding the Inverse of a 2x2 matrix 17/11/2018 Finding the Inverse of a 2x2 matrix Step-1 First find what is called the Determinant This is calculated as ad-bc Step-2 Then swap the elements in the leading diagonal Step-3 Then negate the other elements Step-4 Then multiply the Matrix by 1/determinant inverse matrix

Example Find Inverse of A 17/11/2018 Example Find Inverse of A Step 1 – Calc Determinant Determinant (ad-cb) = 4x3-8x1 = 4 Step 2 – Swap Elements on leading diagonal Step 3 – negate the other elements Step 4 – multiply by 1/determinant inverse matrix

Find the inverses and check them 17/11/2018 Find the inverses and check them inverse matrix

We can use A-1 to solve a system of equations To see how, we can re-write a system of equations as matrices. coefficient matrix variable matrix constant matrix

Why will it help us solve equations? 17/11/2018 Why will it help us solve equations? Because if we can express a system of equations in the form Then we can multiply both sides by the inverse matrix And we can then know the values of X because inverse matrix

Solving systems of equations 17/11/2018 Solving systems of equations We can use our 2x2 matrices to express these systems of equations Becomes in matrix form constants from the right hand side constants from the left hand side UNKNOWNS X ~ x1 Y ~ x2 inverse matrix

Your calculator can compute inverses and determinants of matrices. For the inverse: Step 1: enter the matrix into the calculator Step 2: Pull up matrix entered onto the screen Step 3: hit the x^-1 button and enter (this will give you the inverse matrix).

Now using the previous problem we will allow the calculator to do the work. Enter this as matrix A in the calc   Enter this as Matrix B in the calc  

Your Turn solve the following 17/11/2018 Your Turn solve the following 3x +4y = 5 5x = 7-6y x+7y = 1.24 3y -x = 0.76 8x = 3y -1 x+y =-7 Answer x = -1 y = 2 Answer x = -0.16 y = 0.2 Answer x = -2 y = -5 inverse matrix