Let S is represented by matrix A(m×n) and T is represented by matrix B(n×n) (since T is non singular). Then S∘T is represented by matrix AB.
From properties of rank: if B is matrix of rank n, then
rank(AB)=rank(A)
Proof:
let C=AB, then
Cij=ΣAikBkj⟹rank(C)≤rank(A)
A=CB−1
if det(B)=0 , then rank(C)=rank(A)
In our case: B is matrix of rank n (since det(B)=0 )
So, we get: rank(S∘T)=rank(S)
Comments