| Author |
Comment/Response |
yehuda ben-shimol
|
10/29/06 05:15am
What do you mean by "inaccurate graph"?
The first funtion you provided is singular and there is no (and will never be) a software that will represent infinite values in a graph.
So what are you expecting from mathematica?
For example,
Plot[(x^2 - 5)/(x - 2), {x, -5, 5}]
is "inaccurate" since the Plot function samples the function in a discrete set of values. a "different" result you my see with controling PlotPoints and PlotRange options.
yehuda
URL: , |
|