Skip to main content

Region

Returns the region between a pair of curves.

Syntax

region(Curve)
region(Curve, Range)
region(Curve, Curve)
region(Curve, Curve, Range)

Description

Given a curve, returns the region between such a curve and the horizontal axis.

graphics.region1.calc.png
graphics.region1.plotter0.calc.png

Given a curve and a range x0..xf, returns the region between such a curve and the horizontal axis between x0 and xf.

graphics.region2.calc.png
graphics.region2.plotter0.calc.png

Given two curves, returns the region between these curves.

graphics.region3.calc.png
graphics.region3.plotter0.calc.png

Given two curves and a range x0..xfx_0..x_f, returns the region between these curves between x0x_0 and xfx_f.

graphics.region4.calc.png
graphics.region4.plotter0.calc.png