Re: How can I plot with Mathematica two function in the same graphic?
- To: mathgroup at smc.vnet.net
- Subject: [mg36538] Re: How can I plot with Mathematica two function in the same graphic?
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 11 Sep 2002 03:28:03 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <aleuf7$5bl$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
Plot[{x,x^2},{x,-1,1}]
may do it.
Regards
Jens
Mario Latens wrote:
>
> How can I plot with Mathematica two function in the same graphic?
> I explain better:
> I'd like to draw a) y=x and b) y=x^2 in the same axes X-Y (in order to
> compare a and b).
>
> Thank you in advance, Mario.