MathGroup Archive 1998

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

Search the Archive

Re: Unexpected results

  • To: mathgroup at smc.vnet.net
  • Subject: [mg14241] Re: [mg14212] Unexpected results
  • From: Maarten.vanderBurgt at icos.be
  • Date: Mon, 12 Oct 1998 13:51:27 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

Dan,

Try Plot[10^Log[10, x], {x, 0, 10}] instead.

Plot[10^Log[x], {x, 0, 10}]

is equivalent to

Plot[10^Log[e, x], {x, 0, 10}].


Maarten


___________________________________________________________________________
        ____

Maarten van der Burgt


ICOS Vision Systems
R&D Department
Esperantolaan 9
B-3001 Leuven
Belgium
tel.    + 32 16 398220       direct  + 32 16 398316     fax.    + 32 16
400067
e-mail: maarten.vanderburgt at icos.be

___________________________________________________________________________
        ____





dzepeda at ringer.cs.utsa.edu on 07-10-98 09:00:42 AM


Subject: [mg14241]  [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





  • Prev by Date: Re: Solving simultaneous eqns
  • Next by Date: Re: Unexpected results
  • Previous by thread: Re: Unexpected results
  • Next by thread: Re: Unexpected results