Re: machine-size problem again?
- To: mathgroup at smc.vnet.net
- Subject: [mg37511] Re: [mg37474] machine-size problem again?
- From: "Y.A.Tesiram" <yas at pcomm.hfi.unimelb.edu.au>
- Date: Sat, 2 Nov 2002 03:30:41 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Plot[E^x,{x,1,4}]
On Fri, 1 Nov 2002, Wen-Feng Hsiao wrote:
> 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.
>
>