Re: How to compute 0^0 to be 1 in Maxima?



On Oct 28, 7:01 pm, Ed <seah...@xxxxxxxxx> wrote:
Hi, guys,
In Maxima algebra system, I try to compute the value of 0^0, but the
.... snip...
Here's how you can do it:

simp:off; tellsimp(0^0,1); simp:on;

But it is almost always a bad idea to install such a "fix".
Consider instead changing whatever program you wrote that
generates 0^0 so that it generates 1 instead.
.