Re: Problems with Plot in Mathematica 4.0
- To: mathgroup at smc.vnet.net
- Subject: [mg45856] Re: Problems with Plot in Mathematica 4.0
- From: Bill Rowe <readnewsciv at earthlink.net>
- Date: Tue, 27 Jan 2004 04:51:06 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
On 1/26/04 at 1:53 AM, manfis at t-online.de (Manfred Fischer) wrote: > I want to plot the two functions in one Plot output > +0.5x^2-x (definition-range -3<=x<=0) > -0.5x^2+x (definition-range 0<=x<=3) > I can't find a mathematica 4.0 solution, please help! One solution would be Show[Block[{$DisplayFunction = Identity}, {Plot[0.5*x^2 - x, {x, -3, 0}], Plot[-0.5*x^2 + x,{x, 0, 3}]}], PlotRange -> All]; -- To reply via email subtract one hundred and four