|
Class Summary |
| FindRootTool |
|
| IntegrationOptions |
Creates and lays out the components used in the options panel
for the Numerical Integrator. |
| IntegrationTool |
|
| Root1DTool |
This tool finds x's that satisfy the following equation:
f(x) = 0 |
| Root2DTool |
This tool finds (x,y)'s that satisfy the following system of equations:
f(x,y) = 0
g(x,y) = 0 |
| Root3DTool |
This tool finds (x,y,z)'s that satisfy the following system of equations:
f(x,y,z) = 0
g(x,y,z) = 0
h(x,y,z) = 0 |
| RootFinderOptions |
Creates and lays out the components used in the options panel
for the Numerical Root Finder. |