Question: how to solve for more possible solution in terms of t?

solve([x + 3*y + 5*z = 0,
7*x + 9*y + 11*z = 0,
13*x + 15*y + 17*z = 0],[x,y]);

 

Please Wait...