Question: how do I recall a specific solution?

Hi guys! This is my first question in this forum. I'm a newuser so forgive me if my questions are really basic.

I wrote a non linear system with a number of unknowns and I want to find solutions for a set of values attached to x.

Let's say x:=[0.1, 0.2, 0.3]

I know I have to redefine x:=i and write a "do" command like

for i in x_   do s(i):=fsolve({independent equations},{unknowns to be numerically found})

and i have three sets of solutions s(0.1), s(0.2) and s(0.3)

Now I want to compute the value of all the remaining variables of my model (which depend on the unknonws that I've numerically found) for each set of solutions. I guess I should use evaluate but how do I recall s(0.1) ?

How can I tell Maple that I want it to compute all the variable of the model for the set of solutions s(0.1)?

Thanks!

 

Please Wait...