On 04/16/2014 08:08 AM, Jori Mantysalo wrote:
> print 0^0
> var('n')
> simplify(0^n)
> 
> prints
> 
> 1
> 0
> 
> Is this a bug or feature?
> 

Bug, 0^0 is undefined in Maxima but 0^x is 0.

In Sage we've standardized on 0^0 == 1.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to