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
Link to originalMatrix Transpose
The transpose of a matrix is the matrix with the rows and columns interchanged:
Power
Raising a matrix to the power of means matrix-multiplying matrix times:
Special Matrices
Square Matrix
Definition
Link to originalSquare 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 .
Symmetric Matrix
Definition
Link to originalSymmetric Matrix
Invertible Matrix
Definition
Link to originalInvertible 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.
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.