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.

Slides:



Advertisements
Similar presentations
Rules of Matrix Arithmetic
Advertisements

Chapter 4 Systems of Linear Equations; Matrices Section 6 Matrix Equations and Systems of Linear Equations.
Section 1.7 Diagonal, Triangular, and Symmetric Matrices.
1.5 Elementary Matrices and a Method for Finding
Matrix Definition: An array of numbers in m rows and n colums is called an mxn matrix A square matrix of order n, is an (nxn) matrix.
Systems of Linear Equations and Matrices
1.7 Diagonal, Triangular, and Symmetric Matrices.
Mathematics. Matrices and Determinants-1 Session.
MATRIX ALGEBRA MGT 4850 Spring 2009 University of Lethbridge.
2005/8Matrices-1 Matrices. 2005/8Matrices-2 A Matrix over a Field F (R or C) m rows n columns size: m×n ij-entry: a ij  F (ij-component)
CHAPTER 1 إعداد د. هيله العودان (وضعت باذن معدة العرض)
Finding the Inverse of a Matrix
MATRICES. Matrices A matrix is a rectangular array of objects (usually numbers) arranged in m horizontal rows and n vertical columns. A matrix with m.
3.8 Matrices.
Chapter 1: Matrices Definition 1: A matrix is a rectangular array of numbers arranged in horizontal rows and vertical columns. EXAMPLE:
1 Operations with Matrice 2 Properties of Matrix Operations
Properties of Matrix Operations King Saud University.
1.7 Diagonal, Triangular, and Symmetric Matrices 1.
Linear Algebra - Chapter 1 [YR2005]
Elementary Linear Algebra Anton & Rorres, 9th Edition
Systems of Linear Equation and Matrices
Chap. 2 Matrices 2.1 Operations with Matrices
1.4 Inverses; Rules of Matrix Arithmetic. Properties of Matrix Operations For real numbers a and b,we always have ab=ba, which is called the commutative.
CHAPTER 1 Section 1.4 إعداد د. هيله العودان (وضعت باذن معدة العرض )
2 2.1 © 2016 Pearson Education, Inc. Matrix Algebra MATRIX OPERATIONS.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Matrices. A matrix, A, is a rectangular collection of numbers. A matrix with “m” rows and “n” columns is said to have order m x n. Each entry, or element,
Chapter 4 – Matrix CSNB 143 Discrete Mathematical Structures.
CHAPTER 2 MATRICES 2.1 Operations with Matrices Matrix
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
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.
2 2.1 © 2012 Pearson Education, Inc. Matrix Algebra MATRIX OPERATIONS.
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.
Properties of Inverse Matrices King Saud University.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
Matrices and Determinants
MATRICES Operations with Matrices Properties of Matrix Operations
Linear Algebra Chapter 2 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.
2.5 – Determinants and Multiplicative Inverses of Matrices.
by D. Fisher (2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition 1.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
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,
Introduction to Financial Modeling MGT 4850 Spring 2008 University of Lethbridge.
Matrices Presentation by : Miss Matkar Pallavi. P.
2 - 1 Chapter 2A Matrices 2A.1 Definition, and Operations of Matrices: 1 Sums and Scalar Products; 2 Matrix Multiplication 2A.2 Properties of Matrix Operations;
MATRICES A rectangular arrangement of elements is called matrix. Types of matrices: Null matrix: A matrix whose all elements are zero is called a null.
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.
3.8 Matrices L Al-zaid Math1101.
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
Matrices and Matrix Operations
MATRIX ALGABRA YULVI ZAIKA.
Linear Algebra Lecture 2.
Lecture 2 Matrices Lat Time - Course Overview
1.4 Inverses; Rules of Matrix Arithmetic
Rules of Matrix Arithmetic
Finding the Inverse of a Matrix
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
Matrix Algebra.
2. Matrix Algebra 2.1 Matrix Operations.
MATRICES Operations with Matrices Properties of Matrix Operations
Systems of Linear Equations and Matrices
Matrix Algebra.
Chapter 1 Systems of Linear Equations and Matrices
Linear Algebra Lecture 11.
Matrix Algebra MATRIX OPERATIONS © 2012 Pearson Education, Inc.
3.8 Matrices L Al-zaid Math1101.
Matrices - Operations MULTIPLICATION OF MATRICES
Presentation transcript:

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. Example 1.4 Inverses; Rules of Matrix Arithmetic Equality can fail to hold for three reasons: The product AB is defined but BA is undefined. AB and BA are both defined but have different sizes. It is possible to have AB ≠ BA even if both AB and BA are defined and have the same size.

(a) A + B = B + A (commutative law for addition) (b) A + (B + C) = (A + B) + C (associative law for addition) (c) A(BC) = (AB)C (associative law for multiplication) (d) A(B + C) = AB + AC (left distributive law) (e) (B + C)A = BA + CA (right distributive law) (f) A(B – C) = AB – AC, (B – C)A = BA – CA (g) a(B + C) = aB + aC, a(B – C) = aB – aC (h) (a+b)C = aC + bC, (a-b)C = aC – bC (i) a(bC) = (ab)C, a(BC) = (aB)C = B(aC) Theorem (Properties of Matrix Arithmetic) Assuming that the sizes of the matrices are such that the indicated operations can be performed, the following rules of matrix arithmetic are valid:

A zero matrix will be denoted by 0 If it is important to emphasize the size, we shall write for the m×n zero matrix. In keeping with our convention of using boldface symbols for matrices with one column, we will denote a zero matrix with one column by 0 Zero Matrices (a) A + 0 = 0 + A = A (b) A – A = 0 (c) 0 – A = -A (d) A0 = 0; 0A = 0 A matrix, all of whose entries are zero, is called a zero matrix Theorem (Properties of Zero Matrices) Assuming that the sizes of the matrices are such that the indicated operations can be performed,the following rules of matrix arithmetic are valid

Example Note: the cancellation law is not valid for matrix multiplication! But

A square matrix with 1′s on the main diagonal and 0′s off the main diagonal is called an identity matrix and is denoted by I, or I n for the n×n identity matrix Identity Matrices Theorem If R is the reduced row-echelon form of an n×n matrix A, then either R has a row of zeros or R is the identity matrix I n If A is an m×n matrix, then AI n = A and I m A = A

Definition If A is a square matrix, and if a matrix B of the same size can be found such that AB = BA = I, then A is said to be invertible and B is called an inverse of A. If no such matrix B can be found, then A is said to be singular. Remark: The inverse of A is denoted as Not every (square) matrix has an inverse An inverse matrix has exactly one inverse

Theorem If B and C are both inverses of the matrix A, then B = C Properties of Inverses Theorem The matrix is invertible if ad – bc ≠ 0, in which case the inverse is given by the formula

Example: Theorem If A and B are invertible matrices of the same size,then AB is invertible and

If A is a square matrix, then we define the nonnegative integer powers of A to be Definition n factors If A is invertible, then we define the negative integer powers to be

Theorem (Laws of Exponents) If A is a square matrix and r and s are integers, then Theorems (a) is invertible and (b) is invertible and for n = 0, 1, 2, … (c) For any nonzero scalar k, the matrix is invertible and Theorem (Laws of Exponents) If A is an invertible matrix, then:

If A is a square matrix, say m×m, and if is any polynomial, then we define where I is the m×m identity matrix. Polynomial Expressions Involving Matrices Example

Theorem (Properties of the Transpose) If the sizes of the matrices are such that the stated operations can be performed, then (a) (b) (c), where k is any scalar (d) Properties of the Transpose Theorem (Invertibility of a Transpose) If A is an invertible matrix, then is also invertible and