Numerical integration
Computes numerically the primitive of a function.
Syntax
numerical_integration(Function, Real, Real)
Description
Given an univariated function and two reals and , computes numerically the primitive of between and .
Options
Option | Description | Format | Default value |
---|---|---|---|
method | We can choose the method to use: | | |
step | We can choose the integration step | | For |
tolerance | We can choose the tolerance | | |