Section 6-2: Matrix Multiplication, Inverses and Determinants There are three basic matrix operations. 1.Matrix Addition 2.Scalar Multiplication 3.Matrix.

Slides:



Advertisements
Similar presentations
Section 13-4: Matrix Multiplication
Advertisements

4.5 Inverses of Matrices.
Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
Inverses of n x n Matrices. The Inverse Matrix If A is an n x n matrix, the inverse of A (call it A -1 ) is the matrix such that A * A -1 is equal to.
Maths for Computer Graphics
Matrix Operations. Matrix Notation Example Equality of Matrices.
Ch 7.2: Review of Matrices For theoretical and computation reasons, we review results of matrix theory in this section and the next. A matrix A is an m.
Finding the Inverse of a Matrix
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
3.8 Matrices.
4.5, x 2 and 3 x 3 Matrices, Determinants, and Inverses Date: _____________.
Matrix Equations Step 1: Write the system as a matrix equation. A three-equation system is shown below.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Inverse of Matrix. Gauss-Jordan Elimination Part 1.
Matrix Entry or element Rows, columns Dimensions Matrix Addition/Subtraction Scalar Multiplication.
4.4 & 4.5 Notes Remember: Identity Matrices: If the product of two matrices equal the identity matrix then they are inverses.
In this section, you will learn to: Use standard algebraic techniques to solve trigonometric equations Solve trigonometric equations of quadratic type.
Identity and Inverse Matrices. Key Topics Identity matrix: a square matrix, multiplied with another matrix doesn’t change the other matrix (just like.
Chapter 2 Systems of Linear Equations and Matrices
2.5 - Determinants & Multiplicative Inverses of Matrices.
Matrices. A matrix, A, is a rectangular collection of numbers. A matrix with “m” rows and “n” columns is said to have order m x n. Each entry, or element,
Ch X 2 Matrices, Determinants, and Inverses.
Unit 6 : Matrices.
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.
Chapter 4 Section 4: Inverse and Identity Matrices 1.
CHAPTER 2 MATRICES 2.1 Operations with Matrices Matrix
Class Opener:. Identifying Matrices Student Check:
4.4 Identify and Inverse Matrices Algebra 2. Learning Target I can find and use inverse matrix.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
4.5 Matrices, Determinants, Inverseres -Identity matrices -Inverse matrix (intro) -An application -Finding inverse matrices (by hand) -Finding inverse.
MT411 Robotic Engineering Asian Institution of Technology (AIT) Chapter 1 Introduction to Matrix Narong Aphiratsakun, D.Eng.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
Find the determinate of both of the following matrices.
2.2 The Inverse of a Matrix. Example: REVIEW Invertible (Nonsingular)
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.
Chapter 4 Section 5 and 6 Finding and Using Inverses Algebra 2 Notes February 26, 2009.
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.
2.5 – Determinants and Multiplicative Inverses of Matrices.
4-3 Matrix Multiplication Objectives: To multiply by a scalar To multiply two matrices.
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.
§9-3 Matrix Operations. Matrix Notation The matrix has 2 rows and 3 columns.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
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 =
Matrices IB Mathematics SL. Matrices Describing Matrices Adding Matrices.
College Algebra Chapter 6 Matrices and Determinants and Applications
12-4: Matrix Methods for Square Systems
3.8 Matrices L Al-zaid Math1101.
12-1 Organizing Data Using Matrices
Finding the Inverse of a Matrix
Multiplication of Matrices
Matrix Operations SpringSemester 2017.
Warm Up Use scalar multiplication to evaluate the following:
WarmUp 2-3 on your calculator or on paper..
Matrix Algebra.
7.3 Matrices.
Section 6.4 Multiplicative Inverses of Matices and Matrix Equations
Determinants 2 x 2 and 3 x 3 Matrices.
Section 9.4 Multiplicative Inverses of Matices and Matrix Equations
MATRICES Operations with Matrices Properties of Matrix Operations
Matrix Algebra.
Multiplication of Matrices
Determinants 2 x 2 and 3 x 3 Matrices.
1.8 Matrices.
Matrix Operations SpringSemester 2017.
Matrix A matrix is a rectangular arrangement of numbers in rows and columns Each number in a matrix is called an Element. The dimensions of a matrix are.
1.8 Matrices.
Matrices - Operations INVERSE OF A MATRIX
L4-5/L4-6 Objective: Students will be able to evaluate determinants of matrices.
Presentation transcript:

Section 6-2: Matrix Multiplication, Inverses and Determinants There are three basic matrix operations. 1.Matrix Addition 2.Scalar Multiplication 3.Matrix Multiplication

Section 6-2: Matrix Multiplication, Inverses and Determinants Matrix Addition

Section 6-2: Matrix Multiplication, Inverses and Determinants Scalar Multiplication

Section 6-2: Matrix Multiplication, Inverses and Determinants Matrix Multiplication ◦ Not quite as obvious ◦ No counterpart/equivalent operation in the real number system

Section 6-2: Matrix Multiplication, Inverses and Determinants

Example:

Section 6-2: Matrix Multiplication, Inverses and Determinants Example:

Section 6-2: Matrix Multiplication, Inverses and Determinants

Remember that a multiplicative identity for real numbers is 1 because for any real number, a, 1 · a = a. The multiplicative identity n x n square matrix (square means number of rows equals number of columns), is called an identity matrix.

Section 6-2: Matrix Multiplication, Inverses and Determinants

You can write a system of equations as a system of matrices.

Section 6-2: Matrix Multiplication, Inverses and Determinants Example:

Section 6-2: Matrix Multiplication, Inverses and Determinants The multiplicative inverse of a square matrix is called an inverse matrix.

Section 6-2: Matrix Multiplication, Inverses and Determinants Example:

Section 6-2: Matrix Multiplication, Inverses and Determinants If matrix A has an inverse, it is said to be invertible, or nonsingular. A singular matrix does not have an inverse.

Section 6-2: Matrix Multiplication, Inverses and Determinants Example:

Section 6-2: Matrix Multiplication, Inverses and Determinants

Finding the determinant can be helpful in determining whether a matrix has an inverse.

Section 6-2: Matrix Multiplication, Inverses and Determinants Finding the determinant can be helpful in determining whether a matrix has an inverse.

Section 6-2: Matrix Multiplication, Inverses and Determinants Example:

Section 6-2: Matrix Multiplication, Inverses and Determinants

Example:

Section 6-2: Matrix Multiplication, Inverses and Determinants Example:

Section 6-2: Matrix Multiplication, Inverses and Determinants Homework: ◦ Page ◦ #3, 6, 21, 23, 27, 30, 35, 39 ◦ To turn in: #20, 38  Show all work -- only use your calculator to check your work.