Re: Problems with Plot in Mathematica 4.0
- To: mathgroup at smc.vnet.net
- Subject: [mg45853] Re: Problems with Plot in Mathematica 4.0
- From: koopman at sfu.ca (Ray Koopman)
- Date: Tue, 27 Jan 2004 04:50:58 -0500 (EST)
- References: <bv2f3b$2g$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
"Manfred Fischer" <manfis at t-online.de> wrote in message news:<bv2f3b$2g$1 at smc.vnet.net>... > > 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) Plot[(1-.5x)*Abs[x],{x,-3,3}]