Matrix Multiplication To Multiply matrix A by matrix B: Multiply corresponding entries and then add the resulting products (1)(-1)+ (2)(3) Multiply each.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Section 13-4: Matrix Multiplication
Section 4.2 – Multiplying Matrices Day 2
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.
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.
4.2 Operations with Matrices Scalar multiplication.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
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.
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.
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.
How to Multiply Two Matrices. Steps for Matrix Multiplication 1.Determine whether the matrices are compatible. 2.Determine the dimensions of the product.
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
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
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.
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-
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.
3.6 Multiplying Matrices Homework 3-17odd and odd.
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.
Precalculus Section 14.1 Add and subtract matrices Often a set of data is arranged in a table form A matrix is a rectangular.
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.
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
Add and subtract matrices. Multiply by a matrix scalar.
The Algebra of Matrices Matrix: An array of numbers. Matrix Name (Capital Letter) Matrix Size (row x column) Columns Rows Elements: a rc a 22 = 4.
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.
Multiply matrices Use the properties of matrix multiplication.
13.4 Product of Two Matrices
Sections 2.4 and 2.5 Matrix Operations
Multiplying Matrices.
Christmas Packets are due on Friday!!!
Matrix Operations.
Matrix Operations.
What we’re learning today:
Multiplying Matrices GSE Accelerated Pre-Calculus Keeper 2.
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Multiplying Matrices Algebra 2—Section 3.6.
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
MULTIPLYING TWO MATRICES
Matrices Elements, Adding and Subtracting
4.1 Matrices – Basic Operations
MATRICES MATRIX OPERATIONS.
Section 2.4 Matrices.
Objectives Multiply two matrices.
Multiplying Matrices.
3.5 Perform Basic Matrix Operations
Dimensions matching Rows times Columns
Multiplication of Matrices
3.6 Multiply Matrices.
Chapter 4 Matrices & Determinants
1.8 Matrices.
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.
Multiplying Matrices.
Matrix Multiplication Sec. 4.2
Matrices - Operations MULTIPLICATION OF MATRICES
Multiplying Matrices.
Presentation transcript:

Matrix Multiplication To Multiply matrix A by matrix B: Multiply corresponding entries and then add the resulting products (1)(-1)+ (2)(3) Multiply each Row in matrix A by each Column in matrix B (1)(1)+ (2)(-2) (3)(-1)+ (4)(3) (3)(1)+ (4)(-2) (1)(2)+ (2)(3) (3)(2)+ (4)(3) A.B = = Result in R1, C1 Result in R1, C2 Result in R1, C3 Result in R2,C1 Result in R2,C2 Result in R2,C3 R1 R2 C1 C2 C3 R1 R2 C1 C2 C3

By multiplying Rows from the first matrix by Columns in the second matrix: We had:, and A: has 2 rows, 2 columns or 2 x 2 B: has 2 rows, 3 columns or 2 x 3 The result will have: number of rows of A and number of columns of B. The number of elements in per row of A, must be equal to the number of elements in per column in B, Or: The result AB has 2 rows and 3 columns or 2 x 3. 2 rows 3 columns Result: 2 rows by 3 columns 2 elements or 2 columns 2 elements or 2 rows Number of columns in the A = Number of Rows in B 2 = 2

For the following matrices, using the multiplication of Row by Column : a)Which of the following multiplication is possible b)If it is possible, find the dimension of the resulting matrix A.B: a) the number of elements per row in A (3 elements, 3 columns) b) The resulting matrix will be 2 row by 1 columns or 2 x 1 A.C: b) The resulting matrix will be 2 rows by 2 columns or 2 x 2 B.C:,, C.A: b) The resulting matrix will be 3 rows by 3 columns or 3 x 3 the number of element per column in B (3 elements, 3 rows). a) the number of elements per row in A (3 elements, 3 columns) the number of element per column in C (3 elements, 3 rows). a) the number of elements per row in B (1 elements, 1 columns) the number of element per column in C (3 elements, 3 rows). a) the number of elements per row in C (2 elements, 3 columns) the number of element per column in A (2 elements, 2 rows). B.C is Not Possible

The following example will be helpful in Markov Chain section (Section 9.2). If: find A 2, A 3, A 4 and A 5