initialize-Simpson-method | Initializes Simpson objects, and validates them. |
initialize-Trapezoid-method | Initializes Simpson objects, and validates them. |
integrateIt | Performs numerical integration |
integrateIt-Simpson-method | Performs integration according to Simpson's rule. |
integrateIt-Trapezoid-method | Performs integration according to the Trapezoid rule. |
Integrator-class | The base class for numerical integration. |
plot-Simpson-method | Plots the parabolas created in a Simpson's rule numerical... |
plot-Trapezoid-method | plot |
print-Integrator-method | Prints Integrator and its subclasses, by printing their... |
quadratic.interpolation | Computes the quadratic interpolation of the provided values. |
Simpson-class | A subclass of Integrator that performs integration according... |
Trapezoid-class | A class to handle numerical integration with the trapezoid... |
validate.simpson | Validates the correctness of the arguments passed to X. |
validate.trapezoid | Validates the correctness of the arguments passed to X. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.