3.6 Multiply Matrices.

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

2.3 Modeling Real World Data with Matrices
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.
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.
4.4 & 4.5 Notes Remember: Identity Matrices: If the product of two matrices equal the identity matrix then they are inverses.
Different Types of Fields to Describe the Earth. Anisotropy, heterogeneity SEM of shale (Josh et al., 2012)
Warm-Up 1) 2) 3) 4) Name the dimensions. Quiz – you may not use your notes 1) 2) 3) 4) Name the dimensions Check your work!! Watch out for careless errors.
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.
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
3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular.
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.
Sec 4.1 Matrices.
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.
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.
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.
CHAPTER 4 LESSON 3 Multiplying Matrices VOCABULARY  NONE.
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
§9-3 Matrix Operations. Matrix Notation The matrix has 2 rows and 3 columns.
4.3 Multiplying Matrices Dimensions matching Rows times Columns.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
Ch. 7 – Matrices and Systems of Equations 7.5 – Operations with Matrices.
Matrices.
Matrix Operations McDougal Littell Algebra 2
13.4 Product of Two Matrices
Multiplying Matrices.
Matrix Operations.
4-3 Multiplying Matrices
Multiplying Matrices GSE Accelerated Pre-Calculus Keeper 2.
Matrix Multiplication
Multiplication of Matrices
Multiplying Matrices Algebra 2—Section 3.6.
Warm Up Use scalar multiplication to evaluate the following:
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
Matrix Algebra.
Matrix Multiplication
MATRICES MATRIX OPERATIONS.
Objectives Multiply two matrices.
Multiplying Matrices.
Matrix Algebra.
3.5 Perform Basic Matrix Operations
Dimensions matching Rows times Columns
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.
3.5 Perform Basic Matrix Operations Algebra II.
Multiplying Matrices.
Matrix Multiplication Sec. 4.2
Introduction to Matrices
Matrices - Operations MULTIPLICATION OF MATRICES
Multiplying Matrices.
Presentation transcript:

3.6 Multiply Matrices

To multiply matrices the matrix on the left needs to have the same number of columns as rows of the one on the right, and the resulting matrix will have same number of rows as the one on the left and columns as the one on the right. 5 7 4 1 3 2 2 1 4 = (5)(2)+(7)(1)+(4)(4) = 10 + 7 + 16 = 33 (1)(2)+(3)(1)+(2)(4) 2 + 3 + 8 13 Equal 2 x 3 2 x 1 resulting matrix 3 x 1 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

Multiply the Matrix A and B [A] [B] 3 5 1 1 3 2 2 1 5 4 6 = (3)(2)+(5)(1)+(1)(5) (3)(4)+(5)(2)+(1)(6) (1)(2)+(3)(1)+(2)(5) (1)(4)+(3)(2)+(2)(6) Equal = 6 + 5 + 5 12 + 10 + 6 2 x 3 2 x 2 resulting matrix 3 x 2 2 + 3 + 10 4 + 6 + 12 16 28 15 22 =

Write the system of equations represented by each matrix equation: -3 6 7 1 x y = 15 -8 -3x + 6y = 15 7x + y = -8 5 9 -2 4 x y = 5x + 9y = 0 -2x + 4y = 5

2 x 3 3 x 3 What are the dimensions of Matrix A and Matrix B? Is it possible to multiply these matrices? Yes What is the dimension of the product matrix AB? 2 x 3 Find the product AB. 29 21 4 1 -10