MathGroup Archive 2009

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

Search the Archive

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



  • Prev by Date: Problem on solving nonlinear system
  • Next by Date: Split Screen
  • Previous by thread: Re: Problem on solving nonlinear system
  • Next by thread: Re: Log[x]//TraditionalForm