MathGroup Archive 1998

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

Search the Archive

Re: How to draw an ellipse?



Krishnan,

ParametricPlot[{Cos[t],2*Sin[t]},{t,0,2*Pi}] with a=1, b=2 does the
trick nicely.
Sherman C. Reed
sherman.reed@worldnet.att.net

----------
> From: Krishnan Jayakrishnan <saljxk@dix.agl.uh.edu>
To: mathgroup@smc.vnet.net
> To: mathgroup@smc.vnet.net
> Subject: [mg10373] [mg10343] How to draw an ellipse?
> Date: Thursday, January 08, 1998 10:41 PM
> 
> Does any one know how to construct an ellipse? For example an ellipse
> centered at (0,0) with intercepts at (-a,0,(a,0),(0,-b),(0,b) with
> parametric equation
> x(t) = a*cos(t)
> y(t) = b*sin(t)
> with t increasin from 0 to 2pi radians. --
> Sincerely
> Krishnan Jayakrishnan
> Systems Administrator
> Allied Geophysical Labs
> University of Houston



  • Prev by Date: Re: How to draw an ellipse?
  • Next by Date: Re: Date in Header/Footer ??
  • Prev by thread: Re: How to draw an ellipse?
  • Next by thread: Re: How to draw an ellipse?