|
[Date Index]
[Thread Index]
[Author Index]
Re: 0^0=1 (?)
- To: mathgroup at smc.vnet.net
- Subject: [mg50388] Re: 0^0=1 (?)
- From: "Steve Luttrell" <steve_usenet at _removemefirst_luttrell.org.uk>
- Date: Wed, 1 Sep 2004 01:49:30 -0400 (EDT)
- References: <ch1ka0$iav$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Unprotect[Power];
0^0 = 1;
Protect[Power];
Steve Luttrell
"underscore" <isavelal at yahoo.co.uk> wrote in message
news:ch1ka0$iav$1 at smc.vnet.net...
> Hi,
>
> I'd like to define 0^0=1 in Mathematica such that it doesn't return
> Indeterminate when this occurs.
>
> Thanks
>
Prev by Date:
Re: 0^0=1 (?)
Next by Date:
Re: 0^0=1 (?)
Previous by thread:
Re: 0^0=1 (?)
Next by thread:
Re: 0^0=1 (?)
|