Java examples of Numerical Methods to calculate the root of a function. Supported algorithms are Newton Raphson, Bisection, Fixed Point and False Rule.
java math physics equation numerical-methods fixed-point newton-raphson metodos-numericos bisection numericalmethods falsi-method
-
Updated
Oct 19, 2020 - Java