|
[Date Index]
[Thread Index]
[Author Index]
Re: Can I define 0^0 to be 1 for a notebook
- To: mathgroup at smc.vnet.net
- Subject: [mg63181] Re: Can I define 0^0 to be 1 for a notebook
- From: "Oleg" <oleg.burd at gmail.com>
- Date: Sat, 17 Dec 2005 03:46:14 -0500 (EST)
- References: <dnrir7$o63$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi thomas,
some like this:
0^0
Unprotect[Power];
Power[0, 0] = "mynumber";
Protect[Power];
0^0
Prev by Date:
Re: Hinton diagrams
Next by Date:
Re: Derivate of Bessel function K
Previous by thread:
Re: Can I define 0^0 to be 1 for a notebook
Next by thread:
How to cope with tiny numbers in FindRoot
|