[sage-support] Re: [sage-cell] Where Oh Where is my Divide By Zero Error?

2018-03-20 Thread John H Palmieri
On Friday, March 16, 2018 at 7:29:30 PM UTC-7, A. Jorge Garcia wrote: > > Thanks! > > On Fri, Mar 16, 2018, 10:27 PM Andrey Novoseltsev > wrote: > >> On Fri, Mar 16, 2018 at 4:18 PM, Jorge Garcia > > wrote: >> > Dear Hive Mind: >> > >> > Why is there

Re: [sage-support] Re: [sage-cell] Where Oh Where is my Divide By Zero Error?

2018-03-20 Thread Ralf Stephan
On Sunday, March 18, 2018 at 5:19:07 PM UTC+1, Johan S. H. Rosenkilde wrote: > > I don't have a better explanation for why this difference has been > adopted in Sage than the above: following IEEE standard vs doing the > mathematically safe-and-fail-early-solution. Perhaps someone more >

Re: [sage-support] Re: [sage-cell] Where Oh Where is my Divide By Zero Error?

2018-03-18 Thread Johan S. H. Rosenkilde
Hi, It is not related to exponentiation; it is due to the difference between symbolic evaluation and real-valued evaluation when dividing by zero. Real-valued arithmetic mirrors the IEEE floating point standard, I expect: sage: 1.0/0 +infinity While symbolic evaluation gives the divide-by-zero

[sage-support] Re: [sage-cell] Where Oh Where is my Divide By Zero Error?

2018-03-16 Thread Jorge Garcia
Thanks! On Fri, Mar 16, 2018, 10:27 PM Andrey Novoseltsev wrote: > On Fri, Mar 16, 2018 at 4:18 PM, Jorge Garcia wrote: > > Dear Hive Mind: > > > > Why is there no Divide By Zero Error here: > > >

[sage-support] Re: [sage-cell] Where Oh Where is my Divide By Zero Error?

2018-03-16 Thread Andrey Novoseltsev
On Fri, Mar 16, 2018 at 4:18 PM, Jorge Garcia wrote: > Dear Hive Mind: > > Why is there no Divide By Zero Error here: >