Matrices

#folder

The Matrix

Definition

A matrix is a representation of a linear system, so the system

Is the matrix

In addition, a matrix is a "rule" for a linear transformation of a vector, and the matrix-vector product is applying a transformation to said vector.

Notation

Notation

A matrix is a rectangular array with rows and columns. The entry in the th row and th column is denoted by .

Which is abbreviated as when the size is known. The set of all matrices with real entries is denoted by .

Equality

Definition

Two matrices are equal if for all

Matrices Equal Theorem

Theorem

Let . If for all , then

See vectors

Square Matrix

Definition

A matrix is square is . That is, it has the same number of rows and columns.

Zero Matrix

Definition

The matrix with zero entries is called the zero matrix, denoted by , or sometimes just if the size is clear.

Symmetry

Definition

A matrix is symmetric if . That is, if its transpose is the same as itself.

To be symmetrical, a matrix must be a square matrix.

Identity Matrix

Definition

Denoted by or or , is the square matrix with size with for .

Examples

The Interesting Property

Upper and Lower Triangular Matrices

Definition

Let . is called upper triangular if every entry below the main diagonal is zero. is called lower triangular if every entry above the main diagonal is zero.

Example

Upper triangular matrices:


Lower triangular matrices: