jamunoz

35 Reputation

4 Badges

17 years, 137 days

MaplePrimes Activity


These are questions asked by jamunoz

Hi All,

I am using pds:-animate to show the results of integration of a two function system, u(x,t) and v (x,t). I would like this command uses two different colors for each line but the command "color=[blue, green]" is not working and both lines have the same color (blue).

Some help?

Thanks a lot,

Javier

 

¿How can I substitute multiple variables with the alsub command at the same time?

For example, if I want to substitute  x=x1, y=x2, .... into the expression f=x*y+x^2+.... using just one command

Hi,

Im using odeplot to plot the solution of a system of ordinary differential equations. I would like to extract the data to save them in a file. Ususally I use

a:=plot(...);

points := op([1, 1], a); writedata("file.dat", points, float)

But when a=:odeplot(); this is not working.
Can please somebody help me?

Thanks,

Javier.

Hi,

Just a simple question:

How do I unassume (remove the assume) all the variables in my code in the easiest way?

 

Thanks a lot for your help.

1 2 3 Page 3 of 3