Lesson 54 – Multiplication of Matrices

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

T4.3 - Inverse of Matrices & Determinants IB Math SL - Santowski.
© 2005 Baylor University Slide 1 Fundamentals of Engineering Analysis EGR 1302 Unit 1, Lecture B Approximate Running Time - 24 minutes Distance Learning.
MF-852 Financial Econometrics
12.2 Multiplication of Matrices. Matrix Multiplication The product of two matrices, A m×p and B p×n, is the matrix AB with dimensions m × n. Any element.
Finding the Inverse of a Matrix
Properties of Real Numbers
Algebraic Properties: The Rules of Algebra Be Cool - Follow The Rules!
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
IB Math SL - Santowski1 T4.2 – Multiplication of Matrices IB Math SL - Santowski.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
Identity What number is the multiplication identity for real numbers? For matrices, n x n--square matrices, has 1’s on main diagonal and zeros elsewhere.
 1 is the multiplicative identify for real #’s : 1· a=a and a· 1 = a  For matrices n X n, the identity matrix has 1’s on its main diagonals and 0’s.
Matrices. Definitions  A matrix is an m x n array of scalars, arranged conceptually as m rows and n columns.  m is referred to as the row dimension.
Inverse and Identity Matrices Can only be used for square matrices. (2x2, 3x3, etc.)
Properties of Real Numbers List of Properties of Real Numbers Commutative Associative Distributive Identity Inverse.
Properties of Real Numbers 1.Objective: To apply the properties of operations. 2.Commutative Properties 3.Associative Properties 4.Identity Properties.
Properties and Scientific Notation
Fundamentals of Engineering Analysis
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
PROPERTIES OF REAL NUMBERS. COMMUTATIVE PROPERTY OF ADDITION What it means We can add numbers in any order Numeric Example Algebraic Example
Matrices and Determinants
Goal: Find sums, differences, products, and inverses of matrices.
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.
Properties Objective: To use the properties of numbers. Do Now 1.) = 3.) ( 2  1 )  4 = 2.) =4.) 2  ( 1  4 ) =
Properties of Real Numbers CommutativeAssociativeDistributive Identity + × Inverse + ×
by D. Fisher (2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition 1.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
Properties A property is something that is true for all situations.
Math Properties A property is something that is true for all situations.
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.
MATRICES. Introduction Matrix algebra has several uses in economics as well as other fields of study. One important application of Matrices is that it.
Number Properties. Commutative Property of Addition Words: In a sum, you can add terms in any order. Numbers: 5 + (-6) Algebra: a + b b + a.
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.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
10.4 Matrix Algebra. 1. Matrix Notation A matrix is an array of numbers. Definition Definition: The Dimension of a matrix is m x n “m by n” where m =
MTH108 Business Math I Lecture 20.
Lesson 12 – 2 Multiplication of Matrices
Properties of Operations
Finding the Inverse of a Matrix
What we’re learning today:
L6 matrix operations.
Matrix Operations Add and Subtract Matrices Multiply Matrices
Properties of Real Numbers
Properties of Real Numbers
Section 7.4 Matrix Algebra.
Real Numbers and Number Operations
Matrix Algebra.
Matrix Algebra.
Solving Linear Systems Using Inverse Matrices
Properties of Real Numbers
2.1 Properties of Real Numbers
Properties of Real Numbers
Properties of Real Numbers
Math-2 (honors) Matrix Algebra
Lesson 55 - Inverse of Matrices & Determinants
Properties of Real Numbers
Properties of Real Numbers
Matrix Algebra.
Section 2.1 Properties of Numbers
Properties of Real Numbers
Lesson 4: Inverses of Matrices (part 1)
Matrix Operations Ms. Olifer.
Matrix Algebra.
Warm-Up Find the slope of 4y = 3x + 21 Solve -3x – 5 = x + 12
Properties of Real Numbers
3.5 Perform Basic Matrix Operations Algebra II.
Properties of Numbers Review Problems.
Presentation transcript:

Lesson 54 – Multiplication of Matrices Math 2 Honors - Santowski IB Math SL - Santowski

Lesson Objectives (1) Review simple terminology associated with matrices (2) Review simple operations with matrices (+,-, scalar multiplication) (3) Compare properties of numbers with matrices (and at the same time introduce the use of the GDC) (4) Multiply matrices IB Math SL - Santowski

(F) Properties of Matrix Addition Ordinary Algebra with Real numbers Matrix Algebra if a and b are real numbers, so is the product a+b Commutative: a + b = b + a for all a,b Associative: (a + b) + c = a + (b + c) Additive Identity: a + 0 = 0 + a = a for all a Additive Inverse: a + (-a) = (-a) + a = 0 IB Math SL - Santowski

TI-84 and Matrices Here are the screen captures on HOW to use the TI-84 wherein we test our properties of matrix addition Use 2nd x-1 to access the matrix menu IB Math SL - Santowski

(F) Properties of Matrix Addition Ordinary Algebra with Real numbers Matrix Algebra if a and b are real numbers, so is the product a+b if A and B are matrices, so is the sum A + B provided that ….. Commutative: a + b = b + a for all a,b in general, A + B = B + A provided that ….. Associative: (a + b) + c = a + (b + c) (A + B) + C = A + (B + C) is true provided that ….. Additive Identity: a + 0 = 0 + a = a for all a A + 0 = 0 + A = A for all A where 0 is the zero matrix Additive Inverse: a + (-a) = (-a) + a = 0 A + (-A) = (-A) + A = 0 IB Math SL - Santowski

Multiplying Matrices - Generalized Example If we multiply a 2×3 matrix with a 3×1 matrix, the product matrix is 2×1 Here is how we get M11 and M22 in the product. M11 = r11× t11  +  r12× t21  +   r13×t31 M12 = r21× t11  +  r22× t21   +  r23×t31 IB Math SL - Santowski

(B) Matrix Multiplication - Summary Summary of Multiplication process IB Math SL - Santowski

(D) Examples for Practice Multiply the following matrices: IB Math SL - Santowski

(D) Examples for Practice Multiply the following matrices: IB Math SL - Santowski

(E) Examples for Practice – TI-84 Here are the key steps involved in using the TI-84 IB Math SL - Santowski

(E) Examples for Practice – TI-84 Here are the key steps involved in using the TI-84 IB Math SL - Santowski

(F) Properties of Matrix Multiplication Now we pass from the concrete to the abstract  What properties are true of matrix multiplication where we simply have a matrix (wherein we know or don’t know what elements are within) Asked in an alternative sense  what are the general properties of multiplication (say of real numbers) in the first place??? IB Math SL - Santowski

(F) Properties of Matrix Multiplication Ordinary Algebra with Real numbers Matrix Algebra if a and b are real numbers, so is the product ab ab = ba for all a,b a0 = 0a = 0 for all a a(b + c) = ab + ac a x 1 = 1 x a = a an exists for all a > 0 IB Math SL - Santowski

(C) Key Terms for Matrices We learned in the last lesson that there is a matrix version of the addition property of zero. There is also a matrix version of the multiplication property of one. The real number version tells us that if a is a real number, then a*1 = 1*a = a. The matrix version of this property states that if A is a square matrix, then A*I = I*A = A, where I is the identity matrix of the same dimensions as A. Definition  An identity matrix is a square matrix with ones along the main diagonal and zeros elsewhere. IB Math SL - Santowski

(C) Key Terms for Matrices Definition  An identity matrix is a square matrix with ones along the main diagonal and zeros elsewhere. So, in matrix multiplication  A x I = I x A = A IB Math SL - Santowski

(F) Properties of Matrix Multiplication Ordinary Algebra with Real numbers Matrix Algebra if a and b are real numbers, so is the product ab if A and B are matrices, so is the product AB ab = ba for all a,b in general, AB ≠ BA a0 = 0a = 0 for all a A0 = 0A = 0 for all A where 0 is the zero matrix a(b + c) = ab + ac A(B + C) = AB + AC a x 1 = 1 x a = a AI = IA = A where I is called an identity matrix and A is a square matrix an exists for all a > 0 An for {n E I | n > 2} and A is a square matrix IB Math SL - Santowski

(F) Properties of Matrix Multiplication This is a good place to use your calculator if it handles matrices. Do enough examples of each to convince yourself of your answer to each question (1) Does AB = BA for all B for which matrix multiplication is defined if ? (2) In general, does AB = BA? (3) Does A(BC) = (AB)C? (4) Does A(B + C) = AB + AC? IB Math SL - Santowski

(F) Properties of Matrix Multiplication This is a good place to use your calculator if it handles matrices. Do enough examples of each to convince yourself of your answer to each question (6) Does A - B = -(B - A)? (7) For real numbers, if ab = 0, we know that either a or b must be zero. Is it true that AB = 0 implies that A or B is a zero matrix? IB Math SL - Santowski

Internet Links http://www.intmath.com/matrices-determinants/3-matrices.php http://www.purplemath.com/modules/mtrxadd.htm IB Math SL - Santowski