Curve
It constructs a curve.
Syntax
curve(Function, Range)
curve(Function, Real, Real)
curve(Expression, Identifier, Range)
curve(List, Identifier, Range)
curve(List, Range)
Description
Given a function and a range , it constructs a curve described by , where .
Given a function and two reals and , it constructs a curve described by , where .
Given an expression , an identifier and a range , it constructs a curve described by , where .
Given a list , an identifier and a range , it constructs a curve described by , where .
Given a list and a range , it constructs a curve described by , where .