High precision numbers and Plot[] ?
- To: mathgroup at smc.vnet.net
- Subject: [mg13661] High precision numbers and Plot[] ?
- From: a_kowald <axel at itb.biologie.hu-berlin.de>
- Date: Mon, 10 Aug 1998 12:24:35 +0200
- Organization: Humboldt University of Berlin
- Sender: owner-wri-mathgroup at wolfram.com
Hello,
I try to plot a function where I have to use high precision numbers.
That means to get the correct answer I have to use N[f,50]. I set the
Compiled option of plot to false and tried:
Plot[N[f,50], {i, start, end}, Compiled -> False]
However, this doesn't work. The result is the same as:
Plot[f,{i,start,end}]
Any idea what I'm doing wrong ?
Axel Kowald
--
---------------------------------------------------------------------------------------------
Dr. Axel Kowald Email:
a.kowald at itb.biologie.hu-berlin.de
Humboldt University Berlin Tel: +49 30
20939105
Innovationskolleg Theoretische Biologie Fax: +49 30
20938801
Invalidenstr. 43
10115 Berlin
Germany
----------------------------------------------------------------------------------------------