Math Class Notes (Classes 4-8)


3rd Cycle | 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 finite 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 .
  • represents zero submatrices of conformable dimensions.
  • The integer represents the Rank of the matrix .

Rank and Normal Form

The size of the identity block corresponds exactly to the Rank of the matrix: .


28.07.26 | Class-05

Rank of a Matrix & Normal Form Conversions

Concept of Rank

The Rank of a matrix is the maximum number of linearly independent rows (or columns) in the matrix.

Key Properties of Row-Echelon Rank:

  • 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.
  • Consequently, the rank of a matrix is equal to the number of non-zero rows in its Row-Echelon Form.
  • In any matrix, the number of independent rows always equals the number of independent columns.
  • All rows of an Identity Matrix are linearly independent, so .

Solved Problems: Rank and Normal Form Conversions

Solved Problem 1: Converting a Matrix into Normal Form

Convert the following matrix into its Normal Form and find its rank:

Solution: Apply elementary row operations to create zeros in the first column below :

Perform ERO to eliminate the in the third row, column 2:

Apply elementary column operations to clear the entries in the first row to the right of :

Apply column operations using the pivot in column 2 to clear entries in row 2:

Clear the entry in row 3 using the column pivot in column 3:

Scale column 2 and column 3 to normalize the diagonal pivots:

Final Answer: The Normal Form of the matrix is , and its rank is .


Solved Problem 2: Finding Rank via Row-Echelon Form

Find the rank of the following matrix:

Solution: (Note: The first row of the matrix is written as in the notes, but ERO calculations in the student’s draft treat the first entry as , i.e. .)

Initial EROs using as a pivot:

Draft Method (Fractional EROs): Reducing using fractional operations:

Alternative Method (Integer-based EROs): To avoid complex fractions, we can subtract Row 3 from Row 2 to obtain a leading at :

Eliminate column 2 entries below the new pivot:

Eliminate the fourth row completely:

Since there are exactly non-zero rows in the Row-Echelon Form: Final Answer: The rank of the matrix is .


Solved Problem 3: Finding Rank via Row Interchanges

Find the rank of the following matrix:

Solution: Interchange Row 1 and Row 3 to bring the leading to the top:

Create zeros in column 1:

Interchange Row 2 and Row 4 to place the leading as the second row pivot:

Create zeros in column 2 below the new pivot:

Subtract Row 4 from Row 3 to create a smaller integer pivot ():

Eliminate the entry in row 4 using Row 3:

This matrix is in Row-Echelon Form. Since there are non-zero rows: Final Answer: The rank of the matrix is .


03.08.26 | Class-06

Systems of Linear Equations & Elimination Methods

Notation and Representation

A system of linear equations in variables can be compactly written as: where:

  • is the coefficient matrix of order .
  • is the solution vector of size .
  • is the RHS constant vector of size .
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{pmatrix} \begin{pmatrix} x_1 \\ x_2 \\ \vdots \\ x_n \end{pmatrix} = \begin{pmatrix} b_1 \\ b_2 \\ \vdots \\ b_m \end{pmatrix} $$

Classification of Systems of Equations

          System of L.E.
         /              \
  Consistent          Inconsistent
 (Soln. exists)      (No solution exists)
    /       \
Unique   Infinite
Solution  Solutions

Theorem: Rank Criterion for Consistency

Let denote the augmented matrix of a system of equations.

  1. The system is consistent if and only if:
  2. The system is inconsistent if and only if:

Solved Problems: Solving SLEs

Solved Problem 1: Gaussian Elimination & Back-Substitution

Solve the system of linear equations using Gaussian elimination:

Solution: Construct the augmented matrix :

Perform EROs to create zeros in column 1:

Create a zero in row 3, column 2:

Consistency Analysis: The coefficient matrix and augmented matrix are in row-echelon form.

  • and .
  • Since , a unique solution exists.

Back-Substitution:

  1. From Row 3:
  2. From Row 2:
  3. From Row 1:

Final Answer: The unique solution is .


Solved Problem 2: Matrix Inversion by Elementary Transformations

Find the inverse of the following matrix using elementary row transformations:

Solution: Setup the partition matrix :

Apply EROs to clear column 1:

Clear row 3, column 2: (Note: The entry at row 3, column 5 in the RHS is corrected to here, resolving an arithmetic typo of in the student’s original handwritten draft).

Normalize row 3:

Clear column 3 entries above the pivot:

Clear the remaining row 1, column 2 entry to obtain the identity matrix on the LHS:

Final Answer:


Solved Problem 3: Gauss-Jordan Elimination (Inconsistent System)

Solve the system of equations using Gauss-Jordan elimination:

Solution: Construct the augmented matrix:

Interchange Row 1 and Row 2 to place a non-zero pivot on the main diagonal:

Eliminate entry in Row 3, Column 1:

Eliminate entry in Row 3, Column 2:

Consistency Analysis: The echelon form has:

  • (the third row of is all zeros).
  • (the augmented matrix has a non-zero pivot in row 3).
  • Since , the system of equations is inconsistent.

Final Answer: The system has no solution.


Solved Problem 4: Gauss-Jordan Elimination (Infinite Solutions Case)

Solve the system of equations:

Solution: Construct the augmented matrix:

Eliminate entries in Column 1 below the pivot:

Eliminate the entry in Row 3, Column 2:

Consistency Analysis:

  • and .
  • Since , the system is consistent and has infinitely many solutions.

Dimension Analysis for Free Variables:

General Solution Derivation: Re-write the equations from the echelon matrix:

Define the free variable: Let (where is any real parameter).

Substitute into the second equation:

Substitute and into the first equation:

Final Answer: The general solution is for .


04.08.26 | Class-07

Parameter Analysis in Systems of Equations

Underdetermined Systems & Free Variables

When a consistent system has fewer independent equations (after reduction) than variables, the remaining variables are designated as free variables.

Example Matrix Structure:

  • Number of variables: ()
  • Rank of matrix: (pivots in column 1, 2, and 4)
  • Free variables: (the columns without pivots: column 3 and column 5, representing and as free variables).

Solved Problem: The and Consistency Analysis

Solved Problem: Consistency of Parametric Systems

Determine the values of and for which the following system of linear equations: has: (i) a unique solution, (ii) no solution, and (iii) infinitely many solutions.

Solution: Setup the augmented matrix and apply EROs to reduce it to echelon form:

Case Analysis:

i. Unique Solution: A unique solution requires . This occurs if the pivot in the third row is non-zero: (Note: If , the rank of both the coefficient matrix and the augmented matrix is , which matches the number of variables, ensuring a unique solution).

ii. No Solution (Inconsistent System): No solution occurs if the augmented row states , which means : (Note: If , the bottom row becomes . Since , this gives a contradiction , so rank).

iii. Infinitely Many Solutions: Infinitely many solutions occur if the third row vanishes completely, yielding a free variable (): (Note: The bottom row becomes all zeros, so rank, which is less than the number of variables , yielding free variable).


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 must be non-zero () for a valid eigenvector, the 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:

Solved Problems: Homogeneous Systems and Eigenvalues

Solved Problem 1: Solving a Large Homogeneous System

Find the general solution to the following homogeneous system of 5 equations in 4 variables:

Solution: Construct the augmented coefficient matrix:

Perform EROs to create zeros in Column 1 below the pivot:

Eliminate entries in Column 2 below the row 2 pivot:

Eliminate the fifth row using row 3:

Back-Substitution: Reconstruct the system equations:

Let the free variable (where ):

  1. From the third equation:
  2. From the second equation:
  3. From the first equation:

Final Answer: The general solution is for .


Solved Problem 2: Finding Eigenvalues of a Matrix

Solve the characteristic equation to find the eigenvalues of the matrix:

Solution: Formulate the characteristic equation :

Expand the determinant:

Final Answer: The characteristic roots (eigenvalues) of are and . (Note: The calculation was left blank or scribbled in the original notes; it has been mathematically solved and completed here).


Properties of Eigenvalues

Properties of Eigenvalues

For any matrix with eigenvalues :

  1. Sum of Eigenvalues (Trace):
  2. Product of Eigenvalues (Determinant):
  3. Eigenvalues of the Inverse Matrix (): If is invertible (), then the eigenvalues of are the reciprocals of the eigenvalues of :
  4. Eigenvalues of a Scaled Matrix (): The eigenvalues of (where is a scalar) are scaled proportionally:
  5. Eigenvalues of Matrix Powers (): For any integer exponent , the eigenvalues of are:

Advanced Polynomial & Diagonalization Concepts (Exclusively from PYQ, not taught in class)

Minimal Polynomial (PYQ: 2025)

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 Terms (PYQ: 2023, 2022)

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----->