LEQ: WHAT IS THE PROCESS USED TO MULTIPLY MATRICES? Matrix Multiplication Sec. 4-3.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Maths for Computer Graphics
Fundamentals of matrices
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.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Unit 3: Matrices.
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.
Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.
Class Opener:. Identifying Matrices Student Check:
Operations with Matrices: Multiplication Honors Math – Grade 8.
Do Now: Add or subtract, if possible. 1.) 2.). Academy Algebra II/Trig 12.4: Matrix Algebra HW: p.889 (8, 9, 12, 13, 16, 17, 21)
Operations with Matrices: Multiplication
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
Matrix Operations.
Matrices on the Graphing Calculator I.. Entering a Matrix into the calculator. 1) Press MATRIX (2 nd Matrix) 2) Go  to EDIT (use scroll arrows) 3) Chose.
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.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
EXAMPLE 1 Add and subtract matrices
Find the determinate of both of the following matrices.
Example 7 Multiplying with Technology Chapter 7.3 Use technology to compute BA and AB if and.  2009 PBLPathways.
Section – Operations with Matrices No Calculator By the end of this lesson you should be able to: Write a matrix and identify its order Determine.
3.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
Unit 3: Matrices. Matrix: A rectangular arrangement of data into rows and columns, identified by capital letters. Matrix Dimensions: Number of rows, m,
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.
Where do you sit?. What is a matrix? How do you classify matrices? How do you identify elements of a matrix?
Matrix – is a rectangular arrangement of numbers in rows and columns. Dimensions – Size – m is rows, n is columns. m x n ( row ∙ column) Elements – The.
Multiply matrices Use the properties of matrix multiplication.
13.4 Product of Two Matrices
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Matrix. Matrix Matrix Matrix (plural matrices) . a collection of numbers Matrix (plural matrices)  a collection of numbers arranged in a rectangle.
Christmas Packets are due on Friday!!!
Matrices Rules & Operations.
Matrix Operations.
Matrix Operations.
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Matrix Equations Step 1: Write the system as a matrix equation. A three-equation system is shown below. First matrix are the coefficients of all the.
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..
Section 3.1 – Operations with Matrices
7.3 Matrices.
Which of the following sums cannot be simplified?
Matrix Multiplication
Math-2 (honors) Matrix Algebra
Unit 3: Matrices
MATRICES MATRIX OPERATIONS.
2.2 Introduction to Matrices
Multiplying Matrices.
Matrix Operations Chapter 4, Sections 1, 2, 3.
3.5 Perform Basic Matrix Operations
3.6 Multiply Matrices.
Chapter 4 Matrices & Determinants
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.
Multiplying Matrices.
Multiplying Matrices.
Presentation transcript:

LEQ: WHAT IS THE PROCESS USED TO MULTIPLY MATRICES? Matrix Multiplication Sec. 4-3

Matrix Multiplication The product of two matrices exists only when the number of columns of the first matrix equals the number of rows of the second matrix For example: equal dimensions of product

Matrix Multiplication (continued) The product of two matrices is the matrix whose element in row m and column n is the product of row m of the first matrix and column n of the second matrix. Row by Column multiplication

For example  Product of row 1 of the first matrix and column 1 of the second matrix is 8 * * 0 = 8. This is put in row 1 column 1 of the answer.  Product of row 1 column 2 is 8 * * 4 = 16. This is put in row 1 column 2 of the answer.  Product of row 1 column 3 is 8 * * 2 = 36. This is put in row 1 column 3 of the answer.  Row 2 column 1 is 4 * * 0 = 4  Row 2 column 2 is 4 * * 4 = 16  Row 2 column 3 is 4 * * 2 = 22

Matrices in real life There are several choices for arranging your data. When making your choice, remember the number of columns of the first matrix must equal the number of rows of the second matrix. It is helpful to consider the units involved  The headings of the column of the left matrix must match the headings of the rows of the right matrix.

For example Both Joe and Bob tutor students in math. They each charge $10 per hour for one person and $25 an hour for a small group. Every week Joe tutors 3 people individually an hour each and works with 2 small groups for an hour each. Bob tutors 5 people individually for an hour each and works with one small group for an hour. Use matrix multiplication to find the total amount earned by each tutor. Matrix A: Ind. Gr. Joe Bob Matrix B: Earn Ind. Gr. A*B = Earn Joe Bob Joe earned $80 and Bob earned $75.

Matrices on the graphing calculator Key strokes to matrix menu: 2 nd, x -1 To enter matrices slide over to EDIT and select a matrix  Enter # of rows and # of columns  Enter each element…make sure to press enter after each one  To enter a different matrix, 2 nd, x -1, EDIT, chose a different matrix Must quit (2 nd, MODE) after entering matrices To perform operations with matrices (add, subtract, scalar multiply, multiply…), 2 nd, x -1, NAMES and chose the matrix desired.  Puts the matrix in the “working screen”  Use the add, subtract, and multiply buttons to indicate desired operation.  Go back into the matrix menu and retrieve the other matrix needed under NAMES.

For example Use a graphing calculator to find:  A * B  -3 * B

Homework Pgs #1-7, 10-16, 20-22