area_under_curve_test


area_under_curve_test, an Octave function which calls area_under_curve(), which displays the area under a curve, that is, the points (x,y) between the X axis and the curve Y=F(X).

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

area_under_curve, an Octave function which displays the area under a curve, that is, the points (x,y) between the X axis and the curve Y=F(X).

Source Code:

F1 is the function y=3/4 (1-x^2), between -1.5 and +1.5.

F2 is the function y=2x between 0.0 and +1.0.

F3 is the function y=exp(-x) between 0.0 and +3.0.

F4 is the function y=exp(-0.5*(x-5)^2) between 0.0 and +7.0.


Last revised on 19 September 2024.