Matrix Multiplication

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

2.3 Modeling Real World Data with Matrices
Section 13-4: Matrix Multiplication
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
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.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
2.5 - Determinants & Multiplicative Inverses of Matrices.
Inverse & Identity Matrices
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.
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?
Holt Algebra Multiplying Matrices In Lesson 4-1, you multiplied matrices by a number called a scalar. You can also multiply matrices together. The.
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.
4.4 Identify and Inverse Matrices Algebra 2. Learning Target I can find and use inverse matrix.
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.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
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.
3.6 Multiplying Matrices Homework 3-17odd and odd.
Chapter 1 Section 1.6 Algebraic Properties of Matrix Operations.
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)
4-3 Matrix Multiplication Objective: To multiply a matrix by a scalar multiple.
Where do you sit?. What is a matrix? How do you classify matrices? How do you identify elements of a matrix?
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 Multiplying Matrices Dimensions matching Rows times Columns.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
MATRICES A rectangular arrangement of elements is called matrix. Types of matrices: Null matrix: A matrix whose all elements are zero is called a null.
College Algebra Chapter 6 Matrices and Determinants and Applications
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
Multiplying Matrices.
Christmas Packets are due on Friday!!!
Matrices Rules & Operations.
College Algebra Chapter 6 Matrices and Determinants and Applications
Finding the Inverse of a Matrix
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Matrix Operations Add and Subtract Matrices Multiply Matrices
Multiplying Matrices.
Matrix Algebra.
Matrix Multiplication
Determinant of a Matrix
Multiplying Matrices.
Matrix Algebra.
3.5 Perform Basic Matrix Operations
Dimensions matching Rows times Columns
3.6 Multiply Matrices.
Chapter 4 Matrices & Determinants
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Chapter 8: Lesson 8.2 Operations With Matrices
Matrix Multiplication
Multiplying Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Multiplying Matrices.
Matrix Multiplication Sec. 4.2
Multiplying Matrices.
Presentation transcript:

Matrix Multiplication Section 4-3 Algebra II CP Mrs. Sweet

Row by Column Multiplication: The product of matrix A and B is found by multiplying the of matrix A by the of matrix B. Then the final products. row column adding

12 + -3 + 19 10

Matrices can be multiplied only when the number of for the left matrix matches the number of of the right matrix. columns rows If A has dimensions n x p and B has dimensions p x q then AB will have dimensions: n x q

A is a 3 x 5 B is a 2 x 5 C is a 5 x 1 D is a 3 x 2 Examples: 1) Given the dimensions of the following matrices determine if they can be multiplied if so find the dimensions of their product: A is a 3 x 5 B is a 2 x 5 C is a 5 x 1 D is a 3 x 2

Is matrix multiplication Commutative? Give an example: Is matrix multiplication Associastive? Give an example:

2) Find the product of the given matrices:

2) Find the product of the given matrices:

6 2 5 -4 8 1 2 = 0 3 22 50 12 = -12 3

An ounce of ground beef has about 60 calories An ounce of ground beef has about 60 calories. A single French fry has about 11 calories. An ounce of yogurt has about 40 calories. 1) If you eat a quarter pound of beef, 20 French fries, and 4 ounces of yogurt, how many calories will you have consumed? 2) Write the question as a matrix multiplication.

Identity Matrix Find the product of I and A

diagonal An Identity Matrix is an n x n matrix whose main from upper left to lower right has all elements 1 while all other elements are 0. diagonal

What would be the identity matrix for a 3 x 3 matrix? 1 0 0 0 1 0 0 0 1