Skip to main content

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 f(x)f(x) and a range RR, it constructs a curve described by f(x)f(x), where xR.

graphics.curve1.calc.png
graphics.curve1.plotter1.calc.png

Given a function f(x)f(x) and two reals a and b, it constructs a curve described by f(x)f(x), where x(a,b).

graphics.curve2.calc.png
graphics.curve2.plotter1.calc.png

Given an expression f(x)f(x), an identifier xx and a range RR, it constructs a curve described by f(x)f(x), where xRx \in R.

graphics.curve3.calc.png
graphics.curve3.plotter1.calc.png

Given a list {f1(x),f2(x)}, an identifier xx and a range RR, it constructs a curve described by {f1(x),f2(x)}\lbrace f_1(x), f_2(x) \rbrace, where xRx \in R.

graphics.curve4.calc.png
graphics.curve4.plotter1.calc.png

Given a list {f1(x),f2(x)}\lbrace f_1(x), f_2(x) \rbrace and a range RR, it constructs a curve described by {f1(x),f2(x)}\lbrace f_1(x), f_2(x) \rbrace, where xRx \in R.

graphics.curve5.calc.png
graphics.curve5.plotter1.calc.png