linear-algebra

Definition

Matrix

A matrix with coefficients , where is a field, is a rectangular array of coefficients:

where with and . The set of all matrices with coefficients in is denoted by .

If , the the matrix is called square matrix.

Properties

Arithmetic

Addition

Let be two matrices:

Subtraction

Let be two matrices:

Multiplication

Let and be two matrices:

Example:

Transpose

Definition

Matrix Transpose

The transpose of a matrix is the matrix with the rows and columns interchanged:

Link to original

Power

Raising a matrix to the power of means matrix-multiplying matrix times:

Special Matrices

Square Matrix

Definition

Square Matrix

A square matrix is a matrix with equal number of rows and columns.

A square matrix is called symmetric matrix if:

where is the transposition of .

Link to original

Symmetric Matrix

Definition

Symmetric Matrix

A matrix is called symmetric if the tranposed matrix is equal to .

where is the transposition of .

Link to original

Invertible Matrix

Definition

Invertible Matrix

A square matrix is called invertible if there exists a matrix such that:

The matrix is called the inverse of . Not invertible matrices are called singular matrices.

Link to original

Rank

Rank

The rank of a matrix is the dimension (number of basis vectors) of the linear span of its column or row vectors.

To determine the rank of a matrix, the gaussian elimination algorithm can be used.