Numerical integration by using recursive Romberg algorithm.
Parameters |
Description |
Fun |
Integrating function. |
lb |
Defines lower bound. |
ub |
Defines upper bound. |
FloatPrecision |
Defines the computational precision to be used by the routine. |
Constants |
Additional constants defining Fun function, usually nil/null. |
ObjConst |
Additional objects defining Fun function, usually nil/null. |
StopReason |
Returns algorithm stop reason. |
Tolerance |
Defines integration tolerance. |
MaxIter |
Defines maximum number of alorithm iterations. |
the numerical approximate on integral of function Fun between limits lb and ub.
Evaluate fuction Sin(x)*Exp(-x^2) on interval [0,PI/2] by using Romberg algorithm.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|