Matrices - Operations MULTIPLICATION OF MATRICES

Slides:



Advertisements
Similar presentations
Matrix.
Advertisements

2.3 Modeling Real World Data with Matrices
Matrix Multiplication To Multiply matrix A by matrix B: Multiply corresponding entries and then add the resulting products (1)(-1)+ (2)(3) Multiply each.
CALCULUS – II Matrix Multiplication by Dr. Eman Saad & Dr. Shorouk Ossama.
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.
Algebraic Properties: The Rules of Algebra Be Cool - Follow The Rules!
8.4 Matrix Operations Day 1 Thurs May 7 Do Now Solve X – 2y = -6 3x + 4y = 7.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
ECON 1150 Matrix Operations Special Matrices
Warm-Up 1) 2) 3) 4) Name the dimensions. Quiz – you may not use your notes 1) 2) 3) 4) Name the dimensions Check your work!! Watch out for careless errors.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
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.
Fundamentals of Engineering Analysis
Section 1.4 Inverses; Rules of Matrix Arithmetic.
CSCI 171 Presentation 9 Matrix Theory. Matrix – Rectangular array –i th row, j th column, i,j element –Square matrix, diagonal –Diagonal matrix –Equality.
For real numbers a and b,we always have ab = ba, which is called the commutative law for multiplication. For matrices, however, AB and BA need not be equal.
Matrices. What you need to learn Know how to write a Matrix Know what is ORDER of Matrices Addition and Subtraction of Matrices Multiplication of Matrices.
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
Chapter 2 … part1 Matrices Linear Algebra S 1. Ch2_2 2.1 Addition, Scalar Multiplication, and Multiplication of Matrices Definition A matrix is a rectangular.
Matrix Operations.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
Chapter 4 Section 2: Multiplying Matrices. VOCABULARY The product of two matrices A and B is DEFINED provided the number of columns in A is equal to the.
3.4 Solution by Matrices. What is a Matrix? matrix A matrix is a rectangular array of numbers.
Multiplying Matrices Lesson 4.2. Definition of Multiplying Matrices The product of two matrices A and B is defined provided the number of columns in A.
Objectives: Students will be able to… Multiply two matrices Apply matrix multiplication to real life problems.
Matrices and Determinants
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 ) =
Matrices. Matrices – How to write & What is Order AppleOrangePear Shop Shop rows and 3 columns  Matrix has order 2x3 (read as “2 by.
by D. Fisher (2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition 1.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
3.6 Multiplying Matrices Homework 3-17odd and odd.
Axioms for Rational Numbers 9/14-9/15. Natural Numbers – Numbers used for counting: 1, 2, 3, and so on. Whole Numbers – Natural numbers and zero: 0, 1,
Properties A property is something that is true for all situations.
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.
12-2 MATRIX MULTIPLICATION MULTIPLY MATRICES BY USING SCALAR AND MATRIX MULTIPLICATION.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
MATRIX MULTIPLICATION
Ch. 7 – Matrices and Systems of Equations 7.5 – Operations with Matrices.
Matrices Introduction.
13.4 Product of Two Matrices
Properties and Applications of Matrices
Linear Algebra Lecture 2.
1.4 Inverses; Rules of Matrix Arithmetic
Finding the Inverse of a Matrix
MATHEMATICS Matrix Multiplication
L6 matrix operations.
Multiplying Matrices GSE Accelerated Pre-Calculus Keeper 2.
Matrix Multiplication
Multiplication of Matrices
MULTIPLYING TWO MATRICES
Boolean Algebra.
Matrices Introduction.
Determinant of a Matrix
Warm-Up 3) 1) 4) Name the dimensions 2).
Matrix Multiplication
Dimensions matching Rows times Columns
Multiplication of Matrices
3.6 Multiply Matrices.
Linear Algebra Lecture 11.
RAYAT SHIKSHAN SANSTHA’S S.M.JOSHI COLLEGE HADAPSAR, PUNE
3.5 Perform Basic Matrix Operations Algebra II.
Matrix Multiplication Sec. 4.2
Properties of Numbers Review Problems.
Matrices and Determinants
Presentation transcript:

Matrices - Operations MULTIPLICATION OF MATRICES The product of two matrices is another matrix To multiply two matrices A and B we must have the number of columns of A must equal the number of rows of B Example. A x B = C (1x3) (3x1) (1x1)

Matrices - Operations B x A = Not possible! (2x1) (4x2) A x B = Not possible! (6x2) (6x3) Example A x B = C (2x3) (3x2) (2x2)

Matrices - Operations Successive multiplication of row i of A with column j of B – row by column multiplication

Matrices - Operations Remember also: IA = A

Matrices - Operations Assuming that the multiplication on the matrices A, B and C are defined, then the following are true: AI = IA = A A(BC) = (AB)C = ABC - (associative law) A(B+C) = AB + AC - (first distributive law) (A+B)C = AC + BC - (second distributive law) Remark: In general, AB not equal to BA, (the matrix BA may not be defined. If AB = 0, neither A nor B necessarily equal to zero. If AB = AC, the matrix B not necessarily equal to C .

Matrices - Operations AB not generally equal to BA, (BA may not be defined)

Matrices - Operations If AB = 0, neither A nor B necessarily equal to zero