Re: How to compute 0^0 to be 1 in Maxima?
- From: rjf <fateman@xxxxxxxxx>
- Date: Wed, 29 Oct 2008 07:56:11 -0700 (PDT)
On Oct 28, 7:01 pm, Ed <seah...@xxxxxxxxx> wrote:
Hi, guys,.... snip...
In Maxima algebra system, I try to compute the value of 0^0, but the
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.
.
- References:
- Prev by Date: Re: Solvable sextics and Fibonacci numbers
- Next by Date: Re: Solvable sextics and Fibonacci numbers
- Previous by thread: How to compute 0^0 to be 1 in Maxima?
- Next by thread: Re: How to compute 0^0 to be 1 in Maxima?
- Index(es):