Matrices Math15-1

13
MATRICES MATH 15 - Linear Algebra

description

Math DepartmentMath15-1 Linear AlgebraMatrices Lecture

Transcript of Matrices Math15-1

Page 1: Matrices Math15-1

MATRICES

MATH 15 - Linear Algebra

Page 2: Matrices Math15-1

A matrix is a rectangular array of numbers. The numbers in the array are called the entries in the matrix.

Examples:

MATRICES

Page 3: Matrices Math15-1

The size of a matrix is described in terms of the number of rows (horizontal lines) and columns (vertical lines) it contains. For example, the first matrix in Example 1 has three rows and two columns, so its size is 3 by 2 (written 3 × 2). In a size description, the first number always denotes the number of rows, and the second denotes the number of columns.

MATRICES

Page 4: Matrices Math15-1

We shall use capital letters to denote matrices and lowercase letters to denote numerical quantities; thus we might write

The entry that occurs in row and column of matrix will be denoted by . Thus a general 3 × 4 matrix might be written as

MATRICES

Page 5: Matrices Math15-1

When compactness of notation is desired, the preceding matrix can be written as

the first notation being used when it is important in the discussion to know the size, and the second being used when the size need not be emphasized. Usually, we shall match the letter denoting a matrix with the letter denoting its entries; thus for a matrix we would use for the entry in row and column , and for a matrix we would use the notation .

MATRICES

Page 6: Matrices Math15-1

The entry in row and column of a matrix is also commonly denoted by the symbol . Thus, for matrix 1 above, we have

and for the matrix

we have , , , and .

MATRICES

Page 7: Matrices Math15-1

A matrix A with rows and columns is called a square matrix of order , and the shaded entries below are said to be on the main diagonal of .

MATRICES

Page 8: Matrices Math15-1

Column Matrix (or column vector)• A matrix with only one column• Example:

Row Matrix (or row vector)• A matrix with only one row• Example:

CLASSIFICATION OF MATRICES

Page 9: Matrices Math15-1

Null Matrix• A matrix whose all entries are zero• Examples:

Triangular Matrix• A special kind of square matrix where either all the

entries below or all the entries above the main diagonal are zero.

• Examples:

CLASSIFICATION OF MATRICES

Page 10: Matrices Math15-1

Diagonal Matrix• A special kind of square matrix whose off-main

diagonal entries are all zero.• Example: Scalar Matrix• A diagonal matrix in which all terms in the main

diagonal are equal.• Examples:

CLASSIFICATION OF MATRICES

Page 11: Matrices Math15-1

Identity Matrix• A special kind of square matrix where either all the

entries below or all the entries above the main diagonal are zero.

• Examples:

Singular Matrix• A square matrix which does not have an inverse. A

matrix is singular if and only if its determinant is zero.

CLASSIFICATION OF MATRICES

Page 12: Matrices Math15-1

If is any matrix, then the transpose of , denoted by , is defined to be the matrix that results from interchanging the rows and columns of ; that is, the first column of is the first row of , the second column of is the second row of , and so forth.

Examples:

TRANSPOSE OF A MATRIX

Page 13: Matrices Math15-1

Symmetric Matrix• A special kind of square matrix that is equal to its

transpose. ()• Example:

CLASSIFICATION OF MATRICES