Sec. 4-3: Matrix Multiplication 8/24/17

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

2.3 Modeling Real World Data with Matrices
Section 13-4: Matrix Multiplication
Maths for Computer Graphics
Multiplying matrices An animated example. (3 x 3)x (3 x 2)= (3 x 2) These must be the same, otherwise multiplication cannot be done Is multiplication.
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.
Chapter 4 Matrices By: Matt Raimondi.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Matrix Arithmetic. A matrix M is an array of cell entries (m row,column ) and it must have rectangular dimensions (Rows x Columns). Example: 3x x.
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.
4.3 Matrix Multiplication 1.Multiplying a Matrix by a Scalar 2.Multiplying 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.
Sec 4.1 Matrices.
Warm Up Perform the indicated operations. If the matrix does not exist, write impossible
What is Matrix Multiplication? Matrix multiplication is the process of multiplying two matrices together to get another matrix. It differs from scalar.
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.
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.
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?
Add and subtract matrices. Multiply by a matrix scalar.
§9-3 Matrix Operations. Matrix Notation The matrix has 2 rows and 3 columns.
Last Answer LETTER I h(x) = 3x 4 – 8x Last Answer LETTER R Without graphing, solve this polynomial: y = x 3 – 12x x.
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.
4.3 Multiplying Matrices Dimensions matching Rows times Columns.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
Multiply matrices Use the properties of matrix multiplication.
13.4 Product of Two Matrices
Lesson 43: Working with Matrices: Multiplication
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Christmas Packets are due on Friday!!!
Matrices Rules & Operations.
ALGEBRA II HONORS/GIFTED - MATRICES +, -, x, INVERSES
Warm-Up - 8/30/2010 Simplify. 1.) 2.) 3.) 4.) 5.)
4-3 Multiplying Matrices
Matrix Multiplication
Introduction To Matrices
Matrix Operations Monday, August 06, 2018.
Matrix Operations Add and Subtract Matrices Multiply 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..
Multiplying Matrices.
Matrix Multiplication
MATRICES MATRIX OPERATIONS.
Multiplying Matrices.
Dimensions matching Rows times Columns
3.6 Multiply Matrices.
1.8 Matrices.
What is the dimension of the matrix below?
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.
Matrix Multiplication
1.8 Matrices.
Multiplying Matrices.
Multiplying Matrices.
Matrix Multiplication Sec. 4.2
Introduction to Matrices
Multiplying Matrices.
Presentation transcript:

Sec. 4-3: Matrix Multiplication 8/24/17

Scalar Multiplication: Multiply each element of the matrix by the scalar. (“Scalar” is basically the same as a coefficient.) -3 ½ -6 1 2 = 2 4 4 8

Rules of Matrix Multilplication The number of columns of the 1st matrix must match the number of rows of the 2nd matrix. The resulting product matrix will have the size of the 1st matrix’s ROWS and the 2nd matrix’s COLUMNS. Multiply the ROWS of the 1st matrix by the COLUMNS of the 2nd matrix.

-1 4 3 -2 = 2 -3 7 1 -3 + 28 2 + 4 6 – 21 -4 – 3 = 25 6 -15 -7 Not all matrices can be multiplied together. Also, matrix multiplication is NOT commutative. See board for more examples.

Here are some samples of good & bad matrix multiplication and the resulting product matrix size, if possible. M1x3 x P3x2 = A1x2 A2x4 x B2x4 = not possible S1x3 x T3x4 = P1x4 C7x5 x G7x5 = D2x2 x F2x3 = not possible H2x3

Could these be multiplied? 1 -2 3 4 x -5 2 What would the dimensions be? 1 x 1 [1*4 + (-2)(-5) + 3*2] = [4 + 10 + 6] = [20] Page 182 #1 – 8, 11 – 18