Question: Using solve to define values

I'm currently solving three equations in three unknowns. I was wondering if it's possible to let Maple using the solutions by assigning the values of the parameters. For example:

 

solve([eq1(x,y,z) , eq2 (x,y,z) , eq3(x,y,z)] , [x , y , z]);

let's say we get: x=2 , y=5 , z=8.

Is there any way I can get Maple to assign values x:=2; y:=5; z:=8; automatically?

 

Thanks,

 

Christian

Please Wait...