4-3 Multiplying Matrices

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

Section 13-4: Matrix Multiplication
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.
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.
4.3 Matrix Multiplication 1.Multiplying a Matrix by a Scalar 2.Multiplying 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.
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
Matrix Operations.
Lesson Menu Five-Minute Check (over Lesson 3–5) Then/Now Example 1:Dimensions of Matrix Products Key Concept: Multiplying Matrices Example 2:Multiply Square.
Properties of Addition and Multiplication. Distributive Property A(B + C) = AB + BC 4(3 + 5) = 4x3 + 4x5.
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.
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.
Matrix Operations.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
Warm Up Perform the indicated operations. If the matrix does not exist, write impossible
Objectives: Students will be able to… Multiply two matrices Apply matrix multiplication to real life problems.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
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.
3.6 Multiplying Matrices Homework 3-17odd and odd.
Splash Screen. Example 1 Dimensions of Matrix Products A. Determine whether the product of A 3×4 and B 4×2 is defined. If so, state the dimensions of.
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.
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.
Add and subtract matrices. Multiply by a matrix scalar.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
4.3 Multiplying Matrices Dimensions matching Rows times Columns.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
MATRIX MULTIPLICATION
Ch. 7 – Matrices and Systems of Equations 7.5 – Operations with Matrices.
Multiply matrices Use the properties of matrix multiplication.
Matrix Operations McDougal Littell Algebra 2
Splash Screen.
13.4 Product of Two Matrices
Multiplying Matrices.
Sec. 4-3: Matrix Multiplication 8/24/17
Christmas Packets are due on Friday!!!
Linear Algebra Lecture 2.
Multiplying Matrices GSE Accelerated Pre-Calculus Keeper 2.
Matrix Multiplication
Matrix Operations Add and Subtract Matrices Multiply Matrices
Multiplying Matrices.
MATRICES MATRIX OPERATIONS.
Objectives Multiply two matrices.
Splash Screen.
Multiplying Matrices.
Matrix Operations Chapter 4, Sections 1, 2, 3.
Dimensions matching Rows times Columns
Multiplication of Matrices
3.6 Multiply Matrices.
Splash Screen.
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:

4-3 Multiplying Matrices Objectives: Multiply matrices. Use the properties of matrix multiplication.

Multiplying Matrices You can multiply two matrices if and only if the number of columns in the first matrix is equal to the number of rows in the second matrix. When you multiplying two matrices Amxn and Bnxr, the resulting matrix AB is an m x r matrix.

Dimensions of Matrix Products Determine whether each matrix product is defined. If so, state the dimensions of the product. Example: A4x6 and B6x2

Dimensions of Matrix Products Determine whether each matrix product is defined. If so, state the dimensions of the product. Example: A4x6 and B6x2 Answer: 4x2

Dimensions of Matrix Products Determine whether each matrix product is defined. If so, state the dimensions of the product. Example: A4x6 and B6x2 Answer: 4x2 Example: A3x4 and B4x2

Dimensions of Matrix Products Determine whether each matrix product is defined. If so, state the dimensions of the product. Example: A4x6 and B6x2 Answer: 4x2 Example: A3x4 and B4x2 Answer: 3x2

Dimensions of Matrix Products Determine whether each matrix product is defined. If so, state the dimensions of the product. Example: A3x2 and B3x2

Dimensions of Matrix Products Determine whether each matrix product is defined. If so, state the dimensions of the product. Example: A3x2 and B3x2 Answer: The matrix is not defined.

Dimensions of Matrix Products Determine whether each matrix product is defined. If so, state the dimensions of the product. Example: A3x2 and B3x2 Answer: The matrix is not defined. Example: A3x2 and B4x3

Dimensions of Matrix Products Determine whether each matrix product is defined. If so, state the dimensions of the product. Example: A3x2 and B3x2 Answer: The matrix is not defined. Example: A3x2 and B4x3

Multiplying Matrices Find RS if

Multiplying Matrices Find RS if

(first row, first column) Multiplying Matrices Find RS if (first row, first column)

(first row, second column) Multiplying Matrices Find RS if (first row, second column)

(second row, first column) Multiplying Matrices Find RS if (second row, first column)

(second row, second column) Multiplying Matrices Find RS if (second row, second column)

Multiplying Matrices Find UV if

Multiplying Matrices Find UV if

Multiplying Matrices Find UV if

Multiplying Matrices Find UV if

Multiplying Matrices Find UV if

Properties of Multiplying Matrices Matrix multiplication is NOT commutative. This means that if A and B are matrices, AB≠BA.

AB≠BA in Matrices Find KL if

AB≠BA in Matrices Find KL if

AB≠BA in Matrices Find KL if

AB≠BA in Matrices Find KL if

AB≠BA in Matrices Find KL if

AB≠BA in Matrices Find LK if

AB≠BA in Matrices Find LK if

AB≠BA in Matrices Find LK if

AB≠BA in Matrices Find LK if

AB≠BA in Matrices As you can see, multiplication is NOT commutative. The order of multiplication matters.

Properties of Multiplying Matrices Distributive Property If A, B, and C are matrices, then A(B+C)=AB+AC and (B+C)A=BA+CA

Distributive Property Find A(B+C) if

Distributive Property Find A(B+C) if

Distributive Property Find A(B+C) if

Distributive Property Find A(B+C) if

Distributive Property Find A(B+C) if

Distributive Property Find A(B+C) if

Distributive Property Find A(B+C) if

Distributive Property Find AB+AC if

Distributive Property Find AB+AC if

Distributive Property Find AB+AC if

Distributive Property Find AB+AC if

Distributive Property Find AB+AC if

Distributive Property Find AB+AC if

Distributive Property Find AB+AC if

Distributive Property As you can see, you can extend the distributive property to matrices.