Find bases for the null space and row space of matrix A where:
A = [[1, 3, 6, 4, 8], [2, -9, -3, -7, -14], [-1, 0, -3, 2, -2], [2, 1, 7, 3, 6]]
Enter the basis for the null space and the row space of the matrix A. Null space of A is:
A) Basis for Null Space: {[-2, -1, 3, 1, 0]}, Basis for Row Space: {[(1, 3, 6, 4, 8), (0, 21, 39, 19, 46), (0, 0, 0, -1, -1)]}
B) Basis for Null Space: {[-2, -2, -1, 1, 0]}, Basis for Row Space: {[(1, 3, 6, 4, 8), (0, 21, 39, 19, 46), (0, 0, 0, 1, -1)]}
C) Basis for Null Space: {[-2, -1, 3, 1, 0]}, Basis for Row Space: {[(1, -3, 6, 4, 8), (0, 21, 39, 19, 46), (0, 0, 0, -1, -1)]}
D) Basis for Null Space: {[-4, -2, 6, 2, 0]}, Basis for Row Space: {[(1, 3, 6, 4, 8), (0, 21, 39, 18, 46), (0, 0, 0, -1, -1)]}

Q&A Education