Matrix Multiplication

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

2.3 Modeling Real World Data with Matrices
Section 13-4: Matrix Multiplication
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.
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.
Fundamentals of matrices
Table of Contents Matrices - Calculator Operations The graphing calculator can be used to do a variety of matrix calculations, as shown in the following.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
4.2 Operations with Matrices Scalar multiplication.
INTRODUCTION TO MATRICES 4.1 AND 4.2 DAY 1. DO NOW Grab some slides from the front and solve this: Example: The local shop sells 3 types of pies. Beef.
4.2 Review & Calculator Practice Algebra 2.  Class Announcements  PLAN Practice  Homework Questions/Check  4.2 Quick Notes & Calculator Practice 
Section 7.2 & 7.3.  Row x Column ROW COLUMN a x + b y = c d x + e y = f AB X.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
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.
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.
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)
EXAMPLE 4 Use matrices to calculate total cost Each stick costs $60, each puck costs $2, and each uniform costs $35. Use matrix multiplication to find.
8.2 Operations With Matrices
Operations with Matrices: Multiplication
3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular.
Multiplying Matrices Algebra 2—Section 3.6. Recall: Scalar Multiplication - each element in a matrix is multiplied by a constant. Multiplying one matrix.
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.
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.
4-3 Matrix Multiplication Objective: To multiply a matrix by a scalar multiple.
CHAPTER 4 LESSON 3 Multiplying Matrices VOCABULARY  NONE.
10.4 Warm up – No Calc. Section 10.4 – Determinant of a SQUARE Matrix With and Without Calculator By the end of this lesson, you should be able to: Calculate.
LEQ: WHAT IS THE PROCESS USED TO MULTIPLY MATRICES? Matrix Multiplication Sec. 4-3.
4.3 Multiplying Matrices Dimensions matching Rows times Columns.
10.4 Matrix Algebra. 1. Matrix Notation A matrix is an array of numbers. Definition Definition: The Dimension of a matrix is m x n “m by n” where m =
Solving Systems by Using Matrices
Alg 2 Ch 6 Matrices.
13.4 Product of Two Matrices
Sections 2.4 and 2.5 Matrix Operations
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.
Warm-Up - 8/30/2010 Simplify. 1.) 2.) 3.) 4.) 5.)
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
Matrices and Data Holt Algebra 2.
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.
Section 10.4 – Determinant of a SQUARE Matrix
Solving Systems Using Matrices
Warm Up Use scalar multiplication to evaluate the following:
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
Which of the following sums cannot be simplified?
Multiplying Matrices.
Matrix Multiplication
Objectives Multiply two matrices.
1. Write the component form of the vector that
Multiplying Matrices.
Matrices and Data Holt Algebra 2.
Matrix Operations Chapter 4, Sections 1, 2, 3.
Dimensions matching Rows times Columns
3.6 Multiply Matrices.
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.
3.5 Perform Basic Matrix Operations Algebra II.
Multiplying Matrices.
Matrix Multiplication Sec. 4.2
Multiplying Matrices.
Presentation transcript:

Matrix Multiplication Honors Trig Matrix Multiplication

# of columns in A = # of rows in B Definition: Suppose A is an m x n matrix and B is an n x p matrix. The product AB, (or AB) is defined as the m x p matrix whose element in row k and column j is the product of row k of A and column j of B. # of columns in A = # of rows in B Result has # of rows from A and # of columns from B Students should record this definition. When doing the next few examples, refer to the definition in calculating the new dimensions of the product matrix.

Can the following matrices be multiplied? Yes! MATCH 3 X 1 1 X 3 Results is a 3 X 3 matrix.

Can the following matrices be multiplied? NO! DON’T MATCH 3 X 2 3 X 2

Consider the matrices below. AB = 2 X 3 Results in a 3 X 3 matrix. 3 X 2 MATCH

2 3 9 8 7 5 4 6 5 4 7 6 2(9)+3(6) The next several slides are automatically animated. (NO CLICKING). Emphasize that this multiplication is row by column and how the rows and columns must align. I have color coordinated the row in the first matrix with the resulting row in the resulting matrix.

2 3 9 8 7 5 4 6 5 4 7 6 2(9)+3(6) 2(8)+ 3(5)

2 3 9 8 7 5 4 6 5 4 7 6 2(9)+3(6) 2(8)+ 3(5) 2(7)+ 3(4)

2 3 9 8 7 5 4 6 5 4 7 6 2(9)+3(6) 2(8)+ 3(5) 2(7)+ 3(4) 4(9)+5(6)

2 3 9 8 7 5 4 6 5 4 7 6 2(9)+3(6) 2(8)+ 3(5) 2(7)+ 3(4) 4(9)+5(6) 4(8)+ 5(5)

2 3 9 8 7 5 4 6 5 4 7 6 2(9)+3(6) 2(8)+ 3(5) 2(7)+ 3(4) 4(9)+5(6) 4(8)+ 5(5) 4(7)+ 5(4)

2 3 9 8 7 5 4 6 5 4 7 6 2(9)+3(6) 2(8)+ 3(5) 2(7)+ 3(4) 4(9)+5(6) 4(8)+ 5(5) 4(7)+ 5(4) 6(9)+7(6)

2 3 9 8 7 5 4 6 5 4 7 6 2(9)+3(6) 2(8)+ 3(5) 2(7)+ 3(4) 4(9)+5(6) 4(8)+ 5(5) 4(7)+ 5(4) 6(9)+7(6) 6(8)+ 7(5)

2 3 9 8 7 5 4 6 5 4 7 6 2(9)+3(6) 2(8)+ 3(5) 2(7)+ 3(4) 4(9)+5(6) 4(8)+ 5(5) 4(7)+ 5(4) 6(9)+7(6) 6(8)+ 7(5) 6(7)+ 7(4)

2(9)+3(6) 2(8)+ 3(5) 2(7)+ 3(4) 4(9)+5(6) 4(8)+ 5(5) 4(7)+ 5(4) 6(9)+7(6) 6(8)+ 7(5) 6(7)+ 7(4) 36 31 26 66 57 48 96 83 70

Try this one:

Solution:

End of Day 1 Homework: Please complete the “Operations with Matrices WS” for homework! Have an excellent day.

multiply by hand as well!!! How to use the calculator... *You need to know how to multiply by hand as well!!!

Find and press the matrix key on the calculator. Using the TI-84 Find and press the matrix key on the calculator.

Find and press the matrix key on the calculator. Using the TI-84 Find and press the matrix key on the calculator.

Arrow across to highlight edit. Using the TI-84 Arrow across to highlight edit.

Arrow across to highlight edit. Using the TI-84 Arrow across to highlight edit.

Using the TI-84 Matrix Dimensions Column Row

Enter the matrices Example 3 into A and B Using the TI-84 Enter the matrices Example 3 into A and B

Enter the matrices Example 3 into A and B Using the TI-84 Enter the matrices Example 3 into A and B

Multiply the two matrices. Using the TI-84 Multiply the two matrices. Press MATRX and select matrix A, press , then press MATRX and select matrix B.

Multiply the two matrices. Using the TI-84 Multiply the two matrices. Press MATRX and select matrix A, press , then press MATRX and select matrix B.