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.

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

2.3 Modeling Real World Data 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.
Fundamentals of matrices
8.4 Matrix Operations Day 1 Thurs May 7 Do Now Solve X – 2y = -6 3x + 4y = 7.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Algebra 3: Section 5.5 Objectives of this Section Find the Sum and Difference of Two Matrices Find Scalar Multiples of a Matrix Find the Product of Two.
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.
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
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.
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-
What is Matrix Multiplication? Matrix multiplication is the process of multiplying two matrices together to get another matrix. It differs from scalar.
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.
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.5 Perform Basic Matrix Operations Add Matrices Subtract Matrices Solve Matric equations for x and y.
Systems of Equations and Matrices Review of Matrix Properties Mitchell.
Matrix – is a rectangular arrangement of numbers in rows and columns. Dimensions – Size – m is rows, n is columns. m x n ( row ∙ column) Elements – The.
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.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
13.3 Product of a Scalar and a Matrix.  In matrix algebra, a real number is often called a.  To multiply a matrix by a scalar, you multiply each entry.
4.3 Multiplying Matrices Dimensions matching Rows times Columns.
Matrices. Matrix A matrix is an ordered rectangular array of numbers. The entry in the i th row and j th column is denoted by a ij. Ex. 4 Columns 3 Rows.
13.4 Product of Two Matrices
Lesson 43: Working with Matrices: Multiplication
12-1 Organizing Data Using Matrices
Multiplying Matrices.
Christmas Packets are due on Friday!!!
Matrices Rules & Operations.
Matrix Operations Free powerpoints at
Linear Algebra review (optional)
Matrix Operations.
Matrix Operations.
Matrix Operations Free powerpoints at
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Multiplying Matrices Algebra 2—Section 3.6.
Basic Matrix Operations
Section 7.4 Matrix Algebra.
Matrix Operations Free powerpoints at
Matrix Algebra.
Warm Up Use scalar multiplication to evaluate the following:
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
Matrix Algebra.
Multiplying Matrices.
Math-2 (honors) Matrix Algebra
4.1 Matrices – Basic Operations
Matrix Multiplication
Section 8.4 Matrix Algebra
Section 11.4 Matrix Algebra
Matrices.
Multiplying Matrices.
Matrix Algebra.
3.5 Perform Basic Matrix Operations
Dimensions matching Rows times Columns
3.6 Multiply Matrices.
Chapter 4 Matrices & Determinants
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Matrix Algebra.
Multiplying Matrices.
3.5 Perform Basic Matrix Operations Algebra II.
Multiplying Matrices.
Multiplying Matrices.
Presentation transcript:

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 indexed 1 to n from left to right. Elements are indexed by row, then column.

If A is an m × n matrix and s is a scalar, then we let kA denote the matrix obtained by multiplying every element of A by k. This procedure is called scalar multiplication.

In matrix algebra, a real number is often called a SCALAR. To multiply a matrix by a scalar, you multiply each entry in the matrix by that scalar. Multiplying Matrices by a scalar

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

(-3) -5 -2(6)-2(-5) -2(3) Example PEMDAS – parenthesis first, do the matrix addition Do the scalar multiplication

The multiplication of matrices is easier shown than put into words. You multiply the rows of the first matrix with the columns of the second adding products Find AB Multiply across the first row and down the first column adding products. Put the answer in the first row, first column of the answer matrix.

Find AB We multiplied across first row and down first column so we put the answer in the first row, first column. Now we multiply across the first row and down the second column and we’ll put the answer in the first row, second column. Now we multiply across the second row and down the first column and we’ll put the answer in the second row, first column. Now we multiply across the second row and down the second column and we’ll put the answer in the second row, second column. Notice the sizes of A and B and the size of the product AB. Con’t

You can multiply two matrices A and B only if the number of columns of A is equal to the number of rows of B.

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)

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)