Chapter 4 Section 2: Multiplying Matrices. VOCABULARY The product of two matrices A and B is DEFINED provided the number of columns in A is equal to the.

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

2.3 Modeling Real World Data with Matrices
Section 13-4: Matrix Multiplication
EXAMPLE 4 Multiply matrices Multiply 2 –3 –1 8. SOLUTION The matrices are both 2 2, so their product is defined. Use the following steps to find.
Section 4.2 – Multiplying Matrices Day 2
Matrix Multiplication To Multiply matrix A by matrix B: Multiply corresponding entries and then add the resulting products (1)(-1)+ (2)(3) Multiply each.
Maths for Computer Graphics
Fundamentals of matrices
8.4 Matrix Operations Day 1 Thurs May 7 Do Now Solve X – 2y = -6 3x + 4y = 7.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
4.2 Operations with Matrices Scalar multiplication.
Name: _________________________ Wups 3. Corrected By: _________________________.
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
AIM: How do we perform basic matrix operations? DO NOW:  Describe the steps for solving a system of Inequalities  How do you know which region is shaded?
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.
3.6 – Multiply Matrices The product of two matrices A and B is defined provided the number of columns in A is equal to the number of rows in B. If A is.
1. Write the component form of the vector that
9.2 Using Properties of Matrices
4.1: Matrix Operations Objectives: Students will be able to: Add, subtract, and multiply a matrix by a scalar Solve Matrix Equations Use matrices to organize.
EXAMPLE 4 Use matrices to calculate total cost Each stick costs $60, each puck costs $2, and each uniform costs $35. Use matrix multiplication to find.
How to Multiply Two Matrices. Steps for Matrix Multiplication 1.Determine whether the matrices are compatible. 2.Determine the dimensions of the product.
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
Matrix Operations.
MATRICES Danny Nguyen Marissa Lally Clauberte Louis HOW TO'S: ADD, SUBTRACT, AND MULTIPLY MATRICES.
Add and subtract matrices
Multiplying Matrices Lesson 4.2. Definition of Multiplying Matrices The product of two matrices A and B is defined provided the number of columns in A.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
Objectives: Students will be able to… Multiply two matrices Apply matrix multiplication to real life problems.
9.2 Warm Up Warm Up Lesson Quiz Lesson Quiz Lesson Presentation Lesson Presentation Use Properties of Matrices.
3.6 Multiplying Matrices Homework 3-17odd and odd.
HW: Pg. 203 #13-35o. Animated Activity Online Multiply Matrices: 2_2007_na/resources/applications/animatio.
CHAPTER 4 LESSON 3 Multiplying Matrices VOCABULARY  NONE.
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
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.
4.3 Multiplying Matrices Dimensions matching Rows times Columns.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
M ULTIPLYING T WO M ATRICES The product of two matrices A and B is defined provided the number of columns in A is equal to the number of rows in B.
MATRIX MULTIPLICATION
Multiply matrices Use the properties of matrix multiplication.
Matrices.
Matrix Operations McDougal Littell Algebra 2
4-2 Multiplying Matrices Warm Up Lesson Presentation Lesson Quiz
13.4 Product of Two Matrices
Sections 2.4 and 2.5 Matrix Operations
Properties and Applications of Matrices
Christmas Packets are due on Friday!!!
4-3 Multiplying Matrices
Multiplying Matrices GSE Accelerated Pre-Calculus Keeper 2.
Matrix Multiplication
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
MULTIPLYING TWO MATRICES
Name: _________________________
Applications of Matrix Multiplication
MATRICES MATRIX OPERATIONS.
1. Write the component form of the vector that
Multiplying Matrices.
Dimensions matching Rows times Columns
Multiplication of Matrices
3.6 Multiply Matrices.
Linear Algebra Lecture 11.
RAYAT SHIKSHAN SANSTHA’S S.M.JOSHI COLLEGE HADAPSAR, PUNE
Multiplying Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Multiplying Matrices.
Matrix Multiplication Sec. 4.2
Matrices - Operations MULTIPLICATION OF MATRICES
Multiplying Matrices.
Presentation transcript:

Chapter 4 Section 2: Multiplying Matrices

VOCABULARY The product of two matrices A and B is DEFINED provided the number of columns in A is equal to the number of rows in B. IMPORTANT: Remember a matrix is written as ROW x COLUMN A is a 3x2 and B is a 2x3

If A is an m x n matrix and B is an n x p matrix, then the product of AB is an m x p matrix. It does not matter what m and p are as long as both ns are the same. m x n n x p m x p Dimensions of AB EQUAL A  B = AB

DESCRIBING MATRICES State whether the product of AB is defined. Is so, give the dimensions of AB. 1. A: 2 x 3, B: 3 x 4 2. A: 3 x 2, B: 3 x 4 3. A: 4 x 2, B: 2 x 3 Yes, 2 x 4 No Yes, 4 x 3

MULTIPLYING MATRICES

Multiplying Matrices Example 2

PROPERTIES OF MATRIX MULTIPLICATION Let A, B, and C be matrices with the same dimensions, and let k be a scalar. ASSOCIATIVE PROPERTY OF MATRIX MULTIPLICATION A(BC) = (AB)C LEFT DISTRIBUTIVE PROPERTY A(B + C) = AB + AC RIGHT DISTRIBUTIVE PROPERTY (A + B)C = AC + BC ASSOCATIVE PROPERTY OF SCALAR MULTIPLICATION k(AB) = (kA)B = A(kB)

Matrix multiplication is useful in business applications application because an inventory matrix, when multiplied by a cost per item matrix, results in a total cost matrix.

Two softball teams submit equipment lists for the season m x n n x p m x p Women’s Team 12 bats 45 balls 15 uniforms Men’s Team 15 bats 38 balls 17 uniforms Each bat cost $21, each ball costs $4, and each uniform costs $30. Use matrix multiplication to find the total cost of equipment for each team.