Re: Unexpected results
- To: mathgroup at smc.vnet.net
- Subject: [mg14254] Re: [mg14212] Unexpected results
- From: "JOHN C ERB" <JOHN_C_ERB at prodigy.net>
- Date: Mon, 12 Oct 1998 13:51:37 -0400
- Sender: owner-wri-mathgroup at wolfram.com
The "Log" function defaults to base "e."
Try: Plot[10^Log[10, x],{x,0,10}]
John C. Erb
-----Original Message-----
From: Daniel Zepeda <dzepeda at ringer.cs.utsa.edu> To:
mathgroup at smc.vnet.net
Subject: [mg14254] [mg14212] Unexpected results
>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
>
>