MathGroup Archive 1998

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

Search the Archive

Re: How to draw an ellipse?



On 9 Jan 1998 00:04:57 -0500, saljxk@dix.agl.uh.edu (Krishnan
Jayakrishnan) wrote:

>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


ParametricPlot[{a*Cos[t],b*Sin[t]},{t,0,2*Pi}]


Gruss

        Christoph

__________________________________
   To Reply remove the NoSpam
http://www.tu-darmstadt.de/~handel



  • Prev by Date: Re: curve fitting
  • Next by Date: Output of DISPLAYPKT?
  • Prev by thread: Re: How to draw an ellipse?
  • Next by thread: Re: How to draw an ellipse?