Properties of Transpose

Similar documents
MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2.

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

Using row reduction to calculate the inverse and the determinant of a square matrix

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

Lecture 2 Matrix Operations

Linearly Independent Sets and Linearly Dependent Sets

December 4, 2013 MATH 171 BASIC LINEAR ALGEBRA B. KITCHENS

Chapter 7. Matrices. Definition. An m n matrix is an array of numbers set out in m rows and n columns. Examples. (

Solving Linear Systems, Continued and The Inverse of a Matrix

Row Echelon Form and Reduced Row Echelon Form

Name: Section Registered In:

1 Introduction to Matrices

8 Square matrices continued: Determinants

Math 312 Homework 1 Solutions

SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison

MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set.

MAT 200, Midterm Exam Solution. a. (5 points) Compute the determinant of the matrix A =

Solving Systems of Linear Equations

1 VECTOR SPACES AND SUBSPACES

MATH 304 Linear Algebra Lecture 18: Rank and nullity of a matrix.

( ) which must be a vector

Notes on Determinant

Linear Algebra Notes for Marsden and Tromba Vector Calculus

Question 2: How do you solve a matrix equation using the matrix inverse?

Lecture 4: Partitioned Matrices and Determinants

MAT188H1S Lec0101 Burbulla

Au = = = 3u. Aw = = = 2w. so the action of A on u and w is very easy to picture: it simply amounts to a stretching by 3 and 2, respectively.

Matrix Algebra. Some Basic Matrix Laws. Before reading the text or the following notes glance at the following list of basic matrix algebra laws.

Systems of Linear Equations

Similar matrices and Jordan form

DETERMINANTS TERRY A. LORING

Section 5.3. Section 5.3. u m ] l jj. = l jj u j + + l mj u m. v j = [ u 1 u j. l mj

Typical Linear Equation Set and Corresponding Matrices

Introduction to Matrices for Engineers

13 MATH FACTS a = The elements of a vector have a graphical interpretation, which is particularly easy to see in two or three dimensions.

Boolean Algebra Part 1

4-5 Matrix Inverses and Solving Systems. Warm Up Lesson Presentation Lesson Quiz

x y The matrix form, the vector form, and the augmented matrix form, respectively, for the system of equations are

Lecture notes on linear algebra

Lecture Notes 2: Matrices as Systems of Linear Equations

Solution to Homework 2

LINEAR ALGEBRA. September 23, 2010

Vector Spaces 4.4 Spanning and Independence

Abstract: We describe the beautiful LU factorization of a square matrix (or how to write Gaussian elimination in terms of matrix multiplication).

Arithmetic and Algebra of Matrices

Orthogonal Diagonalization of Symmetric Matrices

1.5 SOLUTION SETS OF LINEAR SYSTEMS

University of Lille I PC first year list of exercises n 7. Review

Examination paper for TMA4115 Matematikk 3

Introduction to Matrix Algebra

Linear Equations in Linear Algebra

Linear Algebra Review. Vectors

by the matrix A results in a vector which is a reflection of the given

Linear Algebra Notes

Linear Equations ! $ & " % & " 11,750 12,750 13,750% MATHEMATICS LEARNING SERVICE Centre for Learning and Professional Development

1 Sets and Set Notation.

7.4. The Inverse of a Matrix. Introduction. Prerequisites. Learning Style. Learning Outcomes

The Characteristic Polynomial

Recall that two vectors in are perpendicular or orthogonal provided that their dot

160 CHAPTER 4. VECTOR SPACES

The Determinant: a Means to Calculate Volume

Chapter Two: Matrix Algebra and its Applications 1 CHAPTER TWO. Matrix Algebra and its applications

MATH2210 Notebook 1 Fall Semester 2016/ MATH2210 Notebook Solving Systems of Linear Equations... 3

These axioms must hold for all vectors ū, v, and w in V and all scalars c and d.

9 MATRICES AND TRANSFORMATIONS

Brief Introduction to Vectors and Matrices

A =

Applications of Fermat s Little Theorem and Congruences

Linear Algebra and TI 89

Linear Algebra Done Wrong. Sergei Treil. Department of Mathematics, Brown University

Matrices and Linear Algebra

Methods for Finding Bases

Subspaces of R n LECTURE Subspaces

18.06 Problem Set 4 Solution Due Wednesday, 11 March 2009 at 4 pm in Total: 175 points.

Solving Systems of Linear Equations

[1] Diagonal factorization

5 Homogeneous systems

5.3 The Cross Product in R 3

Linear Algebra: Determinants, Inverses, Rank

Solutions to Homework Section 3.7 February 18th, 2005

LS.6 Solution Matrices

Matrix Algebra in R A Minimal Introduction

Properties of Real Numbers

1.4. Arithmetic of Algebraic Fractions. Introduction. Prerequisites. Learning Outcomes

1 Determinants and the Solvability of Linear Systems

Data Mining: Algorithms and Applications Matrix Math Review

T ( a i x i ) = a i T (x i ).

Math 115A HW4 Solutions University of California, Los Angeles. 5 2i 6 + 4i. (5 2i)7i (6 + 4i)( 3 + i) = 35i + 14 ( 22 6i) = i.

Solving Systems of Linear Equations Using Matrices

Vector and Matrix Norms

5.5. Solving linear systems by the elimination method

MATH 423 Linear Algebra II Lecture 38: Generalized eigenvectors. Jordan canonical form (continued).

Reduced echelon form: Add the following conditions to conditions 1, 2, and 3 above:

Mathematics Course 111: Algebra I Part IV: Vector Spaces

Solutions to Math 51 First Exam January 29, 2015

Similarity and Diagonalization. Similar Matrices

Orthogonal Projections

Factoring Cubic Polynomials

Matrix Representations of Linear Transformations and Changes of Coordinates

Transcription:

Properties of Transpose Transpose has higher precedence than multiplication and addition, so AB T = A B T and A + B T = A + B T As opposed to the bracketed expressions AB T and A + B T Example 1 1 2 1 Let A = 2 5 2 and B = 1 0 1 1 1 0. Find AB T, and AB T. AB T = 1 2 1 2 5 2 1 0 1 1 1 0 T = 1 2 1 2 5 2 1 1 0 1 1 0 = 2 3 4 7 Whereas AB T is undefined. 1

Theorem 2 Properties of Transpose Given matrices A and B so that the operations can be preformed 1. A T T = A 2. A + B T = A T + B T and A B T = A T B T 3. ka T = ka T 4. AB T = B T A T 2

Matrix Algebra Theorem 3 Algebraic Properties of Matrix Multip 1. k + la = ka + la Distributivity of scalar multiplication I 2. ka + B = ka + kb Distributivity of scalar multiplication II 3. AB + C = AB + AC Distributivity of matrix multiplication 4. ABC = ABC Associativity of matrix multiplication 5. A + B = B + A Commutativity of matrix addition 6. A + B + C = A + B + C Associativity of matrix addition 7. kab = AkB Commutativity of Scalar Multiplication 3

The matrix 0 is the identity of matrix addition. That is, given a matrix A, A + 0 = 0 + A = A. Further 0A = A0 = 0, where 0 is the appropriately sized 0 matrix. Note that it is possible to have two non-zero matrices which multiply to 0. Example 4 1 1 1 1 1 1 1 1 = 1 1 1 1 1 + 1 1 + 1 = 0 0 0 0 The matrix I is the identity of matrix multiplication. That is, given an m n matrix A, AI n = I m A = A Theorem 5 If R is in reduced row echelon form then either R = I, or R has a row of zeros. 4

Theorem 6 Power Laws For any square matrix A, A r A s = A r+s and A r s = A rs Example 7 1. 1 0 1 2 2 0 4 = 1 0 1 2 2 0 2 2 2. Find A 6, where A = 1 0 1 1 A 6 = A 2 A 4 = A 2 A 2 2. Now A 2 = 1 0 2 1, so A 2 A 2 2 = 1 0 2 1 1 0 2 1 2 = 1 0 2 1 1 0 3 1 = 1 0 5 1 5

Inverse of a matrix Given a square matrix A, the inverse of A, denoted A 1, is defined to be the matrix such that AA 1 = A 1 A = I Note that inverses are only defined for square matrices Note Not all matrices have inverses. If A has an inverse, it is called invertible. If A is not invertible it is called singular. 6

Example 8 1. A = 1 2 2 5 Check: 1 2 2 5 A 1 = 5 2 2 1 5 2 2 1 = 1 0 0 1 2. A = 1 2 2 4 Has no inverse 3. A = Check: 4. A = 1 1 1 1 2 1 1 1 2 1 1 1 1 2 1 1 1 2 1 2 1 2 1 3 3 3 4 A 1 = 3 1 1 1 1 0 1 0 1 3 1 1 1 1 0 1 0 1 = Has no inverse 1 0 0 0 1 0 7

Inverses of 2 2 Matrices Given a 2 2 matrix A = a b c d A is invertible if and only if ad bc 0 and A 1 = 1 d b ad bc c a The quantity ad bc is called the determinant of the matrix and is written deta, or A. Example 9 A = Check: 1 2 3 3 1 3 3 2 3 1 A 1 = 1 3 1 2 3 3 3 2 3 1 = 1 3 1 2 = 3 1 1 3 3 0 = I 0 3 8

Algebra of Invertibility Theorem 10 Given an invertible matrix A: 1. A 1 1 = A, 2. A n 1 = A 1 n = A n, 3. ka 1 = 1 k A 1, 4. A T 1 = A 1 T, 9

Theorem 11 Given two invertible matrices A and B AB 1 = B 1 A 1. Proof: Let A and B be invertible matricies and let C = AB, so C 1 = AB 1. Consider C = AB. Multiply both sides on the left by A 1 : A 1 C = A 1 AB = B. Multiply both sides on the left by B 1. B 1 A 1 C = B 1 B = I. So, B 1 A 1 is the matrix you need to multiply C by to get the identity. Thus, by the definition of inverse B 1 A 1 = C 1 = AB 1. 10

A Method for Inverses Given a square matrix A and a vector b R n, consider the equation Ax = b This represents a system of equations with coefficient matrix A. Multiply both sides by A 1 on the left, to get A 1 Ax = A 1 b. But A 1 A = I n and Ix = x, so we have x = A 1 b. Note that we have a unique solution. The assumption that A is invertible is equaivalent to the assumption that Ax = b has unique solution. 11

During the course of Gauss-Jordan elimination on the augmented matrix A b we reduce A I and b A 1 b, so A b I A 1 b. If we instead augment A with I, row reducing will produce hopefully I on the left and A 1 on the right, so A I I A 1. The Method: 1. Augment A with I 2. Use Gauss-Jordan to obtain I A 1. 3. If I does not appear on the left, A is not invertable. Otherwise, A 1 is given on the right. 12

Example 12 1. Find A 1, where A = 1 2 3 2 5 5 3 5 8 13

Augment with I and row reduce: 1 2 3 1 0 0 2 5 5 0 1 0 3 5 8 1 2 3 1 0 0 0 1 1 2 1 0 0 1 1 3 0 1 1 2 3 1 0 0 0 1 1 2 1 0 0 0 2 5 1 1 1 2 3 1 0 0 0 1 1 2 1 0 5/2 1/2 1/2 1 2 0 13/2 3/2 3/2 0 1 0 1/2 1/2 1/2 5/2 1/2 1/2 1 0 0 15/2 1/2 5/2 0 1 0 1/2 1/2 1/2 5/2 1/2 1/2 R 2 R 2 2R 1 R 3 R 3 3R 1 R 3 R 3 + R 2 R 3 1 2 R 3 R 1 R 1 3R 3 R 2 R 2 + R 3 R 1 R 1 2R 2 14

So A 1 = 1 2 15 1 5 1 1 1 5 1 1 To check inverse multiply together: AA 1 = = 1 2 1 2 3 2 5 5 3 5 8 2 0 0 0 2 0 0 0 2 1 2 = I 15 1 5 1 1 1 5 1 1 2. Solve Ax = b in the case where b = 2, 2, 4 T. x = A 1 b = 1 2 = 1 2 18 0 4 = 15 1 5 1 1 1 5 1 1 9 0 2 2 2 4 15

3. Solve Ax = b in the case where b = 2, 0, 2 T. x = A 1 b = 1 2 = 1 2 20 0 8 = 15 1 5 1 1 1 5 1 1 9 0 4 2 0 2 4. Give a solution to Ax = b in the general case where b = b 1, b 2, b 3 x = 1 2 = 1 2 15 1 5 1 1 1 5 1 1 15b 1 + b 2 + 5b 3 b 1 + b 2 b 3 5b 1 b 2 b 3 b 1 b 2 b 3 16

Elementary Matrices Definition 13 An Elementary matrix is a matrix obtained by preforming a single row operation on the identity matrix. Example 14 1. 2 0 0 0 1 0 R 1 2R 1 2. 1 0 0 3 1 0 R 2 R 2 + 3R 1 3. 1 0 0 0 1 0 R 1 R 2 17

Theorem 15 If E is an elementary matrix obtained from I m by preforming the row operation R and A is any m n matrix, then EA is the matrix obtained by preforming the same row operation R on A. Example 16 A = 1 1 1 2 1 0 3 2 1 1. 2 0 0 0 1 0 1 1 1 2 1 0 3 2 1 = 2 2 2 2 1 0 3 2 1 2R 2 on A 2. 1 0 0 3 1 0 1 1 1 2 1 0 3 2 1 = 1 1 1 5 4 3 3 2 1 R 2 R 2 + 3R 1 on A 3. 18

1 0 0 0 1 0 1 1 1 2 1 0 3 2 1 = 1 1 1 3 2 1 2 1 0 R 2 R 3 on A Inverses of Elementary Matrices If E is an elementary matrix then E is invertible and E 1 is an elementary matrix corresponding to the row operation that undoes the one that generated E. Specifically: If E was generated by an operation of the form R i cr i then E 1 is generated by R i 1 c R i. If E was generated by an operation of the form R i R i + cr j then E 1 is generated by R i R i cr j. If E was generated by an operation of the form R i R j then E 1 is generated by R i R j. 19

Example 17 1. E = 2. E = 3. E = 2 0 0 0 1 0 1 0 0 3 1 0 1 0 0 0 1 0 E 1 = E 1 = E 1 = E 1 2 0 0 0 1 0 1 0 0 3 1 0 20

Elementary Matricies and Solving Equations Consider the steps of Gauss Jordan elimination to find the solution to a system of equations Ax = b. This consists of a series of row operations, each of which is equivalent to multiplying on the left by an elementary matrix E i. Ele. row ops. A B, Where B is the RREF of A. So E k E k 1... E 2 E 1 A = B for some appopriately defined elementary matrices E 1... E k. Thus A = E 1 1 E 1 2... E 1 k 1 E 1 k Now if B = I so the RREF of A is I, then A = E1 1 E 1 2... E 1 k 1 E 1 k and A 1 = E k E k 1... E 2 E 1 Theorem 18 A is invertable if and only if it is the product of elementary matrices. B 21

Summing Up Theorem Theorem 19 Summing up Theorem Version 1 For any square n n matrix A, the following are equivalent statements: 1. A is invertible. 2. The RREF of A is the identity, I n. 3. The equation Ax = b has unique solution namely x = A 1 b. 4. The homogeneous system Ax = 0 has only the trivial solution x = 0 5. The REF of A has exactly n pivots. 6. A is the product of elementary matrices. 22