MATRIX MULTIPLICATION

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.
Lesson 12.2 Matrix Multiplication. 3 Row and Column Order The rows in a matrix are usually indexed 1 to m from top to bottom. The columns are usually.
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
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
4.2 Operations with Matrices Scalar multiplication.
13.5 P ROPERTIES OF M ATRIX M ULTIPLICATION. W ARM -U P Use the following matrices to find 1 and 2 and 1. AB 2. BA.
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.
Properties and Mental Computation p. 80. Math talk What are some math properties that we use? Why do you think we have them? Do you ever use them?
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.
2.2 Multiplying Matrices Mr. Anderson Pre Calculus Falconer Central High School Falconer, NY.
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
Add and subtract matrices
Sec 4.1 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.
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.
9.2 Warm Up Warm Up Lesson Quiz Lesson Quiz Lesson Presentation Lesson Presentation Use Properties of Matrices.
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.
Unit 1.8 – Perform Basic Matrix Operations. Unit 1 – Algebra: Linear Systems, Matrices, & Vertex- Edge Graphs  1.8 – Perform Basic Matrix Operations.
4-3 Matrix Multiplication Objective: To multiply a matrix by a scalar multiple.
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.
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.
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
12-1 Organizing Data Using 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 Add and Subtract Matrices Multiply Matrices
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.
1. Write the component form of the vector that
Multiplying Matrices.
3.5 Perform Basic Matrix Operations
3.6 Multiply Matrices.
RAYAT SHIKSHAN SANSTHA’S S.M.JOSHI COLLEGE HADAPSAR, PUNE
Matrix Operations Ms. Olifer.
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:

MATRIX MULTIPLICATION MATRICES MATRIX MULTIPLICATION

Matrix Multiplication If A, B, and C are matrices and k is an integer, then matrix multiplication is: Associative: A(BC) = (AB)C Left Distributive: A(B+C) = AB+BC Right Distributive: (A+B)C=AC +BC Associative with Scalar Multiplication: k(AB) = (kA)B = A(kB) It is not commutative: AB ≠ BA

Matrix Multiplication You can multiply matrices only if the number of columns in the first matrix equals the number of rows in the second matrix. 2 columns 2 rows

Matrix Multiplication Notice the dimensions of the matrices and their product. Note that if it had been a 2x3●3x2, the result would have been a 2x2 matrix. Commutative does not work! 3 x 2 2 x 3 3 x 3 __ __ __ __

State Whether the Product is Defined for Matrices A and B A: 3X6, B:6x2 AB is a 3x2 matrix and is defined! A: 2X7, B: 1X7 AB is not defined! A: 4X2, B: 2X5 AB is a 4x5 matrix and is defined!

Matrix Multiplication So how do we multiply a matrix? With a math note sheet telling us how!   Please write this down! 

Example  

Matrix Multiplication      

Matrix Multiplication Another example: 3 x 2 2 x 1 3 x 1

Example  

Continued…  

Real Life Problem---Soccer Two soccer teams submit equipment lists for the season as shown: How much will the total equipment cost for each team? Quick Goals Costs Uniforms Balls Balls   JV   Quick Goals Quick Goals Varsity Uniforms

Real Life Problem---Soccer