2.5 – Determinants and Multiplicative Inverses of Matrices.

Slides:



Advertisements
Similar presentations
4.5 Inverses of Matrices.
Advertisements

Lecture 6 Intersection of Hyperplanes and Matrix Inverse Shang-Hua Teng.
Finding the Inverse of a Matrix
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
Applications of matrices and determinants
CE 311 K - Introduction to Computer Methods Daene C. McKinney
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
4.5, x 2 and 3 x 3 Matrices, Determinants, and Inverses Date: _____________.
Linear Algebra With Applications by Otto Bretscher. Page The Determinant of any diagonal nxn matrix is the product of its diagonal entries. True.
Spring 2013 Solving a System of Linear Equations Matrix inverse Simultaneous equations Cramer’s rule Second-order Conditions Lecture 7.
Everything Matrices All the other tricks without all the hassles.
Copyright © 2011 Pearson, Inc. 7.3 Multivariate Linear Systems and Row Operations.
Matrix Algebra. Quick Review Quick Review Solutions.
Chapter 7 Notes Honors Pre-Calculus. 7.1/7.2 Solving Systems Methods to solve: EXAMPLES: Possible intersections: 1 point, 2 points, none Elimination,
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Inverse of Matrix. Gauss-Jordan Elimination Part 1.
CALCULUS – II Inverse Matrix by Dr. Eman Saad & Dr. Shorouk Ossama.
Matrix Entry or element Rows, columns Dimensions Matrix Addition/Subtraction Scalar Multiplication.
Objectives Determine whether a matrix has an inverse.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Matrix Determinants and Inverses
2.5 - Determinants & Multiplicative Inverses of Matrices.
Inverse Matrices (2 x 2) How to find the inverse of a 2x2 matrix.
Chapter 9 Matrices and Determinants Copyright © 2014, 2010, 2007 Pearson Education, Inc Multiplicative Inverses of Matrices and Matrix Equations.
8.1 Matrices & Systems of Equations
Ch X 2 Matrices, Determinants, and Inverses.
1.10 and 1.11 Quiz : Friday Matrices Test: Oct. 20.
Unit 6 : Matrices.
8.3 Another Way of Solving a System of Equations Objectives: 1.) Learn to find the inverse matrix 2.) Use the inverse matrix to a system of equations.
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.
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,
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.
2 x 2 Matrices, Determinants, and Inverses.  Definition 1: A square matrix is a matrix with the same number of columns and rows.  Definition 2: For.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.
2x2 Matrices, Determinants and Inverses
Properties of Inverse Matrices King Saud University.
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.
2.5 Determinants and Multiplicative Inverses of Matrices. Objectives: 1.Evaluate determinants. 2.Find the inverses of matrices. 3.Solve systems of equations.
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.
MATRICES Operations with Matrices Properties of Matrix Operations
Matrices and Matrix Operations. Matrices An m×n matrix A is a rectangular array of mn real numbers arranged in m horizontal rows and n vertical columns.
MATRIX A set of numbers arranged in rows and columns enclosed in round or square brackets is called a matrix. The order of a matrix gives the number of.
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,
Section 2.1 Determinants by Cofactor Expansion. THE DETERMINANT Recall from algebra, that the function f (x) = x 2 is a function from the real numbers.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
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.
Section 6-2: Matrix Multiplication, Inverses and Determinants There are three basic matrix operations. 1.Matrix Addition 2.Scalar Multiplication 3.Matrix.
College Algebra Chapter 6 Matrices and Determinants and Applications
12-4: Matrix Methods for Square Systems
Determinants.
Matrices and Vector Concepts
The Inverse of a Square Matrix
10.5 Inverses of Matrices and Matrix Equations
Inverse of a Square Matrix
Unit 1: Matrices Day 1 Aug. 7th, 2012.
Finding the Inverse of a Matrix
Multiplication of Matrices
7.3 Matrices.
Use Inverse Matrices to Solve Linear Systems
MATRICES MATRIX OPERATIONS.
Chapter 7: Matrices and Systems of Equations and Inequalities
Unit 3: Matrices
Inverse Matrices and Matrix Equations
MATRICES Operations with Matrices Properties of Matrix Operations
3.8 Use Inverse Matrices to Solve Linear Systems
Multiplication of Matrices
Matrix Multiplication Sec. 4.2
L4-5/L4-6 Objective: Students will be able to evaluate determinants of matrices.
Presentation transcript:

2.5 – Determinants and Multiplicative Inverses of Matrices

 Determinant: a real number representation of a matrix ◦ Denoted as det or

 Square Matrix – a matrix with equal number of rows and columns. You can only find determinants of these.  Singular – when a matrix has a zero determinant.  Invertible/Nonsingular – a matrix that has non-zero determinant

Let A be an m x n matrix. If there exists a matrix A -1 such that AA -1 = I n = A -1 A Then A -1 is called the inverse of A. A -1 is read “A inverse.” I n is called the identity matrix – the main diagonal has 1’s and the rest of the entries are 0.

Multiply these two matrices. (FYI… they are inverses of each other)

Let then

 P 588 #10, 11, 30 – 36 (even)

If A is an invertible matrix, the system of linear equations represented by AX = B has a unique solution: X = A -1 B