Wednesday, June 10, 2020

Rank of a Matrix - Meaning & Problem 1

The rank of a matrix is equal to the order of the highest order non-singular matrix contained in a given  matrix. If matrix A is given, then rank of A is written as: rank (A)
The rank of a matrix is the maximum number of linearly independent rows (columns) of a given matrix. The rank of a matrix would be zero only if the matrix has all zero elements, i.e., when it is a null matrix. If a  matrix has only one element, its minimum rank would be one.
If A is m x n, then , where min( m, n) denotes the smaller of the two numbers m  and n (or their common value if m = n). 

For example, the rank of a 3 x 5 matrix can be no more than 3, and the rank of a 4 x 2 matrix can be no more  than 2. 
If A is a 3 x 5 matrix, then  

1. Find the rank of 
Solution:
Given:
The order of matrix A is 3x3
Using the formula:  
The possible rank of matrix A is:
                                   
The highest possible sub-matrix of the given matrix is 3x3 order :
 Determinant of a 3x3 order is zero.
∴ The possible rank of matrix A is 
The possible 2x2 order sub-matrices of the given matrix are:  
Sub-matrices from 1st row and 2nd row by deleting the 3rd row:
Sub-matrices from 2nd row and 3rd row by deleting the 1st row:
Since all the 1×1 sub-matrices of the given matrix are non-zero, their determinants are also non-zero. 
∴ rank(A)=1

No comments:

Post a Comment

Disturbance term/Error term

The disturbance term, also commonly referred to as the error term, plays a crucial role in statistical modeling, particularly in regression ...