octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Default merged to stable for upcoming 4.2 release


From: Schöps , Sebastian
Subject: Re: Default merged to stable for upcoming 4.2 release
Date: Thu, 6 Oct 2016 07:58:44 +0000

Dear Marco,
> ode23tb in Matlab advances with order 2
> 
> tolrange=[1e-4,1e-6,1e-8,1e-10];
> counter=0;
> for tol = tolrange
> counter=counter+1;
> options.AbsTol=tol;
> options.RelTol=tol;
> [t,y] = ode23tb(@(t,y) y,[0,1],1,options);
> err(counter) = abs(exp(1)-y(end));
> ts(counter)=length(t);
> end
> loglog(ts,err,'*',ts,err(end)*(ts/ts(end)).^(-2))
Ok! I am sorry for claiming wrong facts. I thought we had run similar tests for 
all Matlab solvers. Apparently not. One possibility is, that Matlab is 
inconsistent. We will run those tests again and fix odepkg + core if necessary.

Seb.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]