13.4 Product of Two Matrices

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

2.3 Modeling Real World Data with Matrices
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
Objective Video Example by Mrs. G Give It a Try Lesson 4.1  Add and subtract matrices  Multiply a matrix by a scalar number  Solve a matrix equation.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
4.2 Operations with Matrices Scalar multiplication.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Matrices NamingCalculatorApplication. Making & Naming a Matrix Matrix A.
Warm Up. Multiplying Matrices 6.2 part 2 **Multiply rows times columns. **You can only multiply if the number of columns in the 1 st matrix is equal.
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.
4.3 Matrix Multiplication 1.Multiplying a Matrix by a Scalar 2.Multiplying Matrices.
Class Opener:. Identifying Matrices Student Check:
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)
8.2 Operations With Matrices
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
Matrix Operations.
Multiplying Matrices Algebra 2—Section 3.6. Recall: Scalar Multiplication - each element in a matrix is multiplied by a constant. Multiplying one matrix.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
EXAMPLE 1 Add and subtract matrices
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.
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.
Section – Operations with Matrices No Calculator By the end of this lesson you should be able to: Write a matrix and identify its order Determine.
3.6 Multiplying Matrices Homework 3-17odd and odd.
3.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
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.
Do Now: Perform the indicated operation. 1.). Algebra II Elements 11.1: Matrix Operations HW: HW: p.590 (16-36 even, 37, 44, 46)
Precalculus Section 14.1 Add and subtract matrices Often a set of data is arranged in a table form A matrix is a rectangular.
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.
LEQ: WHAT IS THE PROCESS USED TO MULTIPLY MATRICES? Matrix Multiplication Sec. 4-3.
4.3 Multiplying Matrices Dimensions matching Rows times Columns.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
Matrices.
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Christmas Packets are due on Friday!!!
Matrix Operations.
Matrix Operations.
Warm-Up - 8/30/2010 Simplify. 1.) 2.) 3.) 4.) 5.)
Multiplying Matrices GSE Accelerated Pre-Calculus Keeper 2.
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Multiplying Matrices Algebra 2—Section 3.6.
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
Matrices Elements, Adding and Subtracting
Matrix Multiplication
MATRICES MATRIX OPERATIONS.
Objectives Multiply two matrices.
Multiplying Matrices.
3.5 Perform Basic Matrix Operations
Dimensions matching Rows times Columns
3.6 Multiply Matrices.
1.8 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.
1.8 Matrices.
Multiplying Matrices.
Multiplying Matrices.
Matrix Multiplication Sec. 4.2
Introduction to Matrices
Multiplying Matrices.
Presentation transcript:

13.4 Product of Two 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.

State whether AB is defined. If so, give the dimensions. 1. A: 2 x 4 B: 4 x 3 2. A: 1 x 4 B: 1 x 4 3. A: 6 x 3 B: 3 x 1

To multiply two matrices, we multiply the elements in a row of the first matrix by the elements in a column of the second matrix and add the products together. For example:

Step 1: To get the element in the first row and first column of the product, we multiply the elements of the first row in the first matrix by the elements in the first column of the second matrix:

Step 2: To get the element in the first row and second column of the product, we multiply the elements of the first row in the first matrix by the elements in the second column of the second matrix:

Step 3: To get the element in the second row and first column of the product, we multiply the elements of the second row in the first matrix by the elements in the first column of the second matrix:

Step 4: To get the element in the second row and second column of the product, we multiply the elements of the second row in the first matrix by the elements in the second column of the second matrix:

Find the indicated product if it is defined Find the indicated product if it is defined. If not, write “not defined”. 4.

Find the indicated product if it is defined Find the indicated product if it is defined. If not, write “not defined”. 5.

Find the indicated product if it is defined Find the indicated product if it is defined. If not, write “not defined”. 6.

Find the indicated product if it is defined Find the indicated product if it is defined. If not, write “not defined”. 7.

Use your graphing calculator to find the product (if defined). 8.

Use your graphing calculator to find the product (if defined). 9.

Use your graphing calculator to find the product (if defined). 10.