machine-size problem again?
- To: mathgroup at smc.vnet.net
- Subject: [mg37474] machine-size problem again?
- From: wfhsiao at libra.seed.net.tw (Wen-Feng Hsiao)
- Date: Fri, 1 Nov 2002 01:42:39 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Dear experts,
I have a trouble in plotting e^x.
Plot[e^x, {x, 1, 4}]
It keeps telling me:
e^x is not a machine-size real number at x = 1.000000125
e^x is not a machine-size real number at x = 1.1217009747187472
e^x is not a machine-size real number at x = 1.2544263995781209;
Even I have added the modifier "Evaluate".
Plot[Evaluate[e^x], {x, 1, 4}]
The output is the same.
Please help! Thanks.
- Follow-Ups:
- Re: machine-size problem again?
- From: Vladimir Bondarenko <vvb@mail.strace.net>
- Re: machine-size problem again?