Post Reply 
a bug of "plotode"?
03-18-2016, 04:15 PM
Post: #3
RE: a bug of "plotode"?
(03-18-2016 04:03 PM)parisse Wrote:  Try with a precise interval in x
Code:
plotode(x*sin(y),[x=-10..10,y],[-2,2])
otherwise autoscaling fails. Indeed the general solution is
Code:
desolve(y'=x*sin(y))
Code:
2*atan(exp(x^2/2)/c_0)+2*n_1*pi
therefore the limit (2k+1)*pi is reached very fast (because of the exponential), and the y-scaling algorithm fails.

In fact, when I tried to plotode(x*sin(y),[x=-10..10,y],[-2,2]), it shows "Bad argument value". Now I am confused what can we do use plotode.
   

At the same time, desolve(y'=x*sin(y)) or desolve(y'=x*sin(y), x, y) doesn't work.
   
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
a bug of "plotode"? - kilasuelika - 03-18-2016, 03:48 PM
RE: a bug of "plotode"? - parisse - 03-18-2016, 04:03 PM
RE: a bug of "plotode"? - kilasuelika - 03-18-2016 04:15 PM
RE: a bug of "plotode"? - parisse - 03-18-2016, 07:06 PM
RE: a bug of "plotode"? - kilasuelika - 03-19-2016, 09:25 AM
RE: a bug of "plotode"? - leprechaun - 03-23-2016, 06:28 AM



User(s) browsing this thread: 1 Guest(s)