Elementary operations are used to simplify matrices. They help in finding the rank, inverse, and solving linear equations. There are three types of elementary operations:
The rank of a matrix is the number of non-zero rows in its row echelon form.
The inverse of a matrix A is denoted as A-1 and satisfies the equation:
A × A-1 = I (Identity Matrix)
Linear equations in matrix form: AX = B. The solution is given by:
X = A-1B (if A is invertible)
A matrix A is orthogonal if AT × A = I.
A matrix A is symmetric if A = AT.
A matrix A is skew-symmetric if AT = -A.
A matrix A is Hermitian if A* = A, where A* is the conjugate transpose.
A matrix A is skew-Hermitian if A* = -A.
A matrix A is normal if A*A = AA*.
A matrix A is unitary if A*A = I.
For a matrix A, a scalar λ is an eigenvalue and a non-zero vector X is its corresponding eigenvector if:
A × X = λX
The Cayley-Hamilton theorem states that every square matrix satisfies its own characteristic equation:
p(A) = 0, where p(λ) is the characteristic polynomial of A.