"

Section 2.1 Matrix Addition, Scalar Multiplication, and Transposition

Definition: 1. For any m×n matrix, A=[v1vn] the i-th entry of vj vector is called the (i, j)-entry of

 

[a11a12a1ja1na21a2nai1ai2aijainam1am2amjamn]

 

2. A square matrix is an n×n matrix.

 

3. The diagonal entries in an m×n matrix A=[aij] are a11,a22,, and they form the main diagonal of A. A diagonal matrix is a square n×n matrix whose non-diagonal entries are zero

 

4. The matrix with 1′s on the diagonal and 0′s elsewhere is called an identity matrix and is denoted by I.

 

5. A zero matrix is a m×n matrix whose entries are all zero and is written as 0.

 

6. A=[aij] and B=[bij] are two m×n matrices. We say A is equal to B if
aij=bij for all i,j. The sum of A and B is
A+B=[aij+bij]

 

 

7. If r is a scalar and A=[aij] is a matrix, then the scalar multiple rA=[raij] which entries are r times the entries of A.

 

Note: Only when two matrices of the same size can they be equal. The sum of two matrices is only defined when two matrices are of the same size.

 

Theorem: A,B, and C are matrices of the same size, and let r and s be scalars.

(a) A+B=B+A

 

(b) (A+B)+C=A+(B+C)

 

(c) A+0=A

 

(d) r(A+B)=rA+rB

 

(e) (r+d)A=rA+sA

 

(f) r(sA)=(rs)A

 

 

Definition: 1. The transpose of A,AT is the matrix that has rows of A as its columns or has columns of A as its rows.

2. The matrix A is called symmetric if and only if A=AT. Note that this immediately implies that A is a square matrix.

 

 

Theorem: Let A and B be matrices whose sizes are appropriate for the sums of products. Then

a. (AT)T=A

 

b. (A+B)T=AT+BT

 

c. For any scalar, r,(rA)T=rAT

 

Example 1: Verify (A+B)T=AT+BT.

 

 

Exercise 1: Verify ((A)T)T=A.

 

Example 2: Find (2A+BT)T where A=[123456] and B=[142536].

 

 

Exercise 2: Find (AT3B)T where A=[122031] and B=[034211].

 

Group Work 1: Show A+2B is a diagonal matrix if both A and B are diagonal matrices.

 

Group Work 2: In each case either show that the statement is true or give an
example showing it is false.

a. If A+B=A+C, then B and C have the same size.

 

b. If A+B=0, then B=0.

 

c. If the (3,1)-entry of A is 5, then the (1,3)-entry of AT is 5.

 

d. A and AT have the same main diagonal for every matrix A.

 

e. If B is symmetric and AT=3B, then A=3B.

 

f. If A and B are symmetric, then kA+mB is symmetric for any scalars k and m.

 

g. A+AT is symmetric for any square matrix A.

 

h. If Q+A=A holds for every m×n matrix A, then Q
is the zero matrix.

 

Group Work 3: Show AT+3B is a symmetric matrix if both A and B are symmetric matrices

 

License

Icon for the Creative Commons Attribution 4.0 International License

Matrices Copyright © 2019 by Kuei-Nuan Lin is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.