Assignment Answers. 1.7: Multiplication with Matrices.

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

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.
Maths for Computer Graphics
Section 4.1 – Matrix Operations Day 1
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
Solving Systems of Equations by matrices
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Today: Class Announcements Class Announcements PLAN Practice PLAN Practice 4.1 Notes 4.1 Notes Begin Homework Begin Homework Show Chapter 3 Test Scores.
FG ABCDE (–) (x) (÷) Addition2.3 Subtraction2.4 Matrices 2.5 Multiplication2.6 Distributive.
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.
3.6 – Multiply Matrices The product of two matrices A and B is defined provided the number of columns in A is equal to the number of rows in B. If A is.
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:
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.
Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.
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.
How to Multiply Two Matrices. Steps for Matrix Multiplication 1.Determine whether the matrices are compatible. 2.Determine the dimensions of the product.
8.2 Operations With Matrices
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
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.
Unit 1-6: Operations with Matrices How could we organize the data?
Add and subtract matrices
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
World Cup Matrix Multiplication….  Below is a league table for the group stage of the World Cup  The top 2 teams in each group progress through.
Assignment Questions?? Pg all, 23-26, 35, 46, 48 Handout Questions?
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.
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.
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.
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-2) Adding and Subtracting Matrices Objectives: To Add and subtract Matrices To solve certain Matrix equations.
Precalculus Section 14.1 Add and subtract matrices Often a set of data is arranged in a table form A matrix is a rectangular.
Matrices.
Splash Screen.
4-2 Multiplying Matrices Warm Up Lesson Presentation Lesson Quiz
13.4 Product of Two Matrices
Multiplying Matrices.
Matrix Operations.
16 Multiplying Matrices Warm Up Lesson Presentation Lesson Quiz.
4-3 Multiplying Matrices
Multiplying Matrices GSE Accelerated Pre-Calculus Keeper 2.
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
Matrix Operations SpringSemester 2017.
Warm Up Use scalar multiplication to evaluate the following:
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
Unit 3: Matrices
MATRICES MATRIX OPERATIONS.
( ) ( ) ( ) ( ) Matrices Order of matrices
Objectives Multiply two matrices.
Splash Screen.
Multiplying Matrices.
3.6 Multiply Matrices.
Splash Screen.
1.8 Matrices.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
Multiplying Matrices.
Multiplying Matrices.
Matrix Multiplication Sec. 4.2
Introduction to Matrices
Multiplying Matrices.
Presentation transcript:

Assignment Answers

1.7: Multiplication with Matrices

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 the product. Answer: The inner dimensions are equal so the matrix product is defined. The dimensions of the product are 3 × 2. A●B=AB 3 × 44 × 23 × 2

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

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

Concept

Multiply Square Matrices

Step 1Multiply 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.

Multiply Square Matrices Step 2Multiply 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.

Multiply Square Matrices Step 3Multiply 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.

Multiply Square Matrices Step 4Multiply 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.

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

Example 2 A. B. C. D.

Example 4 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.

Multiply Matrices PlanWrite 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. ResultsPoints

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

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

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

Assignment Pg #15-17 all, 23, 24, 25, 26, 35, 46, 48