Objectives Multiply two matrices.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Section 13-4: Matrix Multiplication
Matrix Multiplication To Multiply matrix A by matrix B: Multiply corresponding entries and then add the resulting products (1)(-1)+ (2)(3) Multiply each.
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.
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.
4.2 Matrix Multiplication Warm-up (IN) Give the dimensions of each matrix. Identify the entry at each location of the matrix. Learning Objective: to multiply.
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.
Algebra 3: Section 5.5 Objectives of this Section Find the Sum and Difference of Two Matrices Find Scalar Multiples of a Matrix Find the Product of Two.
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.
Operations with 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.
Copyright © Cengage Learning. All rights reserved. 7 Linear Systems and Matrices.
Slide Copyright © 2009 Pearson Education, Inc. 7.3 Matrices.
4.1 Using Matrices Warm-up (IN) Learning Objective: to represent mathematical and real-world data in a matrix and to find sums, differences and scalar.
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
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
Matrix Operations.
Section 3.5 Revised ©2012 |
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-
Copyright © by Holt, Rinehart and Winston. All Rights Reserved. Objectives Represent mathematical and real-world data in a matrix. Find sums and differences.
What is Matrix Multiplication? Matrix multiplication is the process of multiplying two matrices together to get another matrix. It differs from scalar.
4.2 Matrix Multiplication Objectives: Multiply 2 matrices. Use matrix multiplication to solve mathematical and real-world problems. Standard:
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.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
4.1 Exploring Data: Matrix Operations ©2001 by R. Villar All Rights Reserved.
2.3 MODELING REAL WORLD DATA WITH MATRICES By the end of the section students will be able to add, subtract, and multiply matrices of various sizes. Students.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
13.3 Product of a Scalar and a Matrix.  In matrix algebra, a real number is often called a.  To multiply a matrix by a scalar, you multiply each entry.
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.
2.1 Matrix Operations 2. Matrix Algebra. j -th column i -th row Diagonal entries Diagonal matrix : a square matrix whose nondiagonal entries are zero.
Matrices.
MTH108 Business Math I Lecture 20.
4-2 Multiplying Matrices Warm Up Lesson Presentation Lesson Quiz
13.4 Product of Two Matrices
12-1 Organizing Data Using Matrices
Matrix Operations Free powerpoints at
Matrix Operations.
Finding the Inverse of a Matrix
Matrix Operations.
Matrix Operations Free powerpoints at
What we’re learning today:
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Matrix Operations SpringSemester 2017.
Matrix Operations Free powerpoints at
7.3 Matrices.
2. Matrix Algebra 2.1 Matrix Operations.
Matrices Elements, Adding and Subtracting
4.1 Matrices – Basic Operations
MATRICES MATRIX OPERATIONS.
7.3 Products and Factors of Polynomials
3.5 Perform Basic Matrix Operations
Dimensions matching Rows times Columns
3.6 Multiply Matrices.
Chapter 4 Matrices & Determinants
1.8 Matrices.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Warm-Up 4 minutes Give the dimensions of each matrix. 1) 2)
Matrix Multiplication Sec. 4.2
Presentation transcript:

Objectives Multiply two matrices. 4.2 Matrix Multiplication Objectives Multiply two matrices. Use matrix multiplication to solve mathematical and real-world problems.

Glossary Terms dimensions of a matrix matrix multiplication

Rules and Properties Matrix Multiplication If matrix A has dimensions m  n, and matrix B has dimensions n  r, then A  B has dimensions m  r.

Rules and Properties Matrix Multiplication To find the entry in row i and column j of AB: Find the sum of the products of the corresponding entries in row i of A and column j of B.

Key Skills Multiply matrices. 4.2 Matrix Multiplication Key Skills Multiply matrices. Two matrices can be multiplied if their inner dimensions are the same. 2  3 3  1 2  1 2 –3 –1 1 4 8 -1 2(–1) + (–3)2 + (–1)0 1(–1) + 4(2) + 8(0) = –8 7 = TOC