MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Problem with plotting two functions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43659] Re: Problem with plotting two functions
  • From: "Falko Schmidt" <FalkoSch at t-online.de>
  • Date: Sun, 28 Sep 2003 06:00:39 -0400 (EDT)
  • References: <bl3jss$en2$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

"newbie" <newbie at newbiehome.com> schrieb im Newsbeitrag
news:bl3jss$en2$1 at smc.vnet.net...
> 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


Plot[{x^3 - 6x, 8 - 3x^2}, {x, -5, 4}, PlotRange -> All]



  • Prev by Date: solving equations
  • Next by Date: webMathematica:MSPValues and TEXTAREA
  • Previous by thread: Re: Problem with plotting two functions
  • Next by thread: Re: Problem with plotting two functions