Re: Unexpected results
- To: mathgroup at smc.vnet.net
- Subject: [mg14251] Re: [mg14212] Unexpected results
- From: Roger Mason <rmason at sparky2.esd.mun.ca>
- Date: Mon, 12 Oct 1998 13:51:35 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Daniel, At 03:00 AM 07/10/98 -0400, you wrote: >Hi, > >Why doesn't > >Plot[10^Log[x], {x, 0,10}] > >plot what I expect? I expect it to plot y=x, but it doesn't, it plots an >what looks like an exponential curve. > >Dan > By default, Log[x] is the logarithm to base e of x. Log[10, x] specifies base 10 logarithms. Roger