Splash Screen.

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

Section 13-4: Matrix Multiplication
Maths for Computer Graphics
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.
4.2 Adding and Subtracting Matrices 4.3 Matrix 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.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
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.
Class Opener:. Identifying Matrices Student Check:
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.
8.2 Operations With Matrices
Lesson Menu Five-Minute Check (over Lesson 3–4) Then/Now New Vocabulary Example 1: Real-World Example: Analyze Data with Matrices Key Concept: Adding and.
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
Matrix Operations.
 6. Use matrices to represent and manipulate data, e.g., to represent payoffs or incidence relationships related in a network.  7. Multiply matrices.
Section 3.5 Revised ©2012 |
Lesson Menu Five-Minute Check (over Lesson 3–5) Then/Now Example 1:Dimensions of Matrix Products Key Concept: Multiplying Matrices Example 2:Multiply Square.
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
Add and subtract matrices
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-
Goal: Find sums, differences, products, and inverses of matrices.
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.
4-3 Matrix Multiplication Objectives: To multiply by a scalar To multiply two matrices.
3.6 Multiplying Matrices Homework 3-17odd and odd.
Splash Screen. Example 1 Dimensions of Matrix Products A. Determine whether the product of A 3×4 and B 4×2 is defined. If so, state the dimensions of.
3.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
(4-2) Adding and Subtracting Matrices Objectives: To Add and subtract Matrices To solve certain Matrix equations.
Assignment Answers. 1.7: Multiplication with Matrices.
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.
Add and subtract matrices. Multiply by a matrix scalar.
Warm-UP A = 7-310B = C =7-4Find:A 22 and C 31 97Find: the dimensions of each -88 Matrix Find: A + B and B – A and C + B.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
Matrices.
Splash Screen.
4-2 Multiplying Matrices Warm Up Lesson Presentation Lesson Quiz
Chapter 4 Matrices.
13.4 Product of Two Matrices
Christmas Packets are due on Friday!!!
Splash Screen.
16 Multiplying Matrices Warm Up Lesson Presentation Lesson Quiz.
4-3 Multiplying Matrices
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
Splash Screen.
Matrix Operations SpringSemester 2017.
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
Matrix Algebra.
25. Basic matrix operations
4.1 Matrices – Basic Operations
MATRICES MATRIX OPERATIONS.
4.1, 2, 3 Perform Basic Matrix Operations
Objectives Multiply two matrices.
Multiplying Matrices.
Matrix Algebra.
3.6 Multiply Matrices.
Splash Screen.
1.8 Matrices.
Matrix Operations Ms. Olifer.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
Multiplying Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Multiplying Matrices.
Matrix Multiplication Sec. 4.2
Multiplying Matrices.
Presentation transcript:

Splash Screen

You multiplied matrices by a scalar. Multiply matrices. Use the properties of matrix multiplication. Then/Now

Dimensions of Matrix Products A. Determine whether the product of A3×4 and B4×2 is defined. If so, state the dimensions of the product. A ● B = AB 3 × 4 4 × 2 3 × 2 Answer: Example 1

Dimensions of Matrix Products A. Determine whether the product of A3×4 and B4×2 is defined. If so, state the dimensions of the product. A ● B = AB 3 × 4 4 × 2 3 × 2 Answer: The inner dimensions are equal so the matrix product is defined. The dimensions of the product are 3 × 2. Example 1

Dimensions of Matrix Products B. Determine whether the product of A3×2 and B4×3 is defined. If so, state the dimensions of the product. A ● B 3 × 2 4 × 3 Answer: Example 1

Dimensions of Matrix Products B. Determine whether the product of A3×2 and B4×3 is defined. If so, state the dimensions of the product. A ● B 3 × 2 4 × 3 Answer: The inner dimensions are not equal, so the matrix product is not defined. Example 1

D. The matrix product is not defined. A. Determine whether the matrix product is defined. If so, what are the dimensions of the product? A3×2 and B2×3 A. 3 × 3 B. 2 × 2 C. 3 × 2 D. The matrix product is not defined. Example 1

D. The matrix product is not defined. A. Determine whether the matrix product is defined. If so, what are the dimensions of the product? A3×2 and B2×3 A. 3 × 3 B. 2 × 2 C. 3 × 2 D. The matrix product is not defined. Example 1

D. The matrix product is not defined. B. Determine whether the matrix product is defined. If so, what are the dimensions of the product? A2×3 and B2×3 A. 2 × 3 B. 3 × 2 C. 2 × 2 D. The matrix product is not defined. Example 1

D. The matrix product is not defined. B. Determine whether the matrix product is defined. If so, what are the dimensions of the product? A2×3 and B2×3 A. 2 × 3 B. 3 × 2 C. 2 × 2 D. The matrix product is not defined. Example 1

Concept

Multiply Square Matrices Example 2

Multiply Square Matrices Step 1 Multiply the numbers in the first row of R by the numbers in the first column of S, add the products, and put the result in the first row, first column of RS. Example 2

Multiply Square Matrices Step 2 Multiply the numbers in the first row of R by the numbers in the second column of S, add the products, and put the result in the first row, second column of RS. Example 2

Multiply Square Matrices Step 3 Multiply the numbers in the second row of R by the numbers in the first column of S, add the products, and put the result in the second row, first column of RS. Example 2

Multiply Square Matrices Step 4 Multiply the numbers in the second row of R by the numbers in the second column of S, add the products, and put the result in the second row, second column of RS. Example 2

Step 5 Simplify the product matrix. Multiply Square Matrices Step 5 Simplify the product matrix. Answer: Example 2

Step 5 Simplify the product matrix. Multiply Square Matrices Step 5 Simplify the product matrix. Answer: Example 2

A. B. C. D. Example 2

A. B. C. D. Example 2

Multiply Matrices CHESS Three teams competed in the final round of the Chess Club’s championships. For each win, a team was awarded 3 points and for each draw a team received 1 point. Which team won the tournament? Understand The final scores can be found by multiplying the wins and draws by the points for each. Example 3

Multiply Matrices Plan Write the results from the championship and the points in matrix form. Set up the matrices so that the number of rows in the points matrix equals the number of columns in the results matrix. Results Points Example 3

Solve Multiply the matrices. Multiply Matrices Solve Multiply the matrices. Write an equation. Multiply columns by rows. Example 3

The labels for the product matrix are shown below. Multiply Matrices Simplify. The labels for the product matrix are shown below. Blue Red Green Total Points Example 3

Multiply Matrices Answer: Example 3

Answer: The red team won the championship with a total of 21 points. Multiply Matrices Answer: The red team won the championship with a total of 21 points. Check R is a 3 × 2 matrix and P is a 2 × 1 matrix. Their product should be a 3 × 1 matrix. Example 3

BASKETBALL In Thursday night’s basketball game, three of the players made the points listed below in the chart. They scored 1 point for the free-throws, 2 points for the 2-point shots, and 3 points for the 3-points shots. Who scored the most points? A. Warton B. Bryant C. Chris D. none of the above Example 3

BASKETBALL In Thursday night’s basketball game, three of the players made the points listed below in the chart. They scored 1 point for the free-throws, 2 points for the 2-point shots, and 3 points for the 3-points shots. Who scored the most points? A. Warton B. Bryant C. Chris D. none of the above Example 3

Multiply columns by rows. Test of the Commutative Property A. Find KL if K Substitution Multiply columns by rows. Simplify. Example 4

Test of the Commutative Property Answer: Example 4

Test of the Commutative Property Answer: Example 4

Multiply columns by rows. Test of the Commutative Property B. Find LK if K Substitution Multiply columns by rows. Example 4

Test of the Commutative Property Simplify. Answer: Example 4

Test of the Commutative Property Simplify. Answer: Example 4

A. B. C. D. Example 4

A. B. C. D. Example 4

A. B. C. D. Example 4

A. B. C. D. Example 4

Add corresponding elements. Test of the Distributive Property A. Substitution Add corresponding elements. Example 5

Multiply columns by rows. Test of the Distributive Property Multiply columns by rows. Answer: Example 5

Multiply columns by rows. Test of the Distributive Property Multiply columns by rows. Answer: Example 5

Multiply columns by rows. Test of the Distributive Property Substitution Multiply columns by rows. Example 5

Add corresponding elements. Test of the Distributive Property Simplify. Add corresponding elements. Answer: Example 5

Add corresponding elements. Test of the Distributive Property Simplify. Add corresponding elements. Answer: Example 5

A. B. C. D. Example 5

A. B. C. D. Example 5

A. B. C. D. Example 5

A. B. C. D. Example 5

Concept

End of the Lesson