Multiplication of Matrices

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

2.3 Modeling Real World Data with Matrices
Chapter 4 Systems of Linear Equations; Matrices Section 6 Matrix Equations and Systems of Linear Equations.
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.
Maths for Computer Graphics
Matrix Operations. Matrix Notation Example Equality of Matrices.
Section 9.6 Determinants and Inverses Objectives To understand how to find a determinant of a 2x2 matrix. To understand the identity matrix. Do define.
Warm-up 23-1 A = 0-54 B = C = 9 4 D = Find 8A 2. Find AC 3. Find CD 4. Find BD.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
4.2 Operations with Matrices Scalar multiplication.
4.4 & 4.5 Notes Remember: Identity Matrices: If the product of two matrices equal the identity matrix then they are inverses.
Chapter 2 Systems of Linear Equations and Matrices
Ch X 2 Matrices, Determinants, and Inverses.
1.10 and 1.11 Quiz : Friday Matrices Test: Oct. 20.
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.
Identity & Inverse Matrices
Have we ever seen this phenomenon before? Let’s do some quick multiplication…
Linear Algebra 1.Basic concepts 2.Matrix operations.
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.
2 x 2 Matrices, Determinants, and Inverses.  Definition 1: A square matrix is a matrix with the same number of columns and rows.  Definition 2: For.
4.4 Identify and Inverse Matrices Algebra 2. Learning Target I can find and use inverse matrix.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
CSCI 171 Presentation 9 Matrix Theory. Matrix – Rectangular array –i th row, j th column, i,j element –Square matrix, diagonal –Diagonal matrix –Equality.
8.2 Operations With Matrices
Copyright © 2006 Brooks/Cole, a division of Thomson Learning, Inc. 2.5 Matrix Multiplication Size of the product: If A is a matrix of size m x n and B.
4-5 – 2x2 Matrices, Determinants, & Inverses. Objectives Evaluating Determinants of 2x2 Matrices Using Inverse Matrices to Solve Equations.
MATRICES Operations with Matrices Properties of Matrix Operations
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.
2.5 – Determinants and Multiplicative Inverses of Matrices.
3.6 Multiplying Matrices Homework 3-17odd and odd.
Chapter 1 Section 1.6 Algebraic Properties of Matrix Operations.
Chapter 5: Matrices and Determinants Section 5.5: Augmented Matrix Solutions.
Matrix Algebra Basics Chapter 3 Section 5. Algebra.
Chapter 5: Matrices and Determinants Section 5.1: Matrix Addition.
§9-3 Matrix Operations. Matrix Notation The matrix has 2 rows and 3 columns.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Section 6-2: Matrix Multiplication, Inverses and Determinants There are three basic matrix operations. 1.Matrix Addition 2.Scalar Multiplication 3.Matrix.
2.1 Matrix Operations 2. Matrix Algebra. j -th column i -th row Diagonal entries Diagonal matrix : a square matrix whose nondiagonal entries are zero.
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
Use Inverse Matrices to Solve Linear Systems
4-2 Multiplying Matrices Warm Up Lesson Presentation Lesson Quiz
Matrices and Matrix Operations
Linear Algebra Lecture 2.
2.5 Matrix Multiplication
The Inverse of a Square Matrix
10.5 Inverses of Matrices and Matrix Equations
Inverse of a Square Matrix
Finding the Inverse of a Matrix
MATHEMATICS Matrix Multiplication
Matrix Multiplication
7.3 Matrices.
Use Inverse Matrices to Solve Linear Systems
2. Matrix Algebra 2.1 Matrix Operations.
27. Determinants and Inverses
WUPS: Find the determinates by hand
Lecture 11 Matrices and Linear Algebra with MATLAB
Multiplicative Inverses of Matrices and Matrix Equations
Unit 3: Matrices
WUPS: Find the determinates by hand
MATRICES Operations with Matrices Properties of Matrix Operations
Bellwork 1) Multiply. 3) Find the determinant. 2) Multiply.
Inverse of a Matrix Solving simultaneous equations.
Multiplication of Matrices
3.6 Multiply Matrices.
Linear Algebra Lecture 11.
Matrix Multiplication Sec. 4.2
L4-5/L4-6 Objective: Students will be able to evaluate determinants of matrices.
Presentation transcript:

Multiplication of Matrices Section 2.5 Multiplication of Matrices

Matrix Multiplication Size of the product: If A is a matrix of size m x n and B is a matrix of size n x p (note: the column size of A must equal the row size of B), then the product AB will be a matrix of size m x p. Ex. Matrix A size 3 x 2 and matrix B size 2 x 5 3 x 2 2 x 5 Must be the same AB will be a matrix size 3 x 5 Ex. Matrix A size 3 x 4 and matrix B size 3 x 4 3 x 4 3 x 4 Must be the same The product AB can’t be computed

For matrices A, B, and C, let AB = C. Then And so on…

Ex. Given matrices B and C find BC and CB.

Ex. Now lets do CB. Note: in general, for any two square matrices B and C

Identity Matrix Diagonal of 1’s The identity matrix of size n is given by Diagonal of 1’s In A = A and BIn = B where defined.

Matrix Equation Representation of a System of Linear Equations AX = B

Homework #1 P 98 1-6 all, 9 – 19odd , 21 – 24 all, 31- 34 all #2 P109 1 – 6 all, 7 – 23 eoo