Curve Command
From GeoGebraWiki
Syntax: Curve[expression e1, expression e2, Parameter t, number a, number b]
Action: Creates a cartesian parametric curve for the given x-expression e1 and y-expression e2 (using parameter t) within the given interval [a,b]
Example: c = Curve[5+2cos(t), 5+2sin(t), t, 0, π]
Notes:
- Expression e1 = 5+2cos(t)
- Expression e2 = 5+2sin(t)
- t is a variable between the limits of 0 and π
- Parametric curves can be used like functions in arithmetic expressions.
Go to:
