Question: How to find a basis

u:=Vector([1,1,-1]),v:=Vector([2,0,-5]),w:=Vector([5,1,-11]) (Vectors are by columns)

How can I find a basis for the subspace spanned by {u,v,w}.

Please Wait...