MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: 0^0=1 (?)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg50379] Re: 0^0=1 (?)
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Wed, 1 Sep 2004 01:49:17 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <ch1ka0$iav$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

Unprotect[Power]
Power[0, 0] = 1
Protect[Power]


Regards
  Jens

underscore wrote:
> 
> 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: Create subscript box by keyboard
  • Previous by thread: Re: 0^0=1 (?)
  • Next by thread: Re: 0^0=1 (?)