Log[x]//TraditionalForm
- To: mathgroup at smc.vnet.net
- Subject: [mg96049] Log[x]//TraditionalForm
- From: "slawek" <human at site.pl>
- Date: Tue, 3 Feb 2009 06:32:08 -0500 (EST)
The natural logarithm function in "traditional form" in Mathematica (version 6.0.2.0) Log[x]//TraditionalForm log(x) This is "not a bug but a feature", but in mathematics the natural logarithm is just ln(x) or even ln x. The true traditional notation use log for decimal logarithm, ln for natural logarithm, lb for binary logarithm, and log_{b}x for logarithm with base b. Unfortunatelly in most computer programs (see FORTRAN) LOG stands for natural logarithm (an exception is Pascal). Nevertheless, how to force to use ln(x) instead log(x) ? The brute way is use /.Log->ln//TraditionalForm. Is any more elegant way to do this? slawek
- Follow-Ups:
- Re: Re: Log[x]//TraditionalForm
- From: peter <plindsay.0@gmail.com>
- Re: Re: Log[x]//TraditionalForm
- From: Lou Talman <talmanl@mscd.edu>
- Re: Log[x]//TraditionalForm
- From: peter <plindsay.0@gmail.com>
- Re: Log[x]//TraditionalForm
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Log[x]//TraditionalForm
- From: "Jaccard Florian" <Florian.Jaccard@he-arc.ch>
- Re: Re: Log[x]//TraditionalForm