Plotting alogrithm question..
- To: mathgroup@smc.vnet.net
- Subject: [mg11210] Plotting alogrithm question..
- From: Christopher W Ruhl <cruhl@u.arizona.edu>
- Date: Mon, 2 Mar 1998 23:11:02 -0500
- Organization: The University of Arizona
When I use Mathematica 3.0 to plot:
Plot[Integrate[1/(1-t), {t, 0, x}], {x, -5, 5}]
I get the plot that I expect on [-5, 1) but then wild occilationS on (1,
Inf).
I expected the plot to be the same as:
Plot[-Ln[1 - x], {x, -5, 5}].
Anyone know why the occilations after x=1 ?
any input would be appriciated!
:)
thanks,
chris.
--
*********************************************** Chris Ruhl
(cruhl@u.arizona.edu)
I think i'll do laundry tomorrow.
- Follow-Ups:
- Re: Plotting alogrithm question..
- From: Sean Ross <seanross@worldnet.att.net>
- Re: Plotting alogrithm question..