How should I prove this problem:
"Prove that the set of all solutions x of the linear systems Ax = b forms a subspace if and only if the system is homogenous."
I proved it directly, will this attempt suffice:
Suppose x1 and x2 are solutions; we need to show that c1x1 + c2x2 is also a solution. Because x1 is a solution, Ax1 = 0. Similarly, Ax2 = 0. Then for any scalars c1; c2, A(c1x1 + c2x2) = c1Ax1 + c2Ax2 = c10 + c20 = 0: So c1x1 + c2x2 is also a solution.
"Prove that the set of all solutions x of the linear systems Ax = b forms a subspace if and only if the system is homogenous."
I proved it directly, will this attempt suffice:
Suppose x1 and x2 are solutions; we need to show that c1x1 + c2x2 is also a solution. Because x1 is a solution, Ax1 = 0. Similarly, Ax2 = 0. Then for any scalars c1; c2, A(c1x1 + c2x2) = c1Ax1 + c2Ax2 = c10 + c20 = 0: So c1x1 + c2x2 is also a solution.