Definition: 1. For any matrix, the i-th entry of vector is called the (i, j)-entry of
2. A square matrix is an matrix.
3. The diagonal entries in an matrix are , and they form the main diagonal of . A diagonal matrix is a square 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 matrix whose entries are all zero and is written as 0.
6. and are two matrices. We say is equal to if
for all . The sum of and is
7. If is a scalar and is a matrix, then the scalar multiple which entries are times the entries of .
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: and are matrices of the same size, and let and be scalars.
(a)
(b)
(c)
(d)
(e)
(f)
Definition: 1. The transpose of is the matrix that has rows of as its columns or has columns of as its rows.
2. The matrix is called symmetric if and only if . Note that this immediately implies that is a square matrix.
Theorem: Let and be matrices whose sizes are appropriate for the sums of products. Then
a.
b.
c. For any scalar,
Example 1: Verify .
Exercise 1: Verify .
Example 2: Find where and .
Exercise 2: Find where and .
Group Work 1: Show is a diagonal matrix if both and 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 , then and have the same size.
b. If , then .
c. If the (3,1)-entry of is 5, then the (1,3)-entry of is 5.
d. and have the same main diagonal for every matrix .
e. If is symmetric and , then .
f. If and are symmetric, then is symmetric for any scalars and .
g. is symmetric for any square matrix .
h. If holds for every matrix , then
is the zero matrix.
Group Work 3: Show is a symmetric matrix if both and are symmetric matrices