Find bases for the column space, the row space, and the null space of matrix A. You should verify that the Rank-Nullity Theorem holds.
A = [[1, 5, -1, 1], [3, 18, 0, 4], [3, 21, 3, 5]]
Basis for the column space of A = {
Basis for the row space of A = {
Basis for the null space of A = { [[1], [0], [1/4], [-3/4]], [[0], [1], [1/2], [-9/2]] }