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.

Slides:



Advertisements
Similar presentations
2.3 Modeling Real World Data with Matrices
Advertisements

Section 13-4: Matrix Multiplication
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.
Fundamentals of matrices
100’s of free ppt’s from library
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.
Table of Contents Matrices - Inverse of a 2  2 Matrix To find the inverse of a 2  2 matrix, use the following pattern. Let matrix A be given by... Then.
Table of Contents Matrices - Inverse Matrix Definition The inverse of matrix A is a matrix A -1 such that... and Note that... 1) For A to have an inverse,
Table of Contents Solving Linear Systems - Elementary Row Operations A linear system of equations can be solved in a new way by using an augmented matrix.
Table of Contents Matrices - Calculator Operations The graphing calculator can be used to do a variety of matrix calculations, as shown in the following.
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.
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.
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.
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
Matrix Operations.
Multiplication Facts Table of Contents 0’s 1’s 2’s 3’s 4’s 5’s 6’s 7’s 8’s 9’s 10’s.
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
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-
Warm Up Perform the indicated operations. If the matrix does not exist, write impossible
EXAMPLE 1 Add and subtract matrices
What is a Matrices? A matrix is a rectangular array of data entries (elements) displayed in rows and columns and enclosed in brackets. The number of rows.
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.
Table of Contents Matrices - Definition and Notation A matrix is a rectangular array of numbers. Consider the following matrix: Matrix B has 3 rows and.
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)
4-3 Matrix Multiplication Objective: To multiply a matrix by a scalar multiple.
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
A rectangular array of numeric or algebraic quantities subject to mathematical operations. The regular formation of elements into columns and rows.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
Ch. 7 – Matrices and Systems of Equations 7.5 – Operations with Matrices.
4-2 Multiplying Matrices Warm Up Lesson Presentation Lesson Quiz
13.4 Product of Two Matrices
12-1 Organizing Data Using Matrices
Matrix Operations Free powerpoints at
Matrix Operations.
Matrices - Addition and Subtraction
Matrix Operations.
Matrix Operations Free powerpoints at
Matrix Multiplication
Matrix Operations Monday, August 06, 2018.
Matrix Operations.
Matrix Operations Free powerpoints at
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
Matrices Elements, Adding and Subtracting
MATRICES MATRIX OPERATIONS.
( ) ( ) ( ) ( ) Matrices Order of matrices
Objectives Multiply two matrices.
Determinant of a Matrix
Multiplying Matrices.
Dimensions matching Rows times Columns
3.6 Multiply Matrices.
1.8 Matrices.
1.8 Matrices.
Multiplying Matrices.
Multiplying Matrices.
Matrix Multiplication Sec. 4.2
Introduction to Matrices
Matrices - Operations MULTIPLICATION OF MATRICES
Multiplying Matrices.
Presentation transcript:

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 multiplied times B, write the matrices with their orders... AB m  n p  q. If the two inside numbers are the same, then matrix multiplication is possible. When multiplication is possible, the resulting matrix will have an order determined by the outside numbers.

Table of Contents Slide 2 Matrices - Multiplication Example 1: Find AB where A and B are given by... 2  3 3  4 Since the inside numbers are the same, the multiplication is possible. The resulting matrix will be 2  4.

Table of Contents Slide 3 Matrices - Multiplication The process of multiplying is as follows: To get the first entry of the product matrix, note that it is the row 1 column 1 entry. Multiply row 1 of matrix A times column 1 of matrix B.  2  4

Table of Contents Slide 4 Matrices - Multiplication Multiply pairs of numbers by moving across the row and down the column, and add the products. (1)(1)+ (-2)(3)+ (3)(-2) = = -11

Table of Contents Slide 5 Matrices - Multiplication The next entry of the product matrix is in row 1 and column 2.  Multiplying as before with row 1 of matrix A and column 2 of matrix B... (1)(0) + (-2)(-2) + (3)(-1) = 1

Table of Contents Slide 6 Matrices - Multiplication The row 1 column 3 entry is... The row 1 column 4 entry is... The row 2 column 1 entry is... The row 2 column 2 entry is... The row 2 column 3 entry is... The row 2 column 4 entry is...

Table of Contents Slide 7 Matrices - Multiplication Thus, the product of the matrices is...

Table of Contents Slide 8 Matrices - Multiplication Example 2: Find CD where C and D are given by... The answer is...

Table of Contents Matrices - Multiplication