Let says I have a matrix A with m rows and n columns, with m<n, from which I compute the null space. If the rank of A is smaller than m, then the null space of the transpose of A also exists. Is there any relation between the null space of a matrix and the null space of the transposed matrix...