Matrices
Definition
Definition
conceptA matrix is a rectangular array of numbers arranged in rows and columns enclosed between two brackets. Mathematically:
Where:
- : name of the matrix.
- : size of the matrix.
- : rows.
- : columns.
- : generic element of the matrix, meaning it is located in row and column .
Properties of Matrices
1. Properties of Addition
- Commutative:
- Associative:
Properties of the Zero Matrix ()
- ;
Where:
- zero (null) matrix.
- additive inverse of .
2. Properties of Multiplication
Condition: (number of columns of = rows of ).
- Left distributive:
- Right distributive:
- Associative:
- ; identity matrix.
- Multiplication is not commutative:
- Multiplication by a scalar ():
Example:
Caution:
- (because ).
- Does not satisfy the cancellation property:
does not imply .
3. Properties of Powers
-
Zero power:
Where is the identity matrix.
-
Positive power ():
-
Product of powers with the same base:
-
Power of a power:
4. Polynomial Matrix
Given a polynomial:
If is a matrix, the matrix evaluation of the polynomial is defined as:
Where:
- is the identity matrix of the same size as .
- The terms are matrix powers.
Types of Matrices
1. Square Matrix
A matrix is square when the number of rows equals the number of columns.
Notation:
where:
2. Zero (Null) Matrix ()
Matrix where all its elements are zero:
3. Identity Matrix ()
Square matrix with ones on the main diagonal and zeros elsewhere:
Formal definition:
4. Row Matrix
Matrix with a single row:
Explicit example:
5. Column Matrix
Matrix with a single column:
General form:
6. Transpose Matrix ()
Given a matrix , its transpose is of size , where rows and columns are swapped:
Definition:
Example:
If , then:
Properties
7. Triangular (Echelon) Matrix
Special case: If (zero matrix), it does not imply that or are zero.
Example:
8. Upper Triangular Matrix
Square matrix where elements below the main diagonal are zero:
Example ():
9. Lower Triangular Matrix
Square matrix where elements above the main diagonal are zero:
Example ():
10. Diagonal Matrix
A diagonal matrix is a square matrix that is simultaneously upper and lower triangular, where all elements outside the main diagonal are zero.
General definition:
Formal definition:
Power property:
The -th power of a diagonal matrix is calculated by raising each diagonal element to that power:
Example:
11. Inverse Diagonal Matrix
For a non-singular diagonal matrix (where all diagonal elements ), its inverse is calculated by taking the reciprocal of each diagonal element:
Condition: All must be non-zero for to exist.
12. Conjugate Matrix
Given a matrix with complex elements, its conjugate matrix is obtained by conjugating each element of .
Properties
- Double conjugation:
- Conjugate of the transpose:
- Conjugation and scalars: For ,
- Conjugation of the sum:
- Conjugation of the product:
Example:
Special Matrices
1. Symmetric Matrix
A square matrix is symmetric if and only if:
Characteristics:
- for all
Examples: - Every diagonal matrix is symmetric
2. Antisymmetric (Skew-Symmetric) Matrix
A square matrix is antisymmetric if and only if:
Properties:
- The diagonal elements are zero ()
- for
Examples:
3. Normal Matrix
A matrix is normal if it commutes with its transpose:
Includes:
- Symmetric matrices
- Antisymmetric matrices
- Unitary matrices
4. Singular Matrix
A square matrix is singular if:
Consequence:
- It does not have an inverse
- Its rank is less than
5. Regular (Non-singular) Matrix
A square matrix is regular if:
Properties
- It has an inverse
- It is invertible
6. Periodic Matrix
A matrix is periodic if there exists such that:
Special case:
If , it is said to have period
7. Idempotent Matrix
A square matrix is idempotent if:
Properties
- for all
- Its eigenvalues are 0 or 1
8. Nilpotent Matrix
A square matrix is nilpotent if there exists an integer such that:
where is the zero matrix. The smallest that satisfies this condition is called the index of nilpotency.
Properties
- for every exponent greater than or equal to
- All its eigenvalues are zero
9. Involutory Matrix
A square matrix is involutory if it satisfies:
That is, its square is the identity matrix.
Behavior for powers:
- if is odd
- if is even
Property
- (its inverse is itself)
10. Orthogonal Matrix
A square matrix is orthogonal if it satisfies:
which implies that:
Properties
- Preserves the inner product ()
- Its columns form an orthonormal basis
Fundamental relation:
11. Hermitian Matrix
A complex square matrix is Hermitian if it coincides with its conjugate transpose:
Properties
- Real diagonal: The elements are real.
- Conjugate symmetry: .
- Real eigenvalues: All its eigenvalues are real numbers.
12. Skew-Hermitian (Antihermitian) Matrix
A complex square matrix is skew-Hermitian if:
Properties
- Pure imaginary diagonal: The elements are pure imaginary (or zero).
- Skew-conjugate symmetry: .
- Pure imaginary eigenvalues: All its eigenvalues are pure imaginary numbers.
Relation between Hermitian and Skew-Hermitian matrices:
- Any complex matrix can be written as:
where is Hermitian () and is skew-Hermitian ().
Alternative notation:
- or denotes the conjugate transpose (adjoint).
- In physics, Hermitian matrices are fundamental for quantum operators.