Question: How to see solutions after pdsolve?

Hello,

I have solved a system of partial diff. equations with ind. variables (x,t) with two dependent variables.After solving I get something like this,

> solu := pdsolve({eq1, eq2}, ibc, numeric, time = t, range = 0 .. .5, spacestep = 1/2560, timestep = 1/180);
    module () local INFO; export plot, plot3d, animate, value, settings; option

I wish to now see how the two variables look like.In the documentation they directly plot the values for different times.However that is fine since they have only one dependent variable.How do I get my two variables separately or even plot them separately?

Any help is appreciated.

Regards,

Rishi Pillai

 
 

Please Wait...