‰~

ParametricPlot[{Cos[t], Sin[t]}, {t, 0, 2 Pi}, AspectRatio -> Automatic]

[Graphics:HTMLFiles/index_3.gif]

-Graphics -

‘ȉ~

a := 3 ; b := 2 ParametricPlot[{a Cos[t], b Sin[t]}, {t, 0, 2 Pi}, AspectRatio -> Automatic]

[Graphics:HTMLFiles/index_7.gif]

-Graphics -

<< Graphics`ImplicitPlot`

a := 1 ; b := 0.7 ; c := 1 p := 1 ; q := -1 ; r := -1 ImplicitPlot[a x^2 + 2 b x y + c y^2 + p x + q y + r == 0, {x, -5, 1}]

[Graphics:HTMLFiles/index_11.gif]

-Graphics -

‘o‹Èü

ParametricPlot[{{1/Cos[t], Tan[t]}, {-1/Cos[t], Tan[t]}}, {t, -Pi/2, Pi/2}, AspectRatio -> Automatic]

[Graphics:HTMLFiles/index_15.gif]

-Graphics -

<< Graphics`ImplicitPlot`

a := 1 ; b := 1.6 ; c := 1 p := 1 ; q := -1 ; r := -1 ImplicitPlot[a x^2 + 2 b x y + c y^2 + p x + q y + r == 0, {x, -3, 3}]

[Graphics:HTMLFiles/index_19.gif]

-Graphics -

•ú•¨ü

Plot[-x^2 + 2 x + 1, {x, -1, 3}]

[Graphics:HTMLFiles/index_23.gif]

-Graphics -

<< Graphics`ImplicitPlot`

a := 1 ; b := 1 ; c := 1 p := 1 ; q := -1 ; r := -1 ImplicitPlot[a x^2 + 2 b x y + c y^2 + p x + q y + r == 0, {x, -5, 1}]

[Graphics:HTMLFiles/index_27.gif]

-Graphics -


Converted by Mathematica  (May 18, 2004)