Question: Solving differential equations with parameters

Hi everyone.

I have a system of differential equations with some parameters, and I need to numerically solve for several values of these. How can I do it in a simpler way than solving the system everytime declaring different values for the parameters?

And I need plots and quantities depending on the solution of the system.

Hope I made myself clear.

PS: It's maple 14 by the way.

Using the same post for a different question, also related:

I have a function coming from solving this system, and I obtain it by doing

f1:=eval(f,sol);

f2:=proc x:f1:end proc

I need the value of the function f2 on a specific point, but evalf(f2(p)) gives me nothing, also subs(x=p,f2(x)).

Thanks for the help

Please Wait...