document.write( "Question 356160: Let A be an m x n matrix. Show that if A has linearly independent column vectors, then Null(A) = 0. \n" ); document.write( "
Algebra.Com's Answer #254234 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Rank of column space of A = rank of A. Thus rank(A) = n (which is the number of columns of A). By the Rank-Nullity theorem, rank(A)+null(A) = n, again the number of columns of A. Therefore n + null(A) = n, and null(A) = 0. \n" ); document.write( " |