Parametric Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg47760] Parametric Plot
- From: Ronny Mandal <ronnyma at student.matnat.uio.no>
- Date: Sun, 25 Apr 2004 05:13:34 -0400 (EDT)
- Organization: University of Oslo, Norway
- Sender: owner-wri-mathgroup at wolfram.com
Hi. I'm trying to print the curve x=sin(t), y=cos(t) ,x+y=1 on Mathematica 5, student version. Ican come up with : ParametricPlot[{Sin[t], Cos[t]}, {t, 0, 2*[Pi]}] and this yields what I want. Any suggestions on how I can draw the same curve non-parametric? E.g {(x,y) | 0 => x,y =>1}? Like all points in 2D space that satisfies this equation? Thanks! -Ronny Mandal