Matrix Entry or element Rows, columns Dimensions Matrix Addition/Subtraction Scalar Multiplication.

Slides:



Advertisements
Similar presentations
Finding the Inverse of a Matrix
Advertisements

Objective Video Example by Mrs. G Give It a Try Lesson 4.1  Add and subtract matrices  Multiply a matrix by a scalar number  Solve a matrix equation.
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
Inverse Matrices (2 x 2) How to find the inverse of a 2x2 matrix.
3.8 Matrices.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Matrices. Given below is a record of all the types of books kept in a class library. TypeFictionGeneral Malay2547 Chinese4072 English8085.
F UNDAMENTALS OF E NGINEERING A NALYSIS Eng. Hassan S. Migdadi Inverse of Matrix. Gauss-Jordan Elimination Part 1.
Chapter 4 Matrices By: Matt Raimondi.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Vocabulary identity matrix inverse matrix inverse invertible singular matrix determinant.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Chapter 2 Systems of Linear Equations and Matrices
Inverse Matrices (2 x 2) How to find the inverse of a 2x2 matrix.
Unit 6 : Matrices.
Unit 3: Matrices.
Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.
Unit 39 Matrices Presentation 1Matrix Additional and Subtraction Presentation 2Scalar Multiplication Presentation 3Matrix Multiplication 1 Presentation.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Five-Minute Check (over Lesson 6-1) Then/Now New Vocabulary
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
8.2 Operations With Matrices
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
Sec 4.1 Matrices.
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-
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.
Section 4.3 – Multiplying Matrices. MATRIX MULTIPLICATION 1. The order makes a difference…AB is different from BA. 2. The number of columns in first matrix.
Section – Operations with Matrices No Calculator By the end of this lesson you should be able to: Write a matrix and identify its order Determine.
3.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
Systems of Equations and Matrices Review of Matrix Properties Mitchell.
Where do you sit?. What is a matrix? How do you classify matrices? How do you identify elements of a matrix?
Mathematics Medicine What is meant by a matrix A matrix is a set of numbers arranged in the form of a rectangle and enclosed in curved brackets.
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.
Section 6-2: Matrix Multiplication, Inverses and Determinants There are three basic matrix operations. 1.Matrix Addition 2.Scalar Multiplication 3.Matrix.
MATRICES A rectangular arrangement of elements is called matrix. Types of matrices: Null matrix: A matrix whose all elements are zero is called a null.
Copyright © Cengage Learning. All rights reserved. 8 Matrices and Determinants.
Matrices.
College Algebra Chapter 6 Matrices and Determinants and Applications
12-4: Matrix Methods for Square Systems
13.4 Product of Two Matrices
Multiplying Matrices.
10.5 Inverses of Matrices and Matrix Equations
Finding the Inverse of a Matrix
Matrix Operations Monday, August 06, 2018.
Matrix Operations SpringSemester 2017.
Section 7.4 Matrix Algebra.
Warm Up Use scalar multiplication to evaluate the following:
Multiplying Matrices.
Matrix Algebra.
7.3 Matrices.
Math-2 (honors) Matrix Algebra
Multiplying Matrices.
Matrix Algebra.
3.5 Perform Basic Matrix Operations
3.6 Multiply Matrices.
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
1.8 Matrices.
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
Multiplying Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Multiplying Matrices.
Multiplying Matrices.
Presentation transcript:

Matrix Entry or element Rows, columns Dimensions Matrix Addition/Subtraction Scalar Multiplication

In order to multiply matrices, the number of columns in the first matrix must match the number of rows in the second matrix. The other numbers represent the dimensions of the solution matrix. A x B = AB (2 x3) times (3 x 4) = (2x4) The first matrix is the row matrix. The second matrix is the column matrix. Circle the rows and columns before proceeding. The corresponding entries are multiplied and the results added to get a single entry of the product. Try examples on p. 376.

Tickets to the football game cost $2.50 for students, $5.00 for adults, and $4.00 for senior citizens. Attendance at the first game was 120 students, 185 adults, and 34 senior citizens. Attendance for the second game was 150 students, 210 adults, and 50 senior citizens. Use matrix multiplication to find the revenue for each game.

We call the number 1 the multiplicative identity because a∙1= 1∙a = a. What 2x2 matrix do you think we would call the identity matrix? Check your answer by multiplying it by the matrix below. Was your guess correct?

When two numbers multiply together to equal 1 we call them multiplicative inverses (or reciprocals). 2 ∙ 3 = When two matrices multiply together to equal an identity matrix we call them inverse matrices.

 To show that two matrices A and B are inverses, show that AB = BA = I.  But how do you find an inverse matrix?  Let A =  Find the inverse of A, often called A -1.

 Let A -1 =  Now A times A -1 must equal  Solve for a, b, c, and d.

 Answer:  Only square matrices have inverses. And not even all square matrices have an inverse.  A matrix which has an inverse is called invertible (or nonsingular). One which does not is called singular.

The previous method works for finding inverses for square matrices of any size. However, we so often find inverses of 2x2 matrices that we have developed a formula. For A =, A -1 = The number ad-bc is called the determinant of the 2x2 matrix. Therefore, if the determinant is 0, the inverse does not exist.

 The determinant of A = is noted as det(A) =

 3x3 matrices also have determinants. As with 2x2 matrices, the inverse of a 3x3 matrix only exists if the determinant is not 0. In this class we will use calculators to actually calculate 3x3 inverses.  The formula for the determinant of a 3x3 matrix is given on page 382 in your text.

 Consider the system x + 2y =8 3x + 4y = 6 Write a matrix equation in the form A∙X = B which represents this system. Now we want to solve for X. If A∙X = B, then A -1 ∙A ∙X = A -1 ∙ B and I X = A -1 ∙ B so X = A -1 ∙ B So you should be able to solve the above system by multiplying A -1 (which we already calculated) by B. Why would multiplying B by A -1 not work?