22
MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations http://myhome.spu.edu/lauw

MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Embed Size (px)

Citation preview

Page 1: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

MAT 2401Linear Algebra

2.2 Properties of Matrix Operations

http://myhome.spu.edu/lauw

Page 2: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Today

Written HW

Page 3: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Review

We have defined the following matrix operations

“term-by-term” operations•Matrix Addition and Subtraction

•Scalar Multiplication Non-“term-by-term” operations

•Matrix Multiplication

Page 4: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Review

We have studied some of the properties such as…•AI=IA=A

In general, •AB≠BA

•AB=0 does not imply A=0 or B=0

Page 5: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Preview

Look at more properties about these operations.

Most of the properties are natural to conceive (inherited from the number system).

Sometimes, it may be more effective to remember what properties are not true.

Page 6: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Preview

Most properties come with names. We will not emphasize on them.

Look at another operation: Transpose

Page 7: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Matrix Addition and Scalar Multiplication

Let A,B,C be mxn matrices, 0 the mxn zero matrix, and c and d scalars.

1. A + B = B + A2. (A + B) + C = A + (B + C)3. c(dA) = (cd)A4. c(A + B) = cA + cB5. (c + d)A = cA + dA

Page 8: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Matrix Addition and Scalar Multiplication

Let A,B,C be mxn matrices, 0 the mxn zero matrix, and c and d scalars.

6. A + 0 = A7. A + (-A) = 08. If cA=0, then either c=0 or A=0

Page 9: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Example 1

Solve the matrix equation 3X+A=Bwhere 1 0 0 1

, 1 2 1 2

A B

Page 10: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Matrix Multiplication

Let A,B,C be matrices of the appropriatesizes, I a suitably sized identity matrix, and c and d scalars.

1. (AB)C = A(BC)2. A(B+C)=AB+AC3. (A+B)C = AC+BC4. c(AB)=(cA)B=A(cB)

Page 11: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Cancellation Law

Q: Does AC=BC imply A=B?A:

Page 12: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Matrix Power

Let A be a square matrix, k a non-negative integer.

times

if 0

if 0k

k

I kA A A A k

Page 13: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Laws of Exponents

Let A be a square matrix, i, j, k non-negative integers.

1. AiAj =2. (Ai)j =3. 0k =4. Ik =

Page 14: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Transpose of a Matrix

Let A=[aij] be a mxn matrix, the transpose of A is the nxm matrix AT so that the (i,j)th entry of AT is aji.

(Interchanging the rows and columns of A)

Page 15: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Transpose of a Matrix

Let A=[aij] be a mxn matrix, the transpose of A is the nxm matrix AT so that the (i,j)th entry of AT is aji.

21 22 23 24

31 32 33 34

11 12 13 14

TA a a a a A

a a a a

a a a a

Page 16: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Example 2

1 2

1 0

1 2 3 1

2 2 3 1

[ ]

T

T

T

A A

B B

C x y z C

Scratch:Q: What is the dimension of the transpose?

Page 17: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Properties of Matrix Transpose

Let A,B be matrices of the appropriatesizes, and c a scalar.

1. (AT)T= A2. (A + B)T = AT + BT

3. (cA)T = cAT

4. (AB)T = BTAT

Page 18: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Properties of Matrix Transpose

Let A,B be matrices of the appropriatesizes, and c a scalar.

1. (AT)T= A2. (A + B)T = AT + BT

3. (cA)T = cAT

4. (AB)T = BTAT Why?

Page 19: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Example 3

1 0 0 1,

1 2 1 2

T

T T

A B

AB

AB

B A

Page 20: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Symmetric Matrix

Symmetric

A square matrix is symmetric if aij=aji

for all i,j.

Page 21: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Properties of Symmetric Matrices

1. If A is symmetric, then AT = In fact, A is symmetric if and only if AT =

2. AAT and ATA are symmetric for any matrix A.

Page 22: MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations

Properties of Symmetric Matrices

1. If A is symmetric, then AT = In fact, A is symmetric if and only if AT =

2. AAT and ATA are symmetric for any matrix A..

Why?