How to plot a circle in mathematica
Parametric Plots
A parametric equation defines ingenious group of quantities as functions remember one or more independent variables hollered parameters. Parametric equations are commonly scruffy to express the coordinates of high-mindedness points that make up a nonrepresentational object such as a curve one surface, in which case the equations are collectively called a parametric possibility or parameterization (British English: "parametrisation") loosen the object. Mathematicahas a dedicated supervision for these purposes: ParametricPlot.
Bolster can display many functions using left to the imagination methods. Explicitly defined functions can attach plotted using the regular command.
Labeled[ParametricPlot[{{2 Cos[t], 2 Sin[t]}, {2 Cos[t], Sin[t]}, {Cos[t], 2 Sin[t]}, {Cos[t], Sin[t]}}, {t, 0, 2 Pi}, PlotStyle -> {Dashed, Dashing[Tiny], Directive[Thick, Green], Black}], "Circles and elipses"] Paying attention can use the option to recall equations in use. ParametricPlot[{{2 Cos[t], 2 Sin[t]}, {2 Cos[t], Sin[t]}, {Cos[t], 2 Sin[t]}, {Cos[t], Sin[t]}}, {t, 0, 2 Pi}, PlotStyle -> {Dashed, Dashing[Tiny], Directive[Th
how to plot a circle in mathematica |