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.

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
Table of Contents Matrices - Multiplication Assume that matrix A is of order m  n and matrix B is of order p  q. To determine whether or not A can be.
Fundamentals of matrices
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: _________________________.
Ch X 2 Matrices, Determinants, and Inverses.
In Lesson 4-2, you multiplied matrices by a number called a scalar
Holt Algebra Multiplying Matrices In Lesson 4-1, you multiplied matrices by a number called a scalar. You can also multiply matrices together. The.
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.
1. Write the component form of the vector that
4.3 Matrix Multiplication 1.Multiplying a Matrix by a Scalar 2.Multiplying Matrices.
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.
4.1 Using Matrices Warm-up (IN) Learning Objective: to represent mathematical and real-world data in a matrix and to find sums, differences and scalar.
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.
8.2 Operations With Matrices
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.
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.
Example 7 Multiplying with Technology Chapter 7.3 Use technology to compute BA and AB if and.  2009 PBLPathways.
9.2 Warm Up Warm Up Lesson Quiz Lesson Quiz Lesson Presentation Lesson Presentation Use Properties 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.
4-3 Matrix Multiplication Objectives: To multiply by a scalar To multiply two 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.
Notes Over 4.2 Finding the Product of Two Matrices Find the product. If it is not defined, state the reason. To multiply matrices, the number of columns.
Assignment Answers. 1.7: Multiplication with Matrices.
Matrix – is a rectangular arrangement of numbers in rows and columns. Dimensions – Size – m is rows, n is columns. m x n ( row ∙ column) Elements – The.
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
Ch. 7 – Matrices and Systems of Equations 7.5 – Operations with Matrices.
Matrices.
4-2 Multiplying Matrices Warm Up Lesson Presentation Lesson Quiz
13.4 Product of Two Matrices
12-1 Organizing Data Using Matrices
Multiplying Matrices.
4-3 Multiplying Matrices
Multiplying Matrices GSE Accelerated Pre-Calculus Keeper 2.
Matrix Multiplication
Multiplication of Matrices
Warm Up Use scalar multiplication to evaluate the following:
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
MULTIPLYING TWO MATRICES
Matrix Multiplication
MATRICES MATRIX OPERATIONS.
Objectives Multiply two matrices.
1. Write the component form of the vector that
Multiplying Matrices.
Dimensions matching Rows times Columns
Multiplication of Matrices
3.6 Multiply Matrices.
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.
Multiplying Matrices.
Multiplying Matrices.
Matrix Multiplication Sec. 4.2
Introduction to Matrices
Matrices - Operations MULTIPLICATION OF MATRICES
Multiplying Matrices.
Presentation transcript:

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 an m x n matrix and B is an n x p matrix, then the product AB is an m x p matrix.

3.6 – Multiply Matrices Example 1: State whether the product of AB is defined. If so, give the dimensions of AB. a.A: 4x3, B: 3x2b. A: 3x4, B: 3x2 c. A: 3x5, B:5x2d. A: 3x4, B: 3x2

3.6 – Multiply Matrices

Example 2:

3.6 – Multiply Matrices Example 3:

3.6 – Multiply Matrices Example 4: Using the given matrices, evaluate the expression. a. A(B +C)b. AB + BC

3.6 – Multiply Matrices

Example 5: Two hockey teams submit equipment lists for the season as shown. Each stick costs $60, each puck costs $2, and each uniform costs $35. Use matrix multiplication to find the total cost of equipment for each team.