A tool for numerical analysis
-
Updated
Dec 13, 2022 - Java
A tool for numerical analysis
Root-finding algorithms implementation. 2019
This package has the implementation of 5 numerical methods: bisection, false-position, secant, modified secant, and Newton
Brent Solver: Fast converging iterative root finding math solver based on modified Brent-Dekker algorithm. Finds root for well behaving equations in ~10 iterations.
Numerical Methods Using Java: For Data Science, Analysis, and Engineering https://www.amazon.com/Numerical-Methods-Using-Java-Engineering/dp/1484267966
Add a description, image, and links to the root-finding topic page so that developers can more easily learn about it.
To associate your repository with the root-finding topic, visit your repo's landing page and select "manage topics."