-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Curve
Reading time: 1minIt 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 f(x) and a range R, it constructs a curve described by f(x), where x∈R.
![]() |
![]() |
Given a function f(x) and two reals a and b, it constructs a curve described by f(x), where x∈(a,b).
![]() |
![]() |
Given an expression f(x), an identifier x and a range R, it constructs a curve described by f(x), where x∈R.
![]() |
![]() |
Given a list {f1(x),f2(x)}, an identifier x and a range R, it constructs a curve described by {f1(x),f2(x)}, where x∈R.
![]() |
![]() |
Given a list {f1(x),f2(x)} and a range R, it constructs a curve described by {f1(x),f2(x)}, where x∈R.
![]() |
![]() |