Matrix Algebra: Comprehensive Theory & Concepts
Document Overview
This note compiles all the core theoretical concepts, definitions, matrix types, rules, shortcuts, and theorems covered in the Matrix Algebra course (Classes 1 to 8), including both class notes and past exam papers (PYQs).
- Restructured Format: To maintain a clean, rapid-reference structure, all step-by-step proofs and derivations have been removed, leaving only the final mathematical formulations, definitions, and theorems. All numerical examples are also excluded.
1st Cycle | 13.07.2026 | Class-01
Core Matrix Definitions
Formal Definition: Matrix
A matrix of order (or size) (read as ” by ”) is a rectangular array of numbers (real or complex) arranged in horizontal rows and vertical columns, enclosed in square brackets or parentheses .
Mathematically, it is written as:
a_{11} & a_{12} & \dots & a_{1n} \\ a_{21} & a_{22} & \dots & a_{2n} \\ \vdots & \vdots & \ddots & \vdots \\ a_{m1} & a_{m2} & \dots & a_{mn} \end{bmatrix} $$ * **Element Indexing:** $a_{ij}$ denotes the entry located at the **$i$-th row** and **$j$-th column** ($1 \le i \le m$, $1 \le j \le n$). * **Order / Dimension:** $m \times n$, where $m$ is row count and $n$ is column count.
Principal Diagonal & Trace
For a square matrix of order :
- Main / Principal Diagonal: Elements where row index equals column index ().
- Trace of Matrix : The sum of all elements on the principal diagonal:
Basic Matrix Types
Types of Matrices
- Row Matrix: A matrix having only one row () and any number of columns ().
- Column Matrix: A matrix having only one column () and any number of rows ().
- Rectangular Matrix: A matrix where the number of rows is not equal to the number of columns ().
- Square Matrix: A matrix where the number of rows equals the number of columns ().
- Diagonal Matrix: A square matrix in which all non-diagonal elements are zero, i.e., for all .
- Scalar Matrix: A diagonal matrix in which all principal diagonal elements are equal to a constant scalar , i.e., when , and when .
- Identity (Unit) Matrix: A scalar matrix whose principal diagonal elements are all equal to . Denoted by or .
- Null (Zero) Matrix: A matrix of any dimension whose entries are all zero. Denoted by .
- Symmetric Matrix: A square matrix that is equal to its transpose, i.e., . In element form: for all .
- Skew-Symmetric (Anti-Symmetric) Matrix: A square matrix whose transpose equals its negative, i.e., . In element form: for all .
- Upper Triangular Matrix: A square matrix where all entries below the principal diagonal are zero, i.e., for all .
- Lower Triangular Matrix: A square matrix where all entries above the principal diagonal are zero, i.e., for all .
- Submatrix of a Matrix: A matrix obtained by deleting some rows and/or columns of a given matrix.
Property of Identity Matrix
For any matrix : and .
Determinant Shortcut for Triangular Matrices
The determinant of any upper or lower triangular matrix equals the product of its diagonal elements:
Key Property: Diagonal Elements of Skew-Symmetric Matrices
All principal diagonal elements of any skew-symmetric matrix must always be zero ().
14.07.26 | Class-02
Key Theorems on Real Matrices
Theorem: Unique Deconstruction of Real Square Matrices
Every square matrix over real numbers can be uniquely expressed as the sum of a symmetric matrix and a skew-symmetric matrix : where:
- is symmetric ().
- is skew-symmetric ().
Complex Matrices & Conjugate Transpose
When matrix entries belong to the complex field (i.e., ), we define:
- Complex Conjugate Matrix (): Replacing every entry with its complex conjugate .
- Conjugate Transpose Matrix (): Transpose of the conjugate matrix, i.e., .
Hermitian Matrix
A square matrix over complex numbers is Hermitian if it equals its conjugate transpose:
Key Property: Diagonal Elements of Hermitian Matrices
All principal diagonal elements of a Hermitian matrix must be purely real numbers.
Skew-Hermitian Matrix
A square complex matrix is Skew-Hermitian if its conjugate transpose equals its negative:
Key Property: Diagonal Elements of Skew-Hermitian Matrices
All principal diagonal elements of a Skew-Hermitian matrix must be either zero or purely imaginary.
Theorem: Unique Deconstruction of Complex Square Matrices
Any complex square matrix can be uniquely expressed as the sum of a Hermitian matrix and a Skew-Hermitian matrix : where:
- is Hermitian ().
- is Skew-Hermitian ().
Special Types of Square Matrices
| Matrix Type | Defining Condition | Key Properties / Determinant / Inverses |
|---|---|---|
| Singular | Has no matrix inverse ( does not exist). | |
| Non-Singular | Inverse exists. | |
| Orthogonal | , . | |
| Idempotent | for any integer . Eigenvalues are or . | |
| Nilpotent | is index/order of nilpotency (e.g. is order 2). . | |
| Periodic | is the period (Idempotent has period ). | |
| Involutory | , . | |
| Unitary | Complex analogue of Orthogonal matrix (). . |
Concrete Example of a Unitary Matrix
Key Algebraic Properties
Theorem: Uniqueness of Matrix Inverse
If a square matrix has an inverse, then the inverse is strictly unique.
Theorem: Anti-Commutative Square Sum
If square matrices and of the same order anti-commute (), then:
Partitioning & Block Matrices
Partitioning Rule for Matrix Multiplication
Two partitioned matrices and are conformable for block multiplication if the column partitioning of matches the row partitioning of .
20.07.26 | Class-03
Elementary Transformations
Three Elementary Row Operations (EROs)
An Elementary Transformation refers to performing any of three fundamental operations on rows (or columns) of a matrix without changing its solution space or rank:
- Row Interchange (): Swap two rows and .
- Row Scaling (): Multiply all entries in row by a non-zero constant scalar .
- Row Addition (): Add to row a scalar multiple of row .
Matrix Equivalence ( )
If a matrix is obtained from by performing a finite sequence of elementary row operations, then and are equivalent matrices, denoted as: Equivalent matrices share identical rank, determinant properties (nullity vs non-nullity), and system solutions.
Elementary Matrix Definition & Properties
An Elementary Matrix is a matrix obtained by performing a single elementary row operation on an Identity Matrix .
- Concrete Example: Row swap matrix (swaps row 1 and row 2 of a identity matrix):
- Key Properties:
- Pre-multiplying a matrix by is equivalent to applying ERO to : .
- Every elementary matrix is invertible, and its inverse is also an elementary matrix.
Strict Rules for Writing Row Operations
To maintain rigorous notation in exams, follow these exact syntax rules:
- Target Row Order: In , the row being modified () MUST be written first.
- (Correct)
- (Incorrect notation format)
- No Simultaneous Inter-dependency: Never alter two rows based on each other in the exact same step!
- (Will destroy row information and zero out rows invalidly).
Rank of a Matrix
Dual Definition of Matrix Rank
Definition 1 (Linear Independence): The rank of a matrix , denoted by or , is the maximum number of linearly independent rows (or columns) in .
Definition 2 (Minor-Based Definition): A matrix is said to have rank if and only if:
- There exists at least one non-zero minor of order in .
- Every minor of order higher than (i.e., order or greater) vanishes completely (equals zero).
Essential Properties of Matrix Rank
- For any matrix : .
- .
- Elementary row transformations do not alter the rank of a matrix.
- .
- A square matrix is non-singular .
Echelon Forms
Conditions for Row-Echelon Form (REF)
A matrix is in Row-Echelon Form (REF) if it satisfies three structural conditions:
- Zero Rows at Bottom: All rows consisting entirely of zeros are grouped at the bottom of the matrix.
- Staircase Leading Entries: The leading entry (the first non-zero number from the left) of a non-zero row is strictly to the right of the leading entry of the row above it.
- Zeros Below Pivots: All entries in a column directly below a leading entry are zero.
Reduced Row-Echelon Form (RREF)
A matrix is in Reduced Row-Echelon Form (RREF) if it satisfies all REF conditions PLUS:
- Every leading entry (pivot) is strictly .
- Every pivot is the only non-zero entry in its entire column (entries both above and below the pivot are zero).
How to Find Rank Using Echelon Form
Once a matrix is transformed into Row-Echelon Form via elementary row operations:
Uniqueness of Echelon Forms
- Row-Echelon Form (REF): Is not unique; different sequences of EROs can lead to different echelon forms.
- Reduced Row-Echelon Form (RREF): Is strictly unique; every matrix has a single unique RREF.
Key Matrix Polynomial Theorems
Cayley-Hamilton Theorem
Every square matrix satisfies its own characteristic equation. If is the characteristic equation of matrix , then:
27.07.26 | Class-04
Normal Form of a Matrix
Definition: Normal Form (Canonical Form)
A square or rectangular matrix of order can be reduced by a sequence of elementary row and column operations (EROs and ECOs) to one of the following four standard block structures, known as the Normal Form of the matrix:
where is the Identity Matrix of order , and represents zero submatrices.
Rank and Normal Form: The size of the identity block corresponds exactly to the Rank of the matrix: .
28.07.26 | Class-05
Linear Dependence of Rows
Linear Dependence and Independence
- A zero row (a row consisting entirely of zeros) is always linearly dependent.
- In a matrix reduced to Row-Echelon Form, every non-zero row is linearly independent.
- The number of independent rows in any matrix always equals the number of independent columns.
03.08.26 | Class-06
Systems of Linear Equations & Elimination Methods
Notation and Representation
A system of linear equations in variables can be written as: where:
- is the coefficient matrix of order .
- is the solution vector of size .
- is the RHS constant vector of size .
Classification of Systems of Equations
- Consistent System: A system that has at least one solution (either a unique solution or infinitely many solutions).
- Inconsistent System: A system that has no solution.
Theorem: Rank Criterion for Consistency
Let denote the augmented matrix of a system of equations.
- The system is consistent if and only if:
- The system is inconsistent if and only if:
Elimination Algorithms
Gaussian Elimination vs. Gauss-Jordan Elimination
- Gaussian Elimination: Transforms the augmented matrix to Row-Echelon Form (REF), followed by back-substitution to find the values of the variables.
- Gauss-Jordan Elimination: Transforms the augmented matrix all the way to Reduced Row-Echelon Form (RREF). The values of the variables are read off directly from the augmented column without back-substitution.
Matrix Inversion Algorithm
The inverse of a square matrix can be calculated by appending the identity matrix and performing EROs on the partitioned system until the identity matrix is obtained on the LHS:
04.08.26 | Class-07
Parameter Analysis in Systems of Equations
Underdetermined Systems & Free Variables
When a consistent system of equations has fewer independent equations (rank ) than variables (), the remaining variables are designated as free variables.
Dimension Analysis Formula:
06.08.26 | Class-08
Eigenvalues and Eigenvectors
Fundamental Definitions
Let be an square matrix. A scalar is called an Eigenvalue of if there exists a non-zero vector (the corresponding Eigenvector) such that:
Physical Interpretation: Multiplying vector by matrix scales the vector by factor without changing its spatial direction.
Homogeneous Formulation: Since for a valid eigenvector, this homogeneous system must have non-trivial solutions.
Homogeneous Systems and Non-Trivial Solutions
A homogeneous system of linear equations is always consistent because the trivial solution () always exists.
- Trivial Solution: .
- Non-Trivial Solution: At least one variable is non-zero. A non-trivial solution exists if and only if , which for square matrices is equivalent to:
Therefore, the homogeneous eigenvalue system has a non-trivial solution if and only if: Expanding the determinant yields the characteristic polynomial.
Properties of Eigenvalues
Properties of Eigenvalues
For any matrix with eigenvalues :
- Sum of Eigenvalues (Trace):
- Product of Eigenvalues (Determinant):
- Eigenvalues of the Inverse Matrix (): If is invertible (), then the eigenvalues of are the reciprocals of the eigenvalues of :
- Eigenvalues of a Scaled Matrix (): The eigenvalues of (where is a scalar) are scaled proportionally:
- Eigenvalues of Matrix Powers (): For any integer exponent , the eigenvalues of are:
Advanced Polynomial & Diagonalization Concepts
Minimal Polynomial Definition
The minimal polynomial of an matrix is the unique monic polynomial of lowest degree such that:
Key Properties:
- The minimal polynomial divides any polynomial for which . In particular, it divides the characteristic polynomial of .
- The roots of the minimal polynomial are exactly the distinct eigenvalues of .
Diagonalization Concepts
A square matrix of order is diagonalizable if it is similar to a diagonal matrix , i.e., there exists an invertible matrix such that .
- Modal Matrix (): The matrix whose columns are the linearly independent eigenvectors of .
- Spectral Matrix (): The diagonal matrix whose diagonal elements are the eigenvalues of corresponding to the eigenvectors in .
- Spectral Radius (): The maximum of the absolute values of the eigenvalues of :
Geometric Interpretation of Eigenvalues
The linear transformation scales the eigenvector by a factor of . There are four geometric cases depending on the value of :
Case 1: Contraction ()
The vector scales down in length but maintains its direction.
λx x
o----->----->
Case 2: Dilation ()
The vector stretches in length while maintaining its direction.
x λx
o----->----->
Case 3: Negative Contraction ()
The vector scales down in length and reverses its direction.
λx o x
<-----o----->
Case 4: Negative Dilation ()
The vector stretches in length and reverses its direction.
λx o x
<----------o----->