12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.

Slides:



Advertisements
Similar presentations
Matrix.
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.
12.2 Multiplication of Matrices. Matrix Multiplication The product of two matrices, A m×p and B p×n, is the matrix AB with dimensions m × n. Any element.
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.
8.4 Matrix Operations Day 1 Thurs May 7 Do Now Solve X – 2y = -6 3x + 4y = 7.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
4.2 Operations with Matrices Scalar multiplication.
Algebra 2: Lesson 5 Using Matrices to Organize Data and Solve Problems.
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.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
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.
4.3 Matrix Multiplication 1.Multiplying a Matrix by a Scalar 2.Multiplying Matrices.
Properties of Real Numbers 1.Objective: To apply the properties of operations. 2.Commutative Properties 3.Associative Properties 4.Identity Properties.
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.
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
Matrix Operations.
Section 3.5 Revised ©2012 |
by D. Fisher (2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition 1.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
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.
 In this lesson we will go over how to solve a basic matrix equation such as the following: These are matrices, not variables.
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.
by D. Fisher (2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition 1.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
4-3 Matrix Multiplication Objectives: To multiply by a scalar To multiply two matrices.
3.6 Multiplying Matrices Homework 3-17odd and odd.
Essential Question: Why, oh why, didn’t I take the blue pill?
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.
Add and subtract matrices. Multiply by a matrix scalar.
§9-3 Matrix Operations. Matrix Notation The matrix has 2 rows and 3 columns.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
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.
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.
Multiply matrices Use the properties of matrix multiplication.
Matrices.
Matrix Operations McDougal Littell Algebra 2
Properties and Applications of Matrices
12-1 Organizing Data Using Matrices
Multiplying Matrices GSE Accelerated Pre-Calculus Keeper 2.
Matrix Multiplication
Matrix Operations SpringSemester 2017.
Multiplying Matrices.
The Distributive Property
Objectives Multiply two matrices.
Multiplying Matrices.
Dimensions matching Rows times Columns
3.6 Multiply Matrices.
Linear Algebra Lecture 11.
1.8 Matrices.
Properties of Real Numbers
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
Warm-Up Find the slope of 4y = 3x + 21 Solve -3x – 5 = x + 12
1.8 Matrices.
Multiplying Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Multiplying Matrices.
Introduction to Matrices
Matrices - Operations MULTIPLICATION OF MATRICES
Multiplying Matrices.
Properties of Numbers Review Problems.
Presentation transcript:

12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.

SCALAR MULTIPLICATION

PRACTICE

PROPERTIES OF SCALAR MULTIPLICATION

SOLVING A MATRIX EQUATION WITH SCALARS

MATRIX MULTIPLICATION

APPLYING TDFGSPAT Washington10109 New York6005

PROPERTIES OF MATRIX MULTIPLICATION  Dimensions: if A is m x n and B is n x p, then AB will be m x p  A product will not exist if the number of columns in A does not match the number of rows in B  (3 x 2)(2 x 4) product exists (2 x 4)(3 x 2) product does not exist  Assume A, B, and C are n x n matrices and O is the zero matrix  Closure Property: AB is an n x n matrix  Associative Property of Multiplication: (AB)C = A(BC)  Distributive Property: A(B + C) = AB + AC and (B + C)A = BA + CA  Multiplicative Property of Zero: OA = AO = O

ASSIGNMENT  Odds p.777 #7-35,44