Dimensions matching Rows times Columns

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

2.3 Modeling Real World Data with Matrices
Section 13-4: Matrix Multiplication
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
Matrix Multiplication To Multiply matrix A by matrix B: Multiply corresponding entries and then add the resulting products (1)(-1)+ (2)(3) Multiply each.
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.
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
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.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
4.2 Operations with Matrices Scalar multiplication.
Warm-Up 1) 2) 3) 4) Name the dimensions. Quiz – you may not use your notes 1) 2) 3) 4) Name the dimensions Check your work!! Watch out for careless errors.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
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.
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
8.2 Operations With Matrices
Matrix Operations.
Multiplying Matrices Algebra 2—Section 3.6. Recall: Scalar Multiplication - each element in a matrix is multiplied by a constant. Multiplying one matrix.
Chapter 4 Section 2: Multiplying Matrices. VOCABULARY The product of two matrices A and B is DEFINED provided the number of columns in A is equal to the.
Matrix Multiplication The Introduction. Look at the matrix sizes.
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.
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.
Do Now: Perform the indicated operation. 1.). Algebra II Elements 11.1: Matrix Operations HW: HW: p.590 (16-36 even, 37, 44, 46)
Where do you sit?. What is a matrix? How do you classify matrices? How do you identify elements of a matrix?
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
2.3 MODELING REAL WORLD DATA WITH MATRICES By the end of the section students will be able to add, subtract, and multiply matrices of various sizes. Students.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
4.3 Multiplying Matrices Dimensions matching Rows times Columns.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
Ch. 7 – Matrices and Systems of Equations 7.5 – Operations with Matrices.
13.4 Product of Two Matrices
Properties and Applications of Matrices
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Christmas Packets are due on Friday!!!
Matrices Rules & Operations.
Warm-Up - 8/30/2010 Simplify. 1.) 2.) 3.) 4.) 5.)
4-3 Multiplying Matrices
Multiplying Matrices GSE Accelerated Pre-Calculus Keeper 2.
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
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
Matrices Elements, Adding and Subtracting
Matrix Multiplication
Objectives Multiply two matrices.
Warm-Up 3) 1) 4) Name the dimensions 2).
Multiplying Matrices.
3.6 Multiply Matrices.
1.8 Matrices.
Matrix Multiplication
What is the dimension of the matrix below?
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
Introduction to Matrices
Multiplying Matrices.
Presentation transcript:

Dimensions matching Rows times Columns 4.3 Multiplying Matrices Dimensions matching Rows times Columns

The end of one matrix and the begin of the other matrix must match up When multiplying two matrices (A and B) the dimension of A must end and the dimension of B must start with the same number.

The resulting matrix dimension come from multiplying The answer comes from the beginning of one matrix and the end of the other. Let matrix C dimensions be 3 X 2 and matrix D dimensions be 2 X 5. When multiplying the matrix C times matrix D, the answer is a matrix with a dimension of 3 X 5. answers dimensions 3 X 2 times 2 X 5 must have

Order matters One of the big rules in multiplying matrices. A * B ≠ B * A even if the dimensions match.

Rows times Columns Ever element in a row is added to the multiplication of every element in the column. A B = AB

Ok, so that is how easy it is. Yes and No. Not all matrices are 2 X 2. Same way row element times column element, then added to the next row element times column element, till out of elements, then next column

Rows times columns Take you time

Rows times columns Take you time =

Is order really important Not the same.

Find A(B + C)

Find A(B + C)

Find A(B + C)

Find A(B + C)

Find AB + AC Same as A(B + C)