[9503] in Athena Bugs
vax 7.3P: maple plot fails
daemon@ATHENA.MIT.EDU (lou@Athena.MIT.EDU)
Mon Jun 22 13:47:45 1992
From: lou@Athena.MIT.EDU
To: bugs@Athena.MIT.EDU
Date: Mon, 22 Jun 92 13:47:32 EDT
System name: m14s-010-2
Type and version: CVAXSTAR 7.3P
Display type: SM
What were you trying to do?
I generated a procedure using dsolve(...), and I wanted to plot it.
What's wrong:
Doesn't generate the plot.
What should have happened:
[Please replace this line with your information.]
Please describe any relevant documentation references:
Include the following line in Maple. Try plotting it(x goes from 0.. 0.000000000005).
f :=dsolve({Float(3.2602,-45) * diff(y(x),x$2) - Float(1.179,-20) - Float(2.57
8,-20)*sin(y(x)) + Float(3.378,-20) * y(x), y(0)=.349, D(y)(0) = 0}, y(x), numer
ic);