Section 1.4 Inverses; Rules of Matrix Arithmetic.

Slides:



Advertisements
Similar presentations
Rules of Matrix Arithmetic
Advertisements

Section 1.7 Diagonal, Triangular, and Symmetric Matrices.
1.5 Elementary Matrices and a Method for Finding
Systems of Linear Equations and Matrices
1.7 Diagonal, Triangular, and Symmetric Matrices.
MATRIX ALGEBRA MGT 4850 Spring 2009 University of Lethbridge.
Ch 7.2: Review of Matrices For theoretical and computation reasons, we review results of matrix theory in this section and the next. A matrix A is an m.
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.
Algebraic Properties: The Rules of Algebra Be Cool - Follow The Rules!
3.8 Matrices.
1 Operations with Matrice 2 Properties of Matrix Operations
1.7 Diagonal, Triangular, and Symmetric Matrices 1.
Linear Algebra - Chapter 1 [YR2005]
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
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 إعداد د. هيله العودان (وضعت باذن معدة العرض )
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Matrix 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,
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Section 1.5 Elementary Matrices and a Method for Finding A −1.
Matrices CHAPTER 8.1 ~ 8.8. Ch _2 Contents  8.1 Matrix Algebra 8.1 Matrix Algebra  8.2 Systems of Linear Algebra Equations 8.2 Systems of Linear.
Properties of Addition and Multiplication. Commutative Property In the sum you can add the numbers in any order. a+b = b+a In the product you can multiply.
Properties and Scientific Notation
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.
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.
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
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,
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;
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
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.
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
Properties of Operations
Finding the Inverse of a Matrix
Properties of Real Numbers
Properties of Real Numbers
Matrix Algebra.
Properties of Real Numbers
Properties of Real Numbers
Properties of Real Numbers
Properties of Real Numbers
Properties of Real Numbers
MATRICES Operations with Matrices Properties of Matrix Operations
Matrix Algebra.
Multiplication of Matrices
Linear Algebra Lecture 11.
Properties of Real Numbers
Properties of Real Numbers
Matrices - Operations INVERSE OF A MATRIX
Matrices - Operations MULTIPLICATION OF MATRICES
Properties of Numbers Review Problems.
Presentation transcript:

Section 1.4 Inverses; Rules of Matrix Arithmetic

PROPERTIES OF MATRIX ARITHMETIC (a)A + B = B + A (Commutative law for addition) (b)A + (B + C) = (A + B) + C (Associative law for add.) (c)A(BC) = (AB)C (Associative law for multiplication) (d)A(B + C) = AB + AC (Left distributive law) (e)(A + B)C = AC + BC (Right distributive law) (f) A(B − C) = AB − AC (g)(A − B)C = AC − BC (h)a(B + C) = aB + aC

PROPERTIES (CONTINUED) (i)a(B − C) = aB − aC (j)(a + b)C = aC + bC (k) (a − b)C = aC − bC (l)a(bC) = (ab)C (m)a(BC) = (aB)C = B(aC) Note: Since multiplication is not commutative, we need two distributive laws: the left distributive law and the right distributive law.

ZERO MATRICES A zero matrix is a matrix that has zeros for all its entries. Properties: (a)A + 0 = 0 + A = A (b)A − A = 0 (c)0 − A = −A (d)A0 = 0; 0A = 0

IDENTITY MATRICES A square matrix that has 1’s on the main diagonal and 0’s off the main diagonal is called an identity matrix. Example: A 3 × 3 identity matrix. Note: An identity matrix has the property that AI = IA = A.

THEOREM Theorem 1.4.3: 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.

INVERSE OF A MATRIX 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.

UNIQUENESS OF THE INVERSE Theorem 1.4.4: If B and C are both inverses of A, then B = C. Notation: For an invertible matrix A, we write its inverse as A −1.

Theorem 1.4.5: The matrix is invertible if ad − bc ≠ 0, in which case the inverse is given by the formula INVERSE OF A 2×2 MATRIX

INVERTIBILITY OF A PRODUCT Theorem 1.4.6: If A and B are invertible matrices of the same size, then AB is invertible and (AB) −1 = B −1 A −1 Generalization: A product of any number of invertible matrices is invertible, and the inverse of the product is the product of the inverses in the reverse order.

If A is a square matrix, then we define the nonnegative powers of A to be Moreover, if A is invertible, then we define the negative powers to be EXPONENTS

LAWS OF EXPONENTS PART 1 Theorem 1.4.7: If A is a square matrix and r and s are integers, then A r A s = A r + s, (A r ) s = A rs

LAWS OF EXPONENTS PART 2 Theorem 1.4.8: If A is an invertible matrix, then: (a)A −1 is invertible and (A −1 ) −1 = A. (b)A n is invertible and (A n ) −1 = (A −1 ) n for n = 1, 2,.... (c)For any nonzero scalar k, the matrix kA is invertible and

PROPERTIES OF THE TRANSPOSE Theorem 1.4.9: If the sizes of the matrices are such that the stated operations can be performed, then

A GENERALIZATION The transpose of any number of matrices is equal to the product of the transposes in the reverse order.

INVERTIBILITY AND TRANSPOSES Theorem : If A is an invertible matrix, then A T is also invertible and