Prev: How to get 90 degree phase shift
Next: Removing columns
From: Vladimir Bondarenko on 12 Jul 2010 06:14 On Jul 12, 12:50 pm, Mate <mmat...(a)personal.ro> wrote: > On Jul 12, 12:06 pm, Vladimir Bondarenko <v...(a)cybertester.com> wrote: > > > > > > > On Jul 12, 11:37 am, Mate <mmat...(a)personal.ro> wrote: > > > > On Jul 12, 10:43 am, Vladimir Bondarenko <v...(a)cybertester.com> wrote: > > > > > Hello, > > > > > erfc(3/2*(-1)^(3/4)) > > > > +erfc((1-I)*(1+sqrt(2)/4)) > > > > +(1+I)*(I*FresnelC(3/sqrt(2*Pi)) > > > > -I*FresnelC(2/sqrt(Pi)+1/sqrt(2*Pi)) > > > > -FresnelS(3/sqrt(2*Pi)) > > > > +FresnelS(2/sqrt(Pi)+1/sqrt(2*Pi)) > > > > ); > > > > > ? > > > > evalc(simplify(value(convert(%,compose,erf,Int,exp)))); > > > > 2 > > > > Mate > > > Perfect! > > Hello Vladimir, > > actually the answer should have been even shorter (without the erf > converson) but there is > a _severe bug_ in convert/Int for erfc where erfc is treated as > erfi !!! > The wrong (integral) definition appears in FunctionAdvisor for erfc. > I mention this because I know you collect such material. > > Mate Hello Mate, Thank you very much for pointing out the bug! In fact, one of the Cyber Tester goals is to help improving the current commercial and free CASs via providing their teams with the bugs of all kind. Right now our resources are not significant enough to test all these 20,000 functions in Mathematica, Maple, Axiom/FriCAS, Maxima and hybrid systems like MATHLAB, MathCAD etc Now we focused on Rubi, and again achieved the performance no human being could boast. The bug you shared with us is not discovered yet by our machinery, - so thanks again! On the positive note, I hope to announce our next big steps within just several months coming. Best wishes from algorithmic Simferopol, Vladimir
From: Nasser M. Abbasi on 12 Jul 2010 06:27
On 7/12/2010 3:08 AM, Axel Vogt wrote: >> > > Yes, at least for Maple 12 there is a bug. > > erfc(x): > % = convert(%, Int); > value(%); > > erfc(x) = -I erf(x I) > Just checked, bug is also in Maple 14. --Nasser |