nintlib_test
nintlib_test/b>,
an Octave code which
calls nintlib(), which
estimates integrals over multi-dimensional
regions.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the MIT license.
Related Data and Programs:
nintlib,
an Octave code which
estimates integrals over M-dimensional regions.
Source Code:
-
nintlib_testnd.m,
calls all the integrators for one test integrand.
-
nintlib_test01.m,
tests BOX_ND.
-
nintlib_test02.m,
tests P5_ND.
-
nintlib_test03.m,
tests ROMBERG_ND.
-
nintlib_test04.m,
tests SAMPLE_ND;
-
nintlib_test05.m,
demonstrates how to refine multi-dimensional integration results.
-
nintlib_test06.m,
tests MONTE_CARLO_ND.
-
f1dn.m,
evaluates integrand F(X(1:DIM_NUM)) = 1;
-
fbdn.m,
evaluates integrand F(X(1:DIM_NUM)) = 1/(1+(X(1:DIM_NUM)**2));
-
fedn.m,
evaluates integrand F(X(1:DIM_NUM)) = exp (sum(X(1:DIM_NUM));
-
fxdn.m,
evaluates integrand F(X(1:DIM_NUM)) = sum ( X(1:DIM_NUM) );
-
fx2dn.m,
evaluates integrand F(X(1:DIM_NUM)) = sum ( X(1:DIM_NUM)^2 );
-
fx3dn.m,
evaluates integrand F(X(1:DIM_NUM)) = sum ( X(1:DIM_NUM)^3 );
Last revised on 08 March 2024.