100% FREE
Updated: Mar 2026 Algebra Linear Algebra
Matrix Theory and Systems of Equations
Comprehensive study notes on Matrix Theory and Systems of Equations for CUET PG Mathematics preparation.
This chapter covers key concepts, formulas, and examples needed for your exam.
This chapter comprehensively covers the foundational aspects of matrix theory and systems of linear equations, essential for advanced mathematical understanding. Mastery of determinants, matrix inversion, and solving linear systems is critical for success in the CUET PG examination, as these topics are consistently featured.
---
Chapter Contents
| # | Topic | |---|-------| | 1 | Determinants | | 2 | Solutions of Systems of Linear Equations | | 3 | Rank and Inverse of a Matrix |
---
We begin with Determinants.
Part 1: Determinants
Determinants are scalar values associated with square matrices, providing critical insights into matrix properties such as invertibility and the solvability of linear systems. We observe their fundamental role in various areas of linear algebra and multivariate calculus.
---
Core Concepts
1. Definition of a Determinant
The determinant, denoted det(A) or ∣A∣, is a scalar value associated with a square matrix A. Its calculation method varies with the matrix order. For a 1×1 matrix A=[a], we define det(A)=a.
For a 2×2 matrix A=[acbd], the determinant is given by ad−bc. For higher order matrices, we employ cofactor expansion.
📐Determinant of a 2×2 Matrix
det([acbd])=ad−bc
Where:a,b,c,d are elements of the matrix.
When to use: Calculating the determinant of any 2×2 square matrix.
Quick Example: 2×2 Determinant
Consider the matrix A=[3412]. We calculate its determinant.
Step 1: Apply the 2×2 determinant formula.
>
det(A)=(3)(2)−(1)(4)
Step 2: Perform the arithmetic.
>
det(A)=6−4=2
Answer:2
:::question type="MCQ" question="Let M=[53−24]. What is det(M)?" options=["14","26","6","−26"] answer="26" hint="Apply the standard formula for a 2×2 determinant." solution="Step 1: Identify the elements a,b,c,d. >
a=5,b=−2,c=3,d=4
Step 2: Apply the formula det(M)=ad−bc. >
det(M)=(5)(4)−(−2)(3)
>
det(M)=20−(−6)
>
det(M)=20+6=26
The determinant of M is 26." :::
---
2. Minors and Cofactors
For an n×n matrix A, the minor Mij of an element aij is the determinant of the (n−1)×(n−1) matrix obtained by deleting the i-th row and j-th column of A. The cofactor Cij of aij is defined as Cij=(−1)i+jMij.
📖Minor Mij
The minor Mij of an element aij is the determinant of the submatrix formed by removing the i-th row and j-th column.
📖Cofactor Cij
The cofactor Cij of an element aij is given by Cij=(−1)i+jMij.
The determinant of an n×n matrix can be computed by cofactor expansion along any row i: det(A)=∑j=1naijCij, or along any column j: det(A)=∑i=1naijCij.
Quick Example: Minors and Cofactors for a 3×3 Matrix
Let A=147258369. We compute the minor M11 and cofactor C11.
Step 1: To find M11, delete the first row and first column.
>
M11=det([5869])
Step 2: Calculate the determinant of the resulting 2×2 matrix.
>
M11=(5)(9)−(6)(8)=45−48=−3
Step 3: Calculate the cofactor C11 using Cij=(−1)i+jMij.
>
C11=(−1)1+1M11=(1)(−3)=−3
Answer:M11=−3, C11=−3.
:::question type="MCQ" question="For the matrix B=1302−15046, what is the cofactor C23?" options=["5","−5","1","−1"] answer="−5" hint="First find the minor M23 by removing row 2 and column 3, then apply the cofactor formula." solution="Step 1: To find M23, remove the second row and third column of B. >
M23=det([1025])
Step 2: Calculate M23. >
M23=(1)(5)−(2)(0)=5−0=5
Step 3: Calculate C23 using Cij=(−1)i+jMij. >
C23=(−1)2+3M23=(−1)5(5)=(−1)(5)=−5
The cofactor C23 is −5." :::
---
---
3. Properties of Determinants
Determinants possess several properties crucial for efficient calculation and theoretical understanding. We present these properties, often without formal proof, but with illustrative examples.
3.1. Transpose Property
The determinant of a matrix remains unchanged when its rows and columns are interchanged. That is, det(AT)=det(A).
📐Determinant of Transpose
det(AT)=det(A)
Where:AT denotes the transpose of matrix A.
When to use: To simplify calculations or prove identities involving transposes.
Quick Example:
Let A=[1324]. Then AT=[1234].
Step 1: Calculate det(A).
det(A)=(1)(4)−(2)(3)=4−6=−2
Step 2: Calculate det(AT).
det(AT)=(1)(4)−(3)(2)=4−6=−2
Answer:det(A)=det(AT)=−2.
:::question type="MCQ" question="If A is a 3×3 matrix such that det(A)=5, what is det(AT)?" options=["5","−5","1/5","25"] answer="5" hint="Recall the property relating the determinant of a matrix to the determinant of its transpose." solution="According to the property of determinants, det(AT)=det(A). Given det(A)=5. Therefore, det(AT)=5." :::
3.2. Product Property
The determinant of a product of two square matrices is the product of their individual determinants. This implies det(AB)=det(A)det(B).
📐Determinant of a Product
det(AB)=det(A)det(B)
Where:A and B are square matrices of the same order.
When to use: To find the determinant of a product without performing matrix multiplication, or to simplify expressions involving determinants.
Quick Example:
Let A=[1023] and B=[2110]. We verify det(AB)=det(A)det(B).
Answer:det(AB)=−3 and det(A)det(B)=−3, confirming the property.
:::question type="MCQ" question="If P and Q are 3×3 matrices with det(P)=2 and det(Q)=3, what is det(PQ)?" options=["5","6","1","0"] answer="6" hint="Recall the property for the determinant of a matrix product." solution="Using the determinant product property, det(PQ)=det(P)det(Q). Given det(P)=2 and det(Q)=3.
det(PQ)=(2)(3)=6
The determinant of PQ is 6." :::
3.3. Inverse Property
If a matrix A is invertible, its determinant is non-zero, and the determinant of its inverse A−1 is the reciprocal of the determinant of A. Specifically, det(A−1)=det(A)1.
📐Determinant of Inverse
det(A−1)=det(A)1
Where:A is an invertible square matrix.
When to use: To find the determinant of an inverse matrix without computing the inverse itself.
Quick Example:
Let A=[2312]. We find det(A−1).
Step 1: Calculate det(A).
det(A)=(2)(2)−(1)(3)=4−3=1
Step 2: Apply the inverse determinant property.
det(A−1)=det(A)1=11=1
Answer:det(A−1)=1.
:::question type="MCQ" question="Given a matrix A=[3152], what is det(A−1)?" options=["1","−1","1/11","−1/11"] answer="1" hint="First calculate det(A), then use the property for the determinant of an inverse matrix." solution="Step 1: Calculate the determinant of A.
det(A)=(3)(2)−(5)(1)=6−5=1
Step 2: Use the property det(A−1)=det(A)1.
det(A−1)=11=1
The determinant of A−1 is 1." :::
3.4. Scalar Multiplication Property
If A is an n×n matrix and k is a scalar, then det(kA)=kndet(A). Each of the n rows is multiplied by k, thus multiplying the determinant by kn times.
📐Determinant of Scalar Multiple
det(kA)=kndet(A)
Where:A is an n×n matrix, and k is a scalar.
When to use: To calculate determinants of scaled matrices efficiently.
Quick Example:
Let A=[1324] and k=3. We find det(3A).
Step 1: Calculate det(A).
det(A)=(1)(4)−(2)(3)=4−6=−2
Step 2: Apply the scalar multiplication property. A is a 2×2 matrix, so n=2.
det(3A)=32det(A)=9(−2)=−18
Answer:det(3A)=−18.
:::question type="MCQ" question="If A is a 4×4 matrix with det(A)=5, what is det(2A)?" options=["10","20","40","80"] answer="80" hint="Remember that for an n×n matrix A and scalar k, det(kA)=kndet(A)." solution="Given A is a 4×4 matrix, so n=4. Given det(A)=5. We need to find det(2A). Using the property det(kA)=kndet(A):
det(2A)=24det(A)
det(2A)=16×5
det(2A)=80
The determinant of 2A is 80." :::
3.5. Determinant of Triangular Matrices
The determinant of a triangular matrix (upper triangular, lower triangular, or diagonal) is the product of its diagonal elements.
📐Determinant of Triangular Matrix
det(A)=i=1∏naii
Where:A is a triangular matrix (diagonal, upper, or lower).
When to use: To quickly find the determinant of matrices with zeros above or below the main diagonal.
Quick Example:
Let A=235046007. This is a lower triangular matrix.
Step 1: Identify the diagonal elements.
a11=2,a22=4,a33=7
Step 2: Multiply the diagonal elements.
det(A)=(2)(4)(7)=56
Answer:56.
:::question type="MCQ" question="What is the determinant of the matrix P=100240356?" options=["120","24","10","0"] answer="24" hint="Recognize that P is an upper triangular matrix. The determinant of a triangular matrix is the product of its diagonal elements." solution="The matrix P is an upper triangular matrix. For any triangular matrix (upper, lower, or diagonal), its determinant is the product of its diagonal elements. The diagonal elements are 1,4,6.
det(P)=1×4×6=24
The determinant of P is 24." :::
3.6. Effect of Elementary Row/Column Operations
Elementary row operations affect the determinant in specific ways: * Swapping two rows/columns: Multiplies the determinant by −1. * Multiplying a row/column by a scalar k: Multiplies the determinant by k. * Adding a multiple of one row/column to another: Does not change the determinant.
⚠️Common Mistake
❌ det(A+B)=det(A)+det(B) ✅ This is generally false. The determinant operation is not linear with respect to addition.
Quick Example:
Let A=[1324], with det(A)=−2.
Step 1: Swap R1↔R2 to get A′.
A′=[3142]
det(A′)=(3)(2)−(4)(1)=6−4=2
Observe det(A′)=−det(A).
Step 2: Multiply R1 by k=5 in A to get A′′.
A′′=[53104]
det(A′′)=(5)(4)−(10)(3)=20−30=−10
Observe det(A′′)=5det(A).
Step 3: Add 2R1 to R2 in A to get A′′′.
A′′′=[13+2(1)24+2(2)]=[1528]
det(A′′′)=(1)(8)−(2)(5)=8−10=−2
Observe det(A′′′)=det(A).
Answer: The determinant changes as described by the properties.
:::question type="MCQ" question="If a 3×3 matrix A has det(A)=7, and matrix B is obtained from A by swapping the first and third rows, then what is det(B)?" options=["7","−7","1/7","49"] answer="−7" hint="Recall how row swaps affect the determinant." solution="Swapping two rows of a matrix multiplies its determinant by −1. Given det(A)=7. Since B is obtained by swapping two rows of A,
det(B)=−1×det(A)
det(B)=−1×7=−7
The determinant of B is −7." :::
3.7. Zero Determinant Conditions
A matrix has a determinant of zero if: * It has a row or column consisting entirely of zeros. * It has two identical rows or columns. * It has two proportional rows or columns. * Its rows (or columns) are linearly dependent. This is equivalent to saying the matrix is singular (non-invertible).
❗Singular Matrices
A square matrix A is singular (non-invertible) if and only if det(A)=0.
Quick Example:
Consider A=[1020]. It has a row of zeros. det(A)=(1)(0)−(2)(0)=0.
Consider B=[1122]. It has two identical rows. det(B)=(1)(2)−(2)(1)=0.
Consider C=[1224]. Row 2 is 2× Row 1. det(C)=(1)(4)−(2)(2)=0.
Answer: All matrices have a determinant of 0.
:::question type="MCQ" question="Which of the following matrices has a determinant of zero?" options=["[1324]","[2142]","[1001]","[3215]"] answer="[2142]" hint="Check each matrix for properties that lead to a zero determinant, such as proportional rows/columns." solution="We calculate the determinant for each option:
det([1324])=(1)(4)−(2)(3)=4−6=−2=0
det([2142])=(2)(2)−(4)(1)=4−4=0. (Rows are proportional: R1=2R2)
det([1001])=(1)(1)−(0)(0)=1=0
det([3215])=(3)(5)−(1)(2)=15−2=13=0
The matrix [2142] has a determinant of zero." :::
---
4. Adjoint of a Matrix
The adjoint of a square matrix A, denoted adj(A), is the transpose of the cofactor matrix of A. That is, if C is the matrix where Cij is the cofactor of aij, then adj(A)=CT.
📐Adjoint Matrix
adj(A)=(Cij)T
Where:Cij is the cofactor of the element aij.
When to use: Crucial for calculating the inverse of a matrix.
A fundamental property relating a matrix, its adjoint, and its determinant is Aadj(A)=adj(A)A=det(A)I, where I is the identity matrix.
📐Adjoint Property
Aadj(A)=adj(A)A=det(A)I
Where:I is the identity matrix of the same order as A.
When to use: Verifying adjoint calculations, deriving inverse formula.
Another key property is det(adj(A))=(det(A))n−1 for an n×n matrix A.
Quick Example: Adjoint of a 2×2 Matrix
For A=[acbd], the cofactor matrix C=[d−b−ca]. Then adj(A)=CT=[d−c−ba].
Let A=[3412].
Step 1: Calculate the cofactors. C11=(−1)1+1det([2])=2 C12=(−1)1+2det([4])=−4 C21=(−1)2+1det([1])=−1 C22=(−1)2+2det([3])=3
Step 2: Form the cofactor matrix C.
C=[2−1−43]
Step 3: Transpose C to find adj(A).
adj(A)=CT=[2−4−13]
Answer:adj(A)=[2−4−13].
:::question type="MCQ" question="Let A=[1324]. What is adj(A)?" options=["[4−3−21]","[4321]","[1−3−24]","[−132−4]"] answer="[4−3−21]" hint="Find the cofactor matrix and then its transpose. For a 2×2 matrix [acbd], adj(A)=[d−c−ba]." solution="Step 1: Calculate the cofactors of A. C11=(−1)1+1det([4])=4 C12=(−1)1+2det([3])=−3 C21=(−1)2+1det([2])=−2 C22=(−1)2+2det([1])=1 Step 2: Form the cofactor matrix C.
C=[4−2−31]
Step 3: Transpose C to get adj(A).
adj(A)=CT=[4−3−21]
The adjoint of A is [4−3−21]." :::
---
5. Inverse of a Matrix using Determinants
An n×n matrix A is invertible if and only if det(A)=0. If A is invertible, its inverse A−1 can be found using the formula involving the adjoint matrix and its determinant.
📐Matrix Inverse Formula
A−1=det(A)1adj(A)
Where:det(A)=0.
When to use: To calculate the inverse of an invertible matrix.
Quick Example:
Let A=[3412]. We find A−1. From previous examples, we know det(A)=2 and adj(A)=[2−4−13].
Step 1: Apply the inverse formula.
A−1=det(A)1adj(A)
A−1=21[2−4−13]
Step 2: Perform scalar multiplication.
A−1=[1−2−1/23/2]
Answer:A−1=[1−2−1/23/2].
:::question type="MCQ" question="Given A=[2513], find A−1." options=["[3−5−12]","[−351−2]","[2153]","[1/21/511/3]"] answer="[3−5−12]" hint="First calculate det(A) and adj(A), then apply the formula A−1=det(A)1adj(A)." solution="Step 1: Calculate det(A).
det(A)=(2)(3)−(1)(5)=6−5=1
Step 2: Calculate adj(A). For a 2×2 matrix [acbd], adj(A)=[d−c−ba].
adj(A)=[3−5−12]
Step 3: Apply the inverse formula A−1=det(A)1adj(A).
A−1=11[3−5−12]=[3−5−12]
The inverse of A is [3−5−12]." :::
---
6. Cramer's Rule
Cramer's Rule is a method for solving systems of linear equations using determinants. For a system of n linear equations in n variables, AX=B, where det(A)=0, the solution for each variable xi is given by xi=det(A)det(Ai). Here, Ai is the matrix formed by replacing the i-th column of A with the column vector B.
📐Cramer's Rule
xi=det(A)det(Ai)
Where:A is the coefficient matrix, B is the constant vector, and Ai is A with its i-th column replaced by B. det(A)=0.
When to use: To solve systems of linear equations, particularly useful for small systems or when only one variable's value is required.
Quick Example: Cramer's Rule for a 2×2 System
Solve the system:
2x+3y=8
x−2y=−3
Step 1: Write the coefficient matrix A and the constant vector B.
A=[213−2],B=[8−3]
Step 2: Calculate det(A).
det(A)=(2)(−2)−(3)(1)=−4−3=−7
Step 3: Form A1 by replacing the first column of A with B, and calculate det(A1).
A1=[8−33−2]
det(A1)=(8)(−2)−(3)(−3)=−16−(−9)=−16+9=−7
Step 4: Form A2 by replacing the second column of A with B, and calculate det(A2).
A2=[218−3]
det(A2)=(2)(−3)−(8)(1)=−6−8=−14
Step 5: Apply Cramer's Rule to find x and y.
x=det(A)det(A1)=−7−7=1
y=det(A)det(A2)=−7−14=2
Answer:x=1,y=2.
:::question type="MCQ" question="Using Cramer's Rule, what is the value of x in the system:
x+2y=5
3x−y=1
?" options=["1","2","3","4"] answer="1" hint="Identify A, B, and A1. Calculate their determinants and apply x=det(A)det(A1)." solution="Step 1: Define the coefficient matrix A and the constant vector B.
A=[132−1],B=[51]
Step 2: Calculate det(A).
det(A)=(1)(−1)−(2)(3)=−1−6=−7
Step 3: Form A1 by replacing the first column of A with B.
A1=[512−1]
Step 4: Calculate det(A1).
det(A1)=(5)(−1)−(2)(1)=−5−2=−7
Step 5: Apply Cramer's Rule for x.
x=det(A)det(A1)=−7−7=1
The value of x is 1." :::
---
Advanced Applications
We examine a complex problem combining multiple determinant properties and matrix operations, similar to those encountered in competitive examinations.
Worked Example: Determinant of A2+A
Let A=100020003. Find det(A2+A). (Related to PYQ 1)
Step 1: Calculate A2. Since A is a diagonal matrix, A2 is formed by squaring its diagonal elements.
>
A2=120002200032=100040009
Step 2: Calculate A2+A. Add the corresponding elements of A2 and A.
>
A2+A=100040009+100020003
>
A2+A=1+10004+20009+3=2000600012
Step 3: Calculate det(A2+A). Since A2+A is a diagonal matrix, its determinant is the product of its diagonal elements.
>
det(A2+A)=(2)(6)(12)=144
Answer:det(A2+A)=144.
---
Worked Example: Determinant Identity for 2×2 Matrices
Let A and B be 2×2 matrices. Prove that det(A+B)+det(A−B)=2det(A)+2det(B). (Related to PYQ 2)
Step 6: Substitute det(A) and det(B) back into the expression.
>
det(A+B)+det(A−B)=2det(A)+2det(B)
Answer: The identity is proven.
:::question type="NAT" question="Let A=[x23y]. If det(A)=4 and det(A)=2 when x=2, find the value of y." answer="4" hint="Use the definition of determinant and the given conditions." solution="Step 1: Write the determinant of A. >
det(A)=(x)(y)−(3)(2)=xy−6
Step 2: Use the first given condition: det(A)=4. > \begin{align*} > xy - 6 &= 4 \\ > xy &= 10 \quad (*) > \end{align*} Step 3: Use the second given condition: When x=2, the determinant of A is 2. Substitute x=2 into the determinant expression and set it to 2. > \begin{align*} > (2)y - 6 &= 2 \\ > 2y &= 8 \\ > y &= 4 > \end{align*} Step 4: Verify the conditions. If y=4, then from xy=10 (from Step 2), we have x(4)=10⟹x=10/4=5/2. So, the matrix is A=[5/2234]. Its determinant is det(A)=(5/2)(4)−(3)(2)=10−6=4. This satisfies the first condition. Now, check the second condition: When x=2, det(A)=2. If x=2, the matrix becomes A′=[2234]. Its determinant is det(A′)=(2)(4)−(3)(2)=8−6=2. This satisfies the second condition. Both conditions are satisfied with y=4. Answer: \boxed{4}" :::
---
💡Next Up
Proceeding to Solutions of Systems of Linear Equations.
---
Part 2: Solutions of Systems of Linear Equations
We examine the techniques for determining the existence and nature of solutions for systems of linear equations, a fundamental concept in linear algebra. This analysis is critical for understanding various mathematical models and is a recurrent theme in competitive examinations. We focus on methods involving matrix operations and rank.
---
---
Core Concepts
1. Definition and Matrix Representation
A system of linear equations consists of one or more linear equations involving the same set of variables. We typically represent such a system in a compact matrix form Ax=b, where A is the coefficient matrix, x is the column vector of variables, and b is the column vector of constants.
The augmented matrix [A∣b] combines the coefficient matrix and the constant vector, providing a consolidated representation for solving the system through row operations.
📐Matrix Representation of a System
Given a system of m linear equations in n variables:
Where:A is the m×n coefficient matrix, x is the n×1 variable vector, b is the m×1 constant vector. When to use: To represent any system of linear equations in a standardized matrix format suitable for algebraic manipulation.
Quick Example: Represent the system 2x−y+3z=9, x+2y−z=4, 3x+y+2z=10 in augmented matrix form.
Step 1: Identify coefficients and constants. The coefficients are aij and constants are bi.
Step 2: Construct the augmented matrix. >
213−1213−129410
Answer: The augmented matrix is 213−1213−129410.
:::question type="MCQ" question="Which of the following augmented matrices correctly represents the system of equations: x1−2x2=5, 3x2+x3=7, 4x1+x3=1?" options=["
104−230011571
","
104−230511071
","
104−231010571
","
104−230011570
"] answer="
104−230011571
" hint="Ensure all variables are accounted for in each equation, using a coefficient of 0 if a variable is missing." solution="The given system is:
Forming the augmented matrix directly from these coefficients and constants yields:
104−230011571
" :::
---
2. Elementary Row Operations and Matrix Forms
Elementary Row Operations (EROs) are fundamental transformations applied to the rows of a matrix that do not alter the solution set of the corresponding linear system. These operations are used to simplify a matrix into a more manageable form, such as Row Echelon Form (REF) or Reduced Row Echelon Form (RREF).
The three types of EROs are:
Swapping two rows (Ri↔Rj).
Multiplying a row by a non-zero scalar (kRi→Ri, k=0).
Adding a multiple of one row to another row (Ri+kRj→Ri).
📖Row Echelon Form (REF)
A matrix is in Row Echelon Form if it satisfies the following conditions:
All non-zero rows are above any rows of all zeros.
The leading entry (pivot) of each non-zero row is in a column to the right of the leading entry of the row above it.
All entries in a column below a leading entry are zeros.
📖Reduced Row Echelon Form (RREF)
A matrix is in Reduced Row Echelon Form if it satisfies the conditions for REF and:
The leading entry in each non-zero row is 1 (a "leading 1").
Each column containing a leading 1 has zeros everywhere else.
Quick Example: Transform the matrix into Row Echelon Form:
12−1213−132
Step 1: Make entries below the first pivot zero (R2−2R1→R2, R3+R1→R3). >
1002−35−151
Step 2: Make the entry below the second pivot zero (R3+35R2→R3). >
1002−30−15328
Answer: The Row Echelon Form is 1002−30−15328.
:::question type="MCQ" question="Which of the following matrices is in Reduced Row Echelon Form?" options=["
100010001
","
100210001
","
010100001
","
100001010
"] answer="
100010001
" hint="Recall the conditions for RREF, especially regarding leading 1s and zeros in their columns." solution="A matrix in RREF must have leading 1s in each non-zero row, and all other entries in the column containing a leading 1 must be zero. Option 1:
100010001
This matrix satisfies all RREF conditions. Option 2: The entry a12=2 is not zero, but the column 2 has a leading 1 in a22. This violates RREF condition 2. Option 3: The leading 1s are not in a staircase pattern, and the first row starts with 0. This violates REF condition 2. Option 4: The leading 1 in the second row is a23, while the leading 1 in the third row is a32. This violates REF condition 2. Also, the third row should be above the second row if ordered by leading 1 position." :::
---
3. Rank of a Matrix
The rank of a matrix is a fundamental property reflecting the dimensionality of the vector space spanned by its rows or columns. It is defined as the maximum number of linearly independent row (or column) vectors in the matrix.
We determine the rank by transforming the matrix into Row Echelon Form (REF) using EROs. The rank is then the number of non-zero rows in its REF.
📖Rank of a Matrix
The rank of a matrix A, denoted rank(A), is the number of non-zero rows in any Row Echelon Form of A. Equivalently, it is the dimension of the column space (or row space) of A.
Quick Example: Find the rank of the matrix A=123246369.
Step 1: Transform A into REF. R2−2R1→R2 R3−3R1→R3 >
100200300
Step 2: Count the number of non-zero rows. The REF has one non-zero row.
Answer: The rank of A is 1.
:::question type="NAT" question="What is the rank of the matrix M=123371041014?" answer="2" hint="Apply elementary row operations to reduce the matrix to Row Echelon Form and then count the number of non-zero rows." solution="Step 1: Start with the given matrix. >
M=123371041014
Step 2: Perform R2−2R1→R2 and R3−3R1→R3. >
100311422
Step 3: Perform R3−R2→R3. >
100310420
The matrix is now in Row Echelon Form.
Step 4: Count the number of non-zero rows. There are two non-zero rows.
Answer: The rank of M is 2." :::
---
4. Consistency of Linear Systems (Rouché-Capelli Theorem)
The Rouché-Capelli Theorem provides a definitive criterion for determining whether a system of linear equations Ax=b has a solution (is consistent) or not (is inconsistent). This involves comparing the rank of the coefficient matrix A with the rank of the augmented matrix [A∣b].
📐Rouché-Capelli Theorem
A system of linear equations Ax=b is consistent (i.e., has at least one solution) if and only if the rank of the coefficient matrix A is equal to the rank of the augmented matrix [A∣b].
rank(A)=rank([A∣b])
If rank(A)=rank([A∣b]), the system is inconsistent (i.e., has no solution).
Quick Example: Determine the consistency of the system: x+y=1, 2x+2y=3.
Step 1: Form the augmented matrix. >
[121213]
Step 2: Reduce the augmented matrix to REF. R2−2R1→R2 >
[101011]
Step 3: Determine rank(A) and rank([A∣b]). The coefficient matrix A=[1212] reduces to [1010], so rank(A)=1. The augmented matrix [A∣b] reduces to [101011], so rank([A∣b])=2.
Step 4: Compare the ranks. Since rank(A)=1=rank([A∣b])=2, the system is inconsistent.
Answer: The system is inconsistent.
:::question type="MCQ" question="Consider the system of linear equations: x1−x2+x3=1, 2x1+x2−x3=2, 3x1+0x2+0x3=4. Determine its consistency." options=["Consistent with a unique solution","Consistent with infinitely many solutions","Inconsistent","Cannot be determined from the given information"] answer="Inconsistent" hint="Form the augmented matrix and reduce it to Row Echelon Form to compare the ranks of the coefficient and augmented matrices." solution="Step 1: Form the augmented matrix [A∣b]. >
123−1101−10124
Step 2: Reduce the augmented matrix to REF. R2−2R1→R2 R3−3R1→R3 >
100−1331−3−3101
R3−R2→R3 >
100−1301−30101
Step 3: Determine the ranks. From the REF of [A∣b], the coefficient matrix A (first three columns) has 2 non-zero rows, so rank(A)=2. The augmented matrix [A∣b] has 3 non-zero rows, so rank([A∣b])=3.
Step 4: Compare the ranks. Since rank(A)=2=rank([A∣b])=3, the system is inconsistent." :::
---
---
5. Types of Solutions for Consistent Systems
For a consistent system (Ax=b), the nature of its solutions (unique or infinitely many) depends on the relationship between the rank of the coefficient matrix and the number of variables.
❗Solution Types for Consistent Systems
Let A be an m×n coefficient matrix and n be the number of variables. If the system Ax=b is consistent:
Unique Solution: If rank(A)=rank([A∣b])=n.
The number of leading variables (pivots) equals the number of variables.
Infinitely Many Solutions: If rank(A)=rank([A∣b])<n.
The number of leading variables (pivots) is less than the number of variables, leading to free variables.
Quick Example: Determine the type of solution for the system: x+y+z=6, 2x−y+z=3, x−2y+2z=3.
Step 1: Form the augmented matrix.
1211−1−2112633
Step 2: Reduce the augmented matrix to REF. R2−2R1→R2 R3−R1→R3
1001−3−31−116−9−3
R3−R2→R3
1001−301−126−96
Step 3: Determine the ranks and number of variables. rank(A)=3 (3 non-zero rows in the coefficient part). rank([A∣b])=3 (3 non-zero rows in the augmented matrix). Number of variables n=3.
Step 4: Compare ranks and number of variables. Since rank(A)=rank([A∣b])=n=3, the system has a unique solution.
Answer:The system has a unique solution.
:::question type="MCQ" question="For the system of equations: x−y+z=0, 2x−2y+2z=0, 3x−3y+3z=0. What type of solution does it have?" options=["No solution","Unique solution","Infinitely many solutions","Dependent on a parameter"] answer="Infinitely many solutions" hint="This is a homogeneous system. Reduce the augmented matrix to REF and compare ranks to the number of variables." solution="Step 1: Form the augmented matrix [A∣b].
123−1−2−3123000
Step 2: Reduce the augmented matrix to REF. R2−2R1→R2 R3−3R1→R3
100−100100000
Step 3: Determine the ranks and number of variables. rank(A)=1 (1 non-zero row). rank([A∣b])=1 (1 non-zero row). Number of variables n=3.
Step 4: Compare ranks and number of variables. Since rank(A)=rank([A∣b])=1<n=3, the system is consistent and has infinitely many solutions. This is also a homogeneous system, so it always has at least the trivial solution. Since its rank is less than the number of variables, it must have non-trivial solutions. Answer:Infinitely many solutions." :::
---
6. Homogeneous Systems of Linear Equations
A homogeneous system of linear equations is one where all the constant terms are zero, i.e., Ax=0. Such systems always have at least one solution, the trivial solution where all variables are zero (x=0). The primary question for homogeneous systems is whether non-trivial solutions exist.
❗Homogeneous Systems (Ax=0)
A system Ax=0 is always consistent, as x=0 is always a solution (the trivial solution). Let A be an m×n matrix and n be the number of variables:
Unique (Trivial) Solution: If rank(A)=n.
The only solution is x1=x2=⋯=xn=0.
Infinitely Many (Non-Trivial) Solutions: If rank(A)<n.
There are non-zero solutions in addition to the trivial solution. The number of free variables is n−rank(A).
Quick Example: Determine if the system x+y−z=0, 2x−y+z=0, 3x+0y+0z=0 has non-trivial solutions.
Step 1: Form the coefficient matrix A.
A=1231−10−110
Step 2: Reduce A to REF to find its rank. R2−2R1→R2 R3−3R1→R3
1001−3−3−133
R3−R2→R3
1001−30−130
Step 3: Determine rank(A) and compare to n. rank(A)=2. Number of variables n=3.
Step 4: Conclude on non-trivial solutions. Since rank(A)=2<n=3, the system has infinitely many non-trivial solutions.
Answer:The system has infinitely many non-trivial solutions.
:::question type="MCQ" question="For a homogeneous system Ax=0 where A is a 4×3 matrix, if rank(A)=3, which statement is true?" options=["The system has no solution.","The system has a unique non-trivial solution.","The system has infinitely many non-trivial solutions.","The system has only the trivial solution."] answer="The system has only the trivial solution." hint="Recall the conditions for homogeneous systems: they are always consistent. The nature of the solution (trivial or non-trivial) depends on the rank relative to the number of variables." solution="A homogeneous system Ax=0 is always consistent. The number of variables is n=3. Given rank(A)=3. Since rank(A)=n=3, the system has a unique solution. For a homogeneous system, this unique solution is always the trivial solution (x1=0,x2=0,x3=0). Therefore, the system has only the trivial solution. Answer:The system has only the trivial solution." :::
---
7. Solving Systems using Gaussian/Gauss-Jordan Elimination
Gaussian elimination uses EROs to transform the augmented matrix into Row Echelon Form (REF), from which solutions can be found using back-substitution. Gauss-Jordan elimination extends this by transforming the matrix into Reduced Row Echelon Form (RREF), allowing direct reading of the solutions.
Gaussian Elimination Steps:
Form the augmented matrix [A∣b].
Use EROs to transform [A∣b] into REF.
Write out the equivalent system of equations from the REF.
Use back-substitution to solve for the variables.
Gauss-Jordan Elimination Steps:
Form the augmented matrix [A∣b].
Use EROs to transform [A∣b] into RREF.
Read the solutions directly from the RREF.
Worked Example: Solve the system: x−y+2z=9, 2x+y+z=7, 3x−2y−2z=5 using Gauss-Jordan elimination.
Step 1: Form the augmented matrix.
123−11−221−2975
Step 2: Transform to REF. R2−2R1→R2 R3−3R1→R3
100−1312−3−89−11−22
R2↔R3 (to get a 1 in the pivot position)
100−1132−8−39−22−11
R3−3R2→R3
100−1102−8219−2255
Step 3: Continue to RREF. 211R3→R3
100−1102−819−222155
R2+8R3→R2 R1−2R3→R1
100−1100019−2(2155)−22+8(2155)2155
100−11000121189−11021−462+4402155
100−1100012179−21222155
R1+R2→R1
1000100012179−2122−21222155
1000100012157−21222155
100010001719−21222155
Step 4: Read the solution. x=719, y=−2122, z=2155.
Answer:x=719,y=−2122,z=2155.
:::question type="NAT" question="Solve the system x+2y=5, 3x−y=1 for x using Gaussian elimination. Provide the value of x." answer="1" hint="Form the augmented matrix, perform EROs to get to REF, then use back-substitution." solution="Step 1: Form the augmented matrix.
[132−151]
Step 2: Reduce to REF. R2−3R1→R2
[102−75−14]
Step 3: Convert to equations and back-substitute. From the second row: −7y=−14⟹y=2. Substitute y=2 into the first equation: x+2(2)=5⟹x+4=5⟹x=1.
Answer:1" :::
---
8. Cramer's Rule
Cramer's Rule is an alternative method for solving systems of linear equations, applicable only when the system has a unique solution. It involves calculating determinants of matrices derived from the original coefficient matrix.
📐Cramer's Rule
For a system Ax=b of n linear equations in n variables, if det(A)=0, then the system has a unique solution given by:
xj=det(A)det(Aj)
Where: A is the coefficient matrix. Aj is the matrix formed by replacing the j-th column of A with the constant vector b. When to use: For systems with a unique solution where det(A)=0. It is particularly efficient for 2×2 or 3×3 systems and when only specific variables are needed.
Worked Example: Solve the system x+y=3, 2x−3y=1 using Cramer's Rule.
Step 1: Identify A, b, and calculate det(A).
A=[121−3],b=[31]
det(A)=(1)(−3)−(1)(2)=−3−2=−5
Since det(A)=−5=0, a unique solution exists.
Step 2: Form A1 and A2 and calculate their determinants.
A1=[311−3]
(replace column 1 of A with b)
det(A1)=(3)(−3)−(1)(1)=−9−1=−10
A2=[1231]
(replace column 2 of A with b)
det(A2)=(1)(1)−(3)(2)=1−6=−5
Step 3: Calculate x and y.
x=det(A)det(A1)=−5−10=2
y=det(A)det(A2)=−5−5=1
Answer:x=2,y=1.
:::question type="MCQ" question="Using Cramer's Rule, find the value of y for the system: 3x−2y=1, x+4y=7." options=["1","2","3","4"] answer="2" hint="Calculate det(A) and det(Ay) (where column 2 of A is replaced by the constant vector)." solution="Step 1: Write the coefficient matrix A and constant vector b.
A=[31−24],b=[17]
Step 2: Calculate det(A).
det(A)=(3)(4)−(−2)(1)=12−(−2)=12+2=14
Step 3: Form Ay (replace the second column of A with b) and calculate det(Ay).
Ay=[3117]
det(Ay)=(3)(7)−(1)(1)=21−1=20
Step 4: Apply Cramer's Rule for y.
y=det(A)det(Ay)=1420=710
Answer:710" :::
---
Advanced Applications
Systems with Parameters
Analyzing systems of linear equations containing unknown parameters is crucial for determining conditions under which the system is consistent, has a unique solution, or infinitely many solutions. This often involves reducing the augmented matrix to REF and examining the rows containing the parameters.
Worked Example 1 (Consistency with Parameters - from PYQ 7 pattern): Consider the system of linear equations:
x+y+5z=3
x+2y+mz=5
x+2y+4z=k
Determine the conditions on m and k for the system to be consistent.
Step 1: Form the augmented matrix. >
1111225m435k
Step 2: Reduce the augmented matrix to REF. R2−R1→R2 R3−R1→R3 >
1001115m−5−132k−3
R3−R2→R3 >
1001105m−5−1−(m−5)32(k−3)−2
>
1001105m−54−m32k−5
Step 3: Analyze consistency using Rouché-Capelli Theorem. The system is consistent if rank(A)=rank([A∣b]). * If 4−m=0 (i.e., m=4), then rank(A)=3 and rank([A∣b])=3. In this case, the system has a unique solution, hence consistent. * If 4−m=0 (i.e., m=4), then the third row of the coefficient matrix becomes all zeros. * If m=4, the augmented matrix becomes: >
1001105−1032k−5
* For consistency when m=4, we must have the last row of the augmented matrix also be all zeros, meaning k−5=0, so k=5. In this case, rank(A)=2 and rank([A∣b])=2. The system has infinitely many solutions. * If m=4 and k=5, then the last row is [000k−5] where k−5=0. In this case, rank(A)=2 and rank([A∣b])=3. The system is inconsistent.
Step 4: Combine the conditions for consistency. The system is consistent if:
m=4 (unique solution)
m=4 AND k=5 (infinitely many solutions)
Answer: The system is consistent if m=4 or (m=4 and k=5).
Worked Example 2 (Unique Solution with Parameters - from PYQ 8 pattern): The system of linear equations x+y+z=6, x+2y+5z=10, 2x+3y+λz=μ has a unique solution. Determine the conditions on λ and μ.
Step 1: Form the augmented matrix. >
11212315λ610μ
Step 2: Reduce the augmented matrix to REF. R2−R1→R2 R3−2R1→R3 >
10011114λ−264μ−12
R3−R2→R3 >
10011014λ−2−464μ−12−4
>
10011014λ−664μ−16
Step 3: Analyze conditions for a unique solution. For a unique solution, we need rank(A)=rank([A∣b])=n, where n=3 is the number of variables. This requires that all three rows of the coefficient matrix A (left of the bar) must be non-zero after reduction. Therefore, the entry (λ−6) in the third row must be non-zero. So, λ−6=0⟹λ=6. If λ=6, then rank(A)=3 and rank([A∣b])=3, irrespective of the value of μ. Thus, the system is consistent and has a unique solution.
Step 4: Conclude the conditions. The system has a unique solution if λ=6 and μ can be any real number (μ∈R).
Answer: The system has a unique solution if λ=6, μ∈R.
:::question type="MCQ" question="For the system x+2y+z=3, 2x+5y+2z=7, 3x+my+3z=10. If the system has infinitely many solutions, what is the value of m?" options=["7","8","9","10"] answer="7" hint="For infinitely many solutions, rank(A)=rank([A∣b])<n. Reduce the augmented matrix to REF and find the condition on m that leads to a row of zeros in both A and [A∣b]." solution="Step 1: Form the augmented matrix. >
12325m1233710
Step 2: Reduce the augmented matrix to Row Echelon Form. R2−2R1→R2 R3−3R1→R3 >
10021m−6100311
R3−(m−6)R2→R3 >
10021(m−6)−(m−6)(1)100−(m−6)(0)311−(m−6)(1)
>
100210100311−m+6
>
100210100317−m
Step 3: Apply conditions for infinitely many solutions. For a system to have infinitely many solutions, it must be consistent, and rank(A)<n. Here n=3. From the REF, rank(A) will be 2 if the third row of A is zero. This happens when 0=0 in the third row. For consistency, the entire third row of the augmented matrix must be zero. This means 7−m=0. Thus, m=7. If m=7, then rank(A)=2 and rank([A∣b])=2. Since n=3, rank(A)=rank([A∣b])<n, leading to infinitely many solutions.
Answer:7" :::
---
Problem-Solving Strategies
💡CUET PG Strategy
Rank-based Approach is Primary: For most problems involving consistency and number of solutions, the Rouché-Capelli Theorem (comparing rank(A) and rank([A∣b])) is the most robust method. Always reduce the augmented matrix to REF first. Unique Solution Shortcut (Determinant): For an n×n system Ax=b, a unique solution exists if and only if det(A)=0. This is faster than rank for square systems when only uniqueness is questioned. Homogeneous Systems: Remember they are always consistent. The existence of non-trivial solutions hinges solely on rank(A)<n. Parameter Analysis: When parameters are involved, perform EROs as usual. The conditions for solution types will emerge from the entries in the final row(s) of the REF, particularly those involving parameters. Consider cases where the parameter makes a leading entry zero.
---
Common Mistakes
⚠️Watch Out
❌ Incorrect EROs: Errors in arithmetic or applying row operations incorrectly can lead to incorrect REF/RREF and thus wrong ranks and solutions. ✅ Correct Approach: Double-check each ERO. Practice makes perfect for speed and accuracy.
❌ Misinterpreting Rank Conditions: Confusing conditions for consistency, unique, or infinite solutions, especially when n (number of variables) differs from m (number of equations). ✅ Correct Approach: Clearly define n, rank(A), and rank([A∣b]) and compare them rigorously using the Rouché-Capelli Theorem.
❌ Ignoring Parameter Edge Cases: Failing to consider scenarios where a parameter makes a leading entry zero during row reduction, which changes the rank. ✅ Correct Approach: Always analyze the cases where expressions involving parameters are zero and non-zero separately. This often creates branches in the solution.
❌ Applying Cramer's Rule Incorrectly: Using Cramer's Rule when det(A)=0 or for non-square systems. ✅ Correct Approach: Cramer's Rule is strictly for square systems (n equations, n variables) with a unique solution (det(A)=0). If det(A)=0, the system either has no solution or infinitely many, and Cramer's Rule is not applicable.
---
Practice Questions
:::question type="MCQ" question="Consider the system: x+y+z=1, 2x+3y+z=2, 3x+4y+2z=k. For what value of k does the system have infinitely many solutions?" options=["1","2","3","4"] answer="3" hint="Reduce the augmented matrix to REF. For infinitely many solutions, rank(A)=rank([A∣b])<n." solution="Step 1: Form the augmented matrix. >
12313411212k
Step 2: Reduce to REF. R2−2R1→R2 R3−3R1→R3 >
1001111−1−110k−3
R3−R2→R3 >
1001101−1010k−3
Step 3: Analyze for infinitely many solutions. For infinitely many solutions, the system must be consistent, and rank(A)<n. Here, n=3. From the REF, rank(A)=2 (since the third column of A is zero in the last row). For consistency, we need rank([A∣b])=rank(A)=2. This requires the last entry in the augmented matrix's third row to be zero, i.e., k−3=0. Thus, k=3.
Answer:3" :::
:::question type="NAT" question="For the homogeneous system x+y+z=0, 2x+2y+2z=0, 3x+3y+3z=0, find the number of linearly independent solutions." answer="2" hint="The number of linearly independent solutions for a homogeneous system is n−rank(A), where n is the number of variables." solution="Step 1: Form the coefficient matrix A. >
A=123123123
Step 2: Reduce A to REF. R2−2R1→R2 R3−3R1→R3 >
100100100
Step 3: Determine rank(A). The number of non-zero rows in REF is 1. So, rank(A)=1.
Step 4: Calculate the number of linearly independent solutions. The number of variables is n=3. The number of linearly independent solutions (dimension of the null space) is n−rank(A)=3−1=2.
Answer:2" :::
:::question type="MSQ" question="Which of the following statements are true regarding the system Ax=b if A is an m×n matrix?" options=["If rank(A)<rank([A∣b]), the system has no solution.","If rank(A)=n, the system always has a unique solution.","If rank(A)=rank([A∣b])<n, the system has infinitely many solutions.","If m<n, the system must have infinitely many solutions."] answer="If rank(A)<rank([A∣b]), the system has no solution.,If rank(A)=rank([A∣b])<n, the system has infinitely many solutions." hint="Carefully apply the Rouché-Capelli Theorem and the conditions for unique/infinite solutions. Also consider cases where m<n for consistency." solution="Let's analyze each option: * 'If rank(A)<rank([A∣b]), the system has no solution.' This is the direct statement of inconsistency from the Rouché-Capelli Theorem. This statement is TRUE. * 'If rank(A)=n, the system always has a unique solution.' This statement is only true if the system is consistent. If rank(A)=n but rank([A∣b])=n, the system is inconsistent (no solution). For example, x=1, x=2. Here rank(A)=1, n=1, but rank([A∣b])=2. So this statement is FALSE. A more precise statement would be: 'If rank(A)=rank([A∣b])=n, the system has a unique solution.' * 'If rank(A)=rank([A∣b])<n, the system has infinitely many solutions.' This is the correct condition for a consistent system to have infinitely many solutions, as there are n−rank(A) free variables. This statement is TRUE. 'If m<n, the system must have infinitely many solutions.' If the number of equations (m) is less than the number of variables (n), the system might have infinitely many solutions (if consistent) OR no solution (if inconsistent). It does not must* have infinitely many solutions. For example, x+y+z=1 (1 equation, 3 variables). This has infinite solutions. But consider x+y+z=1, x+y+z=2. Here m=2,n=3, but it's inconsistent (no solution). So this statement is FALSE.
Therefore, the correct statements are: 'If rank(A)<rank([A∣b]), the system has no solution.' and 'If rank(A)=rank([A∣b])<n, the system has infinitely many solutions.'" :::
:::question type="MCQ" question="Given the system: x+2y=c1, 3x+6y=c2. For what conditions on c1 and c2 will the system have infinitely many solutions?" options=["c2=3c1","rank(A)=1","Both c1,c2 are non-zero","The system is always inconsistent"] answer="c2=3c1" hint="Reduce the augmented matrix to REF. For infinitely many solutions, the last row must be all zeros." solution="Step 1: Form the augmented matrix. >
[1326c1c2]
Step 2: Reduce to REF. R2−3R1→R2 >
[1020c1c2−3c1]
Step 3: Analyze for infinitely many solutions. For infinitely many solutions, we need rank(A)=rank([A∣b])<n. Here, n=2. From the REF, rank(A)=1. For rank([A∣b]) to be 1, the last entry in the augmented matrix must be zero. So, c2−3c1=0⟹c2=3c1. If c2=3c1, then rank(A)=1 and rank([A∣b])=1. Since 1<n=2, the system has infinitely many solutions.
Answer:c2=3c1" :::
:::question type="NAT" question="If the system x+y=1, 2x+ay=b has no solution, and a,b are integers, find the smallest positive integer value of a+b." answer="3" hint="For no solution, rank(A)<rank([A∣b]). Reduce the augmented matrix to REF and find the conditions on a and b." solution="Step 1: Form the augmented matrix. >
[121a1b]
Step 2: Reduce to REF. R2−2R1→R2 >
[101a−21b−2]
Step 3: Analyze for no solution. For no solution, we need rank(A)<rank([A∣b]). This occurs when the coefficient part of the last row is zero, but the constant part is non-zero. So, a−2=0⟹a=2. And b−2=0⟹b=2.
Step 4: Find the smallest positive integer value of a+b. We have a=2. We need b=2. Since b is an integer, the smallest positive integer value for b (that is not 2) is b=1. Then a+b=2+1=3.
This topic connects to: Vector Spaces and Subspaces: The solution set of a homogeneous system Ax=0 forms the null space of A, which is a vector subspace. Understanding its dimension (n−rank(A)) is crucial. Linear Transformations: A system Ax=b can be viewed as finding an input vector x that maps to an output vector b under the linear transformation T(x)=Ax. Consistency relates to whether b is in the image (range) of T. * Eigenvalues and Eigenvectors: While not directly about solving Ax=b, understanding matrix properties like rank and determinants is foundational for later topics involving eigenvalues and eigenvectors, which arise from homogeneous systems (A−λI)x=0.
---
💡Next Up
Proceeding to Rank and Inverse of a Matrix.
---
Part 3: Rank and Inverse of a Matrix
This section establishes the fundamental concepts of matrix rank and invertibility, which are crucial for understanding linear transformations, solving systems of linear equations, and analyzing the properties of vector spaces. We will explore methods for their computation and examine their essential properties relevant to competitive examinations.
---
---
Core Concepts
1. Rank of a Matrix
We define the rank of a matrix A, denoted rank(A), as the maximum number of linearly independent column vectors in A, which is equivalent to the maximum number of linearly independent row vectors in A. Alternatively, it is the order of the largest non-singular square submatrix of A. A practical method for determining rank involves reducing the matrix to its row echelon form.
📖Row Echelon Form
A matrix is in row echelon form if:
All non-zero rows are above any rows of all zeros.
The leading entry (pivot) of each non-zero row is in a column to the right of the leading entry of the row above it.
All entries in a column below a leading entry are zero.
📖Reduced Row Echelon Form
A matrix is in reduced row echelon form if it satisfies the conditions for row echelon form and additionally:
The leading entry in each non-zero row is 1.
Each column containing a leading 1 has zeros everywhere else.
The rank of a matrix is the number of non-zero rows in its row echelon form.
Quick Example: Determine the rank of A=123246369.
Step 3: Count the number of non-zero rows. The matrix in row echelon form has one non-zero row.
Answer:rank(A)=1.
:::question type="MCQ" question="What is the rank of the matrix M=12326100−3−6−1−3−5?" options=["Rank (M) = 4","Rank (M) = 3","Rank (M) = 2","Rank (M) = 1"] answer="Rank (M) = 2" hint="Reduce the matrix to row echelon form using elementary row operations and count the number of non-zero rows." solution="Step 1: Start with the given matrix. >
12326100−3−6−1−3−5
Step 2: Perform R2→R2−2R1 and R3→R3−3R1. >
1002240−3−6−1−1−2
Step 3: Perform R3→R3−2R2. >
1002200−30−1−10
Step 4: Count the number of non-zero rows. The row echelon form has two non-zero rows. Therefore, rank(M)=2." :::
---
2. Properties of Rank
The rank of a matrix possesses several important properties that are useful in various applications, particularly concerning matrix products and systems of linear equations.
If A is an n×n matrix, then A is invertible if and only if rank(A)=n.
📖Nullity of a Matrix
The nullity of a matrix A, denoted nullity(A), is the dimension of the null space of A. It is the number of free variables in the solution to Ax=0, or equivalently, the number of columns without a leading entry in the row echelon form.
📐Rank-Nullity Theorem
For any m×n matrix A:
rank(A)+nullity(A)=n
Where:n is the number of columns in A. When to use: To relate the dimension of the column space (rank) to the dimension of the null space (nullity).
Quick Example: If A is a 5×7 matrix and nullity(A)=3, find rank(A).
Step 1: Apply the Rank-Nullity Theorem. >
rank(A)+nullity(A)=n
Step 2: Substitute the given values. Here, n=7 (number of columns) and nullity(A)=3. >
rank(A)+3=7
Step 3: Solve for rank(A). >
rank(A)=7−3=4
Answer:rank(A)=4.
:::question type="MSQ" question="Let A be an m×n matrix and B be an n×p matrix. Which of the following statements about rank are always true?" options=["rank(A)≤m","rank(AB)≤rank(A)","rank(A)+nullity(A)=m","rank(AB)≤rank(B)"] answer="rank(A)≤m,rank(AB)≤rank(A),rank(AB)≤rank(B)" hint="Recall the fundamental properties of matrix rank and the Rank-Nullity Theorem. Pay attention to the dimensions." solution="Let A be an m×n matrix and B be an n×p matrix.
* Option 1: rank(A)≤m The rank of a matrix is at most its number of rows (or columns). Since A has m rows, rank(A)≤m is always true.
* Option 2: rank(AB)≤rank(A) The rank of a product of matrices is less than or equal to the rank of either factor. Specifically, the column space of AB is a subspace of the column space of A. Thus, rank(AB)≤rank(A) is always true.
* Option 3: rank(A)+nullity(A)=m The Rank-Nullity Theorem states that rank(A)+nullity(A)=n, where n is the number of columns of A. This statement claims it equals m (number of rows), which is generally false unless m=n.
* Option 4: rank(AB)≤rank(B) Similarly, the row space of AB is a subspace of the row space of B. Thus, rank(AB)≤rank(B) is always true.
Therefore, the correct options are rank(A)≤m, rank(AB)≤rank(A), and rank(AB)≤rank(B)." :::
---
3. Inverse of a Matrix
An inverse matrix is a fundamental concept for solving linear systems and understanding matrix transformations. Not all matrices have an inverse.
📖Inverse of a Matrix
A square matrix A of order n is said to be invertible if there exists a square matrix B of the same order n such that:
AB=BA=I
where I is the n×n identity matrix. The matrix B is called the inverse of A and is denoted by A−1.
❗Conditions for Invertibility
A square matrix A of order n is invertible if and only if any of the following equivalent conditions hold:
det(A)=0 (i.e., A is non-singular).
rank(A)=n.
The columns (or rows) of A are linearly independent.
The null space of A contains only the zero vector (nullity(A)=0).
The system Ax=b has a unique solution for every b.
Quick Example: Verify if B=[2−3−12] is the inverse of A=[2312].
Step 3: Compare products to the identity matrix. Since AB=BA=I, B is indeed the inverse of A.
Answer: Yes, B is the inverse of A.
:::question type="MCQ" question="Let P be the inverse of a matrix Q. If I denotes the identity matrix, which one of the following options is correct?" options=["PQ=I but QP=I","QP=I but PQ=I","PQ=I and QP=I","PQ−QP=I"] answer="PQ=I and QP=I" hint="Recall the definition of a matrix inverse. The definition requires commutativity with respect to multiplication by the inverse to produce the identity matrix." solution="By the definition of a matrix inverse, if P is the inverse of Q, then their product must yield the identity matrix, regardless of the order of multiplication. That is, PQ=I and QP=I. The inverse is unique and satisfies this property for both pre-multiplication and post-multiplication. Therefore, the correct option is 'PQ=I and QP=I'." :::
---
4. Methods to Find Inverse
We can compute the inverse of a square matrix using two primary methods: the adjoint method and the Gauss-Jordan elimination method.
4.1. Adjoint Method
For a square matrix A, its inverse A−1 can be found using the formula:
📐Inverse using Adjoint
A−1=det(A)1adj(A)
Where:det(A) is the determinant of A, and adj(A) is the adjoint of A.
The adjoint of A is the transpose of the cofactor matrix of A.
When to use: For 2×2 matrices, it is very fast. For 3×3 matrices, it is manageable. For larger matrices, it becomes computationally intensive.
Quick Example: Find the inverse of A=[2312] using the adjoint method.
Step 1: Calculate the determinant of A. >
det(A)=(2)(2)−(1)(3)=4−3=1
Step 2: Find the cofactor matrix C of A. >
C=[C11C21C12C22]
> C11=2 > C12=−3 > C21=−1 > C22=2 >
C=[2−1−32]
Step 3: Find the adjoint of A, which is CT. >
adj(A)=CT=[2−3−12]
Step 4: Compute A−1. >
A−1=det(A)1adj(A)=11[2−3−12]=[2−3−12]
Answer:A−1=[2−3−12].
4.2. Gauss-Jordan Elimination Method
This method involves augmenting the matrix A with an identity matrix I of the same order, forming [A∣I], and then performing elementary row operations to transform A into I. The matrix that results on the right side will be A−1.
💡Gauss-Jordan for Inverse
To find A−1, form the augmented matrix [A∣I]. Apply elementary row operations to transform A into I. The resulting matrix will be [I∣A−1]. If A cannot be transformed into I, then A is not invertible.
Quick Example: Find the inverse of A=[1324] using Gauss-Jordan elimination.
Step 1: Form the augmented matrix [A∣I]. >
[13241001]
Step 2: Perform R2→R2−3R1. >
[102−21−301]
Step 3: Perform R2→−21R2. >
[10211230−21]
Step 4: Perform R1→R1−2R2. >
[10011−2(23)230−2(−21)−21]
>
[1001−2231−21]
Answer:A−1=[−2231−21].
:::question type="NAT" question="Find the element in the first row and second column of the inverse of A=120011101." answer="-0.5" hint="Use Gauss-Jordan elimination to find the inverse. The element A12−1 is required." solution="Step 1: Form the augmented matrix [A∣I]. >
The inverse matrix is A−1=31−32323131−31−313231.
The element in the first row and second column of A−1 is 31. This is approximately 0.333. Let's recheck with the adjoint method for verification: det(A)=1(1−0)−0(2−0)+1(2−0)=1+2=3. Cofactor matrix: C11=(1)(1)−(0)(1)=1 C12=−((2)(1)−(0)(0))=−2 C13=(2)(1)−(1)(0)=2 C21=−((0)(1)−(1)(1))=1 C22=(1)(1)−(0)(1)=1 C23=−((1)(1)−(0)(0))=−1 C31=((0)(0)−(1)(1))=−1 C32=−((1)(0)−(1)(2))=2 C33=((1)(1)−(0)(2))=1 Cofactor matrix C=11−1−2122−11. adj(A)=CT=1−2211−1−121. A−1=311−2211−1−121=31−32323131−31−313231.
The element in the first row and second column is 1/3." :::
---
5. Properties of Inverse
The inverse operation has several algebraic properties that are useful for manipulating matrix expressions.
❗Properties of Inverse
For invertible matrices A and B of the same order n, and a non-zero scalar k:
(A−1)−1=A
(AB)−1=B−1A−1 (Note the order reversal)
(AT)−1=(A−1)T
(kA)−1=k1A−1
If A is a diagonal matrix A=diag(d1,d2,…,dn) with di=0, then A−1=diag(1/d1,1/d2,…,1/dn).
Quick Example: Given A−1=[1021] and B−1=[1−101], find (AB)−1.
Step 1: Apply the property (AB)−1=B−1A−1. >
(AB)−1=B−1A−1
Step 2: Substitute the given inverse matrices and perform multiplication. >
:::question type="MCQ" question="Let A and B be invertible matrices of order n. Which of the following statements is INCORRECT?" options=["(AT)−1=(A−1)T","((A−1)T)−1=AT","(A+B)−1=A−1+B−1","(5A)−1=51A−1"] answer="(A+B)−1=A−1+B−1" hint="Carefully review the properties of matrix inverse. Matrix addition inverse does not distribute." solution="Let us analyze each statement:
* Option 1: (AT)−1=(A−1)T This is a standard property of matrix inverses and transposes. The inverse of the transpose is the transpose of the inverse. This statement is correct.
* Option 2: ((A−1)T)−1=AT Using the property from Option 1, (A−1)T=(AT)−1. So, ((A−1)T)−1=((AT)−1)−1. Since (X−1)−1=X, we have ((AT)−1)−1=AT. This statement is correct.
* Option 3: (A+B)−1=A−1+B−1 This statement is generally false. There is no distributive property for matrix inversion over matrix addition. For example, consider A=I and B=I. Then (A+B)−1=(2I)−1=21I. However, A−1+B−1=I−1+I−1=I+I=2I. Since 21I=2I, this statement is incorrect.
* Option 4: (5A)−1=51A−1 This is a standard property of scalar multiplication with matrix inverse. If k is a non-zero scalar, (kA)−1=k1A−1. This statement is correct.
Therefore, the incorrect statement is (A+B)−1=A−1+B−1." :::
---
Advanced Applications
Rank and inverse concepts are foundational for understanding the solvability and nature of solutions to systems of linear equations.
Advanced Example: Consider the system of linear equations Ax=b. If A is an n×n matrix, discuss the solution based on its rank.
Step 1: If rank(A)=n. This implies A is invertible. The system Ax=b has a unique solution given by x=A−1b.
Step 2: If rank(A)<n. This implies A is singular (not invertible). In this case, we must consider the augmented matrix [A∣b] and its rank. If rank(A)=rank([A∣b]), the system is inconsistent and has no solution. If rank(A)=rank([A∣b])<n, the system is consistent and has infinitely many solutions. The number of free variables will be n−rank(A).
:::question type="MCQ" question="Let A be a 3×3 matrix such that det(A)=0. Consider the system of linear equations Ax=b. Which of the following statements is necessarily true?" options=["The system Ax=b has a unique solution." ,"The system Ax=b has no solution." ,"The system Ax=b has infinitely many solutions." ,"The system Ax=b has either no solution or infinitely many solutions."] answer="The system Ax=b has either no solution or infinitely many solutions." hint="If det(A)=0, the matrix A is singular, meaning rank(A)<3. Recall the conditions for the existence and uniqueness of solutions to linear systems based on rank." solution="Given that A is a 3×3 matrix and det(A)=0. This implies that A is a singular matrix, and its rank is less than 3 (rank(A)<3).
For a system of linear equations Ax=b: * If rank(A)=rank([A∣b])=n (where n is the number of variables, here n=3), then the system has a unique solution. * If rank(A)=rank([A∣b])<n, then the system has infinitely many solutions. * If rank(A)=rank([A∣b]), then the system has no solution.
Since rank(A)<3, the first case (unique solution) is impossible. Therefore, the system Ax=b must either have no solution (if rank(A)=rank([A∣b])) or infinitely many solutions (if rank(A)=rank([A∣b])<3). We cannot definitively say it has no solution or infinitely many solutions without knowing rank([A∣b]). However, we can definitively say it will be one of these two possibilities.
Therefore, the statement 'The system Ax=b has either no solution or infinitely many solutions' is necessarily true." :::
---
Problem-Solving Strategies
💡CUET PG Strategy: Rank Calculation
For rank calculation, prioritize elementary row operations to reduce the matrix to row echelon form. This is generally faster and less error-prone than calculating determinants of minors for larger matrices. For 2×2 or 3×3 matrices, checking if the determinant is non-zero (for full rank) or finding the largest non-singular submatrix can also be efficient.
💡CUET PG Strategy: Inverse Calculation
For 2×2 matrices, the adjoint method is almost instantaneous: [acbd]−1=ad−bc1[d−c−ba]. For 3×3 or larger, the Gauss-Jordan method is more systematic and less prone to sign errors than the adjoint method.
---
Common Mistakes
⚠️Common Mistake: Inverse of Sums/Differences
❌ (A+B)−1=A−1+B−1 ✅ There is no general formula for the inverse of a sum or difference of matrices. This property only holds for scalar multiplication, i.e., (kA)−1=k1A−1.
⚠️Common Mistake: Order of Inverse Products
❌ (AB)−1=A−1B−1 ✅ The correct property is (AB)−1=B−1A−1. The order of multiplication is reversed. This is a frequent source of error.
⚠️Common Mistake: Rank of Product Inequality
❌ Assuming rank(AB)=min(rank(A),rank(B)) always holds. ✅ This is only an upper bound. The exact relationship is given by Sylvester's Inequality: rank(A)+rank(B)−n≤rank(AB)≤min(rank(A),rank(B)). For instance, if A is 2×2 and A2=0 (e.g., A=[0010]), then rank(A)=1 but rank(A2)=0. Here rank(A2)<rank(A).
---
Practice Questions
:::question type="MCQ" question="If A=100210340, what is rank(A)?" options=["0","1","2","3"] answer="2" hint="The matrix is already in row echelon form. Count the number of non-zero rows." solution="The given matrix A=100210340 is in row echelon form. The number of non-zero rows is 2 (the first and second rows). Therefore, rank(A)=2." :::
:::question type="NAT" question="Let A=[3−5−12]. If A−1=[xzyw], find the value of x+y+z+w." answer="11" hint="First, find the inverse of A. Then sum its elements." solution="Step 1: Calculate the determinant of A. >
det(A)=(3)(2)−(−1)(−5)=6−5=1
Step 2: Find the inverse of A using the 2×2 inverse formula. >
A−1=11[2513]=[2513]
Step 3: Sum the elements of A−1. >
x+y+z+w=2+1+5+3=11
" :::
:::question type="MCQ" question="If A is a 4×5 matrix and nullity(A)=2, what is rank(A)?" options=["2","3","4","5"] answer="3" hint="Apply the Rank-Nullity Theorem: rank(A)+nullity(A)=n, where n is the number of columns." solution="Given A is a 4×5 matrix, so the number of columns n=5. Given nullity(A)=2. By the Rank-Nullity Theorem: >
rank(A)+nullity(A)=n
>
rank(A)+2=5
>
rank(A)=5−2=3
The rank of A is 3." :::
:::question type="MSQ" question="Let A and B be n×n matrices. Which of the following conditions imply that A is invertible?" options=["det(A)=0","rank(A)=n","Ax=0 has only the trivial solution x=0","AT is invertible"] answer="det(A)=0,rank(A)=n,Ax=0 has only the trivial solution x=0,AT is invertible" hint="Recall the equivalent conditions for matrix invertibility." solution="A square matrix A of order n is invertible if and only if any of the following equivalent conditions hold:
* det(A)=0: This is the fundamental definition of a non-singular matrix, which is equivalent to invertibility. Correct. * rank(A)=n: A matrix is invertible if and only if its rank is equal to its order (full rank). Correct. * Ax=0 has only the trivial solution x=0: This means the null space of A contains only the zero vector, implying nullity(A)=0. By the Rank-Nullity Theorem (rank(A)+nullity(A)=n), this means rank(A)=n, which implies invertibility. Correct. * AT is invertible: If AT is invertible, then det(AT)=0. Since det(AT)=det(A), this implies det(A)=0, meaning A is also invertible. Correct.
All the given options are correct conditions for A to be invertible." :::
:::question type="NAT" question="Given A=[1324] and B=[4231]. Find the determinant of (AB)−1." answer="0.25" hint="Use the properties of determinants: det(AB)=det(A)det(B) and det(A−1)=1/det(A)." solution="Step 1: Calculate det(A). >
det(A)=(1)(4)−(2)(3)=4−6=−2
Step 2: Calculate det(B). >
det(B)=(4)(1)−(3)(2)=4−6=−2
Step 3: Calculate det(AB). Using the property det(AB)=det(A)det(B): >
det(AB)=(−2)(−2)=4
Step 4: Calculate det((AB)−1). Using the property det(X−1)=1/det(X): >
det((AB)−1)=det(AB)1=41
The value is 1/4=0.25." :::
---
Summary
❗Key Formulas & Takeaways
|
| Formula/Concept | Expression |
|---|----------------|------------|
| 1 | Rank Definition | Number of non-zero rows in row echelon form. |
| 2 | Rank-Nullity Theorem | rank(A)+nullity(A)=n |
| 3 | Rank of Product | rank(AB)≤min(rank(A),rank(B)) |
| 4 | Inverse Definition | AB=BA=I⟹B=A−1 |
| 5 | Inverse using Adjoint | A−1=det(A)1adj(A) |
| 6 | Inverse of Product | (AB)−1=B−1A−1 |
| 7 | Inverse of Transpose | (AT)−1=(A−1)T |
| 8 | Inverse of Scalar Mult. | (kA)−1=k1A−1 |
---
What's Next?
💡Continue Learning
This topic connects to:
Systems of Linear Equations: The rank of a matrix and its augmented matrix directly determine the existence and uniqueness of solutions.
Eigenvalues and Eigenvectors: Invertibility is crucial for defining eigenvalues (A−λI must be singular for non-trivial solutions).
Vector Spaces: Rank relates to the dimension of column and row spaces, while nullity relates to the dimension of the null space.
Chapter Summary
❗Matrix Theory and Systems of Equations — Key Points
Determinants: A scalar value for square matrices, indicating invertibility (
det(A)=0
implies
A−1
exists) and crucial for solving systems via Cramer's Rule. Matrix Inverse: For a square matrix
A
, its inverse
A−1
exists if and only if
A
is non-singular (
det(A)=0
). It is used to solve matrix equations of the form
AX=B
. Rank of a Matrix: The maximum number of linearly independent rows or columns. It is invariant under elementary row/column operations and defines the dimension of the row/column space. Systems of Linear Equations (Ax=b): A system is consistent (has solutions) if and only if
rank(A)=rank([A∣b])
. Unique vs. Infinite Solutions: For a consistent system with
n
variables: Unique solution if
rank(A)=n
. Infinitely many solutions if
rank(A)<n
. Homogeneous Systems (Ax=0): Always consistent (trivial solution
x=0
always exists). Non-trivial solutions exist if and only if
rank(A)<n
(or
det(A)=0
for a square matrix
A
).
Chapter Review Questions
:::question type="MCQ" question="For what value of
k
is the matrix
A=1002k0325
singular?" options=["0","1","2","5"] answer="0" hint="A matrix is singular if its determinant is zero." solution="The determinant of an upper triangular matrix is the product of its diagonal elements.
det(A)=1×k×5=5k
For
A
to be singular,
det(A)=0
.
5k=0⟹k=0
" :::
:::question type="NAT" question="Consider the system of linear equations:
x+y+z=6
x+2y+3z=10
x+2y+λz=μ
Find the value of
λ
for which the system has infinitely many solutions." answer="3" hint="For infinitely many solutions, the rank of the coefficient matrix must be equal to the rank of the augmented matrix, and both must be less than the number of variables. This implies a row of zeros in the row-reduced echelon form for both matrices." solution="The augmented matrix is:
11112213λ610μ
Applying row operations:
R2→R2−R1
R3→R3−R1
10011112λ−164μ−6
R3→R3−R2
10011012λ−364μ−10
For infinitely many solutions, the last row of the row-reduced echelon form must be entirely zeros. Thus,
λ−3=0⟹λ=3
And
μ−10=0⟹μ=10
The question asks for
λ
, which is 3." :::
:::question type="MCQ" question="What is the rank of the matrix
M=123246369
?" options=["1","2","3","0"] answer="1" hint="Observe the linear dependence between the rows or columns. The rank is the number of linearly independent rows (or columns)." solution="Notice that
R2=2R1
and
R3=3R1
. All rows are scalar multiples of the first row. Since the first row is non-zero, there is only one linearly independent row. Therefore, the rank of the matrix is 1." :::
:::question type="NAT" question="If
A
is a
3×3
matrix such that
det(A)=4
, what is the value of
det(3A−1)
?" answer="6.75" hint="Recall the determinant properties:
det(kA)=kndet(A)
for an
n×n
matrix, and
det(A−1)=1/det(A)
." solution="Given that
A
is a
3×3
matrix and
det(A)=4
. We need to find
det(3A−1)
. Using the property
det(kA)=kndet(A)
, where
n
is the order of the matrix (here,
n=3
):
det(3A−1)=33det(A−1)
=27det(A−1)
Now, using the property
det(A−1)=1/det(A)
:
=27×det(A)1
=27×41
=427=6.75
" :::
What's Next?
💡Continue Your CUET PG Journey
This chapter provides the foundational tools for understanding higher-level concepts in Linear Algebra. The principles of rank, invertibility, and solving systems of equations are indispensable for subsequent chapters on Vector Spaces, Linear Transformations, and especially for Eigenvalues and Eigenvectors. A solid grasp of these matrix fundamentals will significantly aid in mastering the broader algebraic landscape required for CUET PG.
🎯 Key Points to Remember
✓Master the core concepts in Matrix Theory and Systems of Equations before moving to advanced topics
✓Practice with previous year questions to understand exam patterns
✓Review short notes regularly for quick revision before exams