Numeric Methods Library
The ETBX Numeric Methods
library contains modules that focus on computations involving numeric
algorithms, matrix methods, root-finding and equation-solving.
Click on a module name below to view the module's documentation.
2-D Function
Plotter - The 2-D Function Plotter module evaluates and plots
user-defined mathematical expressions of the form y = f(x).
Matrix Operations -
The Matrix Operations module solves a number of common problems in computational
linear algebra, including: matrix arithmetic, matrix inversion, determinants,
eigenvalues and eigenvectors, dot products, cross products, and more.
Polynomial
Roots Solver -
The Polynomial Roots Solver module solves for the roots of a polynomial
with constant real coefficients. The roots can be real or complex
numbers.
|