Re: Problem with plotting two functions
- To: mathgroup at smc.vnet.net
- Subject: [mg43658] Re: Problem with plotting two functions
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sun, 28 Sep 2003 06:00:38 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <bl3jss$en2$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, Plot[{x^3 - 6x, 8 - 3x^2}, {x, -5, 4}, PlotRange -> All] Regards Jens newbie wrote: > > When I issue the command > > Plot[{x^3 - 6x, 8 - 3x^2}, {x, -5, 4}] > > The two functions are drawn but I do not see the first intersection point > at (-4,-40). In another system, I see it. > > Can anybody tell me what to do? > > TIA