Multiplying Matrices.

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

2.3 Modeling Real World Data with Matrices
Do Now: Solve each equation:
Lesson 12.2 Matrix Multiplication. 3 Row and Column Order The rows in a matrix are usually indexed 1 to m from top to bottom. The columns are usually.
Section 4.2 – Multiplying Matrices Day 2
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.
Determinants. Determinant - a square array of numbers or variables enclosed between parallel vertical bars. **To find a determinant you must have a SQUARE.
Algebra 2: Lesson 5 Using Matrices to Organize Data and Solve Problems.
MATRICES Adapted from presentation found on the internet. Thank you to the creator of the original presentation!
Solving Systems of Equations and Inequalities Section 3.1A-B Two variable linear equations Section 3.1C Matrices Resolution of linear systems Section 3.1D.
Chapter 4 Matrices By: Matt Raimondi.
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
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.
4.3 Matrices and Determinants Algebra 2. Learning Targets: Evaluate the determinant of a 3 x 3 matrix, and Find the area of a triangle given the coordinates.
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?
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
Multiplying Matrices Algebra 2—Section 3.6. Recall: Scalar Multiplication - each element in a matrix is multiplied by a constant. Multiplying one matrix.
Section 9-1 An Introduction to Matrices Objective: To perform scalar multiplication on a matrix. To solve matrices for variables. To solve problems using.
Warm up Solve this system using inverses: –1. x + y –z = -2 – 2x –y + z = 5 – -x + 2y + 2z = 1.
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.
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.
MATRICES. Introduction Matrix algebra has several uses in economics as well as other fields of study. One important application of Matrices is that it.
Multiplying Matrices. Review: Scalar Multiplication.
MATRICES MATRIX Multiplication. Warm-up Subtract (don’t forget to KCC):
Chapter 4 Matrices.
13.4 Product of Two Matrices
Lesson 43: Working with Matrices: Multiplication
Multiplying Matrices.
Sec. 4-3: Matrix Multiplication 8/24/17
Matrices Rules & Operations.
1.5 Matricies.
Introduction to Matrices
Introduction To Matrices
Matrix Operations Monday, August 06, 2018.
Multiplying Matrices Algebra 2—Section 3.6.
Section 10.4 – Determinant of a SQUARE Matrix
Fundamentals of Engineering Analysis
Warm Up Use scalar multiplication to evaluate the following:
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
Warm-up a. Solve for k: 13 −5
MATRICES MATRIX OPERATIONS.
Introduction to Matrices
Warmup Solve each system of equations. 4x – 2y + 5z = 36 2x + 5y – z = –8 –3x + y + 6z = 13 A. (4, –5, 2) B. (3, –2, 4) C. (3, –1, 9) D. no solution.
4.5 Determinants of Matrices
Determinants.
MATRICES MATRIX OPERATIONS.
Unit 3: Matrices
Matrix Multiplication
MATRICES MATRIX OPERATIONS.
2.2 Introduction to Matrices
Matrices.
Section 3.2 – Determinant of a SQUARE Matrix
Multiplying Matrices.
Section 10.4 – Determinant of a SQUARE Matrix
DRILL.
MATRICES MATRIX OPERATIONS.
MATRICES MATRIX OPERATIONS.
Matrices.
Matrix Operations Ms. Olifer.
What is the dimension of the matrix below?
Matrices and Determinants
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.
Multiplying Matrices.
Multiplying Matrices.
Multiplying Matrices.
Presentation transcript:

Multiplying Matrices

Scalar Multiplication - each element in a matrix is multiplied by a constant.

**Multiply rows times columns. **You can only multiply if the number of columns in the 1st matrix is equal to the number of rows in the 2nd matrix. They must match. Dimensions: 3 x 2 2 x 3 The dimensions of your answer.

Examples: 2(3) + -1(5) 2(-9) + -1(7) 2(2) + -1(-6) 3(3) + 4(5) 3(-9) + 4(7) 3(2) + 4(-6)

*They don’t match so can’t be multiplied together.* Dimensions: 2 x 3 2 x 2 *They don’t match so can’t be multiplied together.*

2 x 2 2 x 2 *Answer should be a 2 x 2 0(4) + (-1)(-2) 0(-3) + (-1)(5) 1(4) + 0(-2) 1(-3) +0(5)

Determinants

**To find a determinant you must have a SQUARE MATRIX!!** Determinant - a square array of numbers or variables enclosed between parallel vertical bars. **To find a determinant you must have a SQUARE MATRIX!!** Finding a 2 x 2 determinant:

Find the determinant:

Finding a 3x3 determinant: Diagonal method Step 1: Rewrite first two columns of the matrix.

126 - (-52) 126 + 52 = 178 Step 2: multiply diagonals going up! -224 +10 +162 = -52 Step 2: multiply diagonals going up! Step 3: multiply diagonals going down! +12 -126 +240 =126 Step 4: Bottom minus top! 126 - (-52) 126 + 52 = 178

38 - 38 = 0 Step 1: multiply diagonals going up! -18 +50 +6 = 38 Step 1: multiply diagonals going up! Step 2: multiply diagonals going down! - 15 45 + 8 = 38 Step 3: Bottom minus top! 38 - 38 = 0

Expansion of a Third-Order Determinant

example: Evaluate using expansion by minors.

You try… Page 202 #’s 7 – 10 Page 209 #’s 12 – 22 evens