Question: How can I process results from dsolve?

Hello,

 

I have quite big problem with results processing from dsolv. 

reseni := dsolve(numeric, number = nclas, procedure = PopBal, start = 0, initial = inicon, procvars = dvars, range = 0 .. tend)

If I want a results from "reseni" in "tend" 

results(tend);

I got this one:

[t = 5., n[1](t) = 0.803965539772492772e-1, n[2](t) = 0.108666500575795332e-4,.........]

Now i dont know at all how I can work with these numbers. I cant do any operations because of the letters. For example: y:=n[i](tend)*2  or y:=reseni(tend)*2  I would need to extract the numbers as vector. Have you ever came accross with that?

Thank you a lot for help

Jan

 

PS: my maple sheet Práce_s_n.mw

Please Wait...