Objectives: Students will be able to… Multiply two matrices Apply matrix multiplication to real life problems.

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.
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
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.
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
4.3 Matrix Multiplication 1.Multiplying a Matrix by a Scalar 2.Multiplying Matrices.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
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.
8.2 Operations With Matrices
Matrix Operations.
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.
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-
9.2 Warm Up Warm Up Lesson Quiz Lesson Quiz Lesson Presentation Lesson Presentation Use Properties of Matrices.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
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.
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
Add and subtract matrices. Multiply by a matrix scalar.
MATRICES. Introduction Matrix algebra has several uses in economics as well as other fields of study. One important application of Matrices is that it.
§9-3 Matrix Operations. Matrix Notation The matrix has 2 rows and 3 columns.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
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
Ch. 7 – Matrices and Systems of Equations 7.5 – Operations with Matrices.
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
Properties and Applications of Matrices
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Christmas Packets are due on Friday!!!
Linear Algebra Lecture 2.
4-3 Multiplying Matrices
Multiplying Matrices GSE Accelerated Pre-Calculus Keeper 2.
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
Matrix Operations Add and Subtract Matrices Multiply Matrices
Warm Up Use scalar multiplication to evaluate the following:
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
MULTIPLYING TWO MATRICES
Which of the following sums cannot be simplified?
MATRICES MATRIX OPERATIONS.
Objectives Multiply two matrices.
Warm-Up 3) 1) 4) Name the dimensions 2).
1. Write the component form of the vector that
Multiplying Matrices.
Multiplication of Matrices
3.6 Multiply Matrices.
Multiplying Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Multiplying Matrices.
Matrices - Operations MULTIPLICATION OF MATRICES
Multiplying Matrices.
Presentation transcript:

Objectives: Students will be able to… Multiply two matrices Apply matrix multiplication to real life problems.

Multiplying 2 Matrices The # of columns in 1 st matrix MUST EQUAL the # of rows in the 2 nd matrix: 3 x 2 2 x 2 MUST BE EQUAL!!! The product matrix will have the dimensions 3 X 2

State whether the product matrix is defined. If so, give its dimensions. a.) A: 2 X 4B: 4 X 3 b.) A: 1 X 4 B: 1 X 4

Finding the product:

Example:

Find each product: AB:BA:

Properties of Matrix Multiplication: A, B, and C are matrices, c is a scalar Associative Property of Matrix: A(BC) = (AB)C Left Distributive: A(B + C) = AB + AC Right Distributive: (A + B)C = AC + BC Associative Property of Scalar: c(AB) = (cA)(B) = A(cB)

Examples: Find: a.) B(A +C)b.) BA + BC

Example: Find A(BC)

Total Cost Matrix Inventory X Cost per item= Total Cost Matrix Matrix Matrix m X n n X p m X p

Two Lacrosse teams submit equipment lists to their sponsors. Women’s team: 5 sticks, 15 balls, and 16 uniforms. Men’s team: 8 sticks, 22 balls, and 17 uniforms. Each stick costs $55, each ball costs $6, and each uniform costs $35. Use matrix multiplication to find total cost of equipment for each team.