MathGroup Archive 2004

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

Search the Archive

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 


  • Prev by Date: Re: Distinguishable From 1.0
  • Next by Date: Re: Superscripts and subscripts in a text cell?
  • Previous by thread: RE: Re: undocumented function StringQ
  • Next by thread: Re: Parametric Plot