|
[Date Index]
[Thread Index]
[Author Index]
Re: Fit function vs Hand Calculation
- To: mathgroup at smc.vnet.net
- Subject: [mg104571] Re: Fit function vs Hand Calculation
- From: dr DanW <dmaxwarren at gmail.com>
- Date: Wed, 4 Nov 2009 01:34:44 -0500 (EST)
- References: <4AEDB3D2.4010604@accardi.com> <4AEE0305.8070404@gmail.com>
Log[] in Mathematica is, by default, the natural logarithm (base e).
The log() function on your calculator is most likely the common
logarithm (base 10). On a calculator, the natural logarithm is
probably ln().
You can use Log[] in any base by giving the base as the first
argument. The common logarithm of x would be Log[10,x], for example,
or you can be explicit to use the natural logarithm by specifying Log
[E,x]
Check the zoom level, which would be in a little bar at the bottom of
your notebook. I suspect it is set to a very small value.
Daniel
Prev by Date:
Bug with Sequence
Next by Date:
Re: Fit function vs Hand Calculation
Previous by thread:
Re: Re: Fit function vs Hand Calculation
Next by thread:
Re: Fit function vs Hand Calculation
|