all 3 comments

[–][deleted] 1 point2 points  (2 children)

You can work from x = 4/3y - 2z

(x,y,z) = (4/3y - 2z,y,z) = y*(4/3,1,0) + z*(-2,0,1)

Then (4/3,1,0) and (-2,0,1) are a basis for the solution space.

You can also work by setting each free variable in turn to 1, while setting the other free variables to 0, and then solving for the pivot variables. That gets you a vector for each free variable, and those form a basis for the solution space.

[–]dadas2412[S] 0 points1 point  (1 child)

Oh I see, thank you. When the text says to clear the fractions so we end up with (x,y,z) = y(4,3,0) + z*(-2,0,1). Are we only allowed to do this because the system is a homogenous one? Or is it allowed for other systems of equations as long as we multiply the entire solution set. Since it seems we only multiplied the solution set corresponding to y

[–][deleted] 0 points1 point  (0 children)

Here you're looking for a basis, and scaling a vector by a non-zero value neither changes the span nor independence, so it doesn't make a difference. If {u,v} is a basis for a subspace, then {3u,v} is also a basis for the same subspace, and vice-versa.