Numerical Methods Using Java: For Data Science, Analysis, and Engineering https://www.amazon.com/Numerical-Methods-Using-Java-Engineering/dp/1484267966
-
Updated
Jan 27, 2023 - Java
Numerical Methods Using Java: For Data Science, Analysis, and Engineering https://www.amazon.com/Numerical-Methods-Using-Java-Engineering/dp/1484267966
Collection of methods for numerical analysis and scientific computing, including numerical root-finders, numerical integration, linear algebra, and data visualization. Created for APPM4600 at CU Boulder.
Numerical Methods
This project aims to improve efficiency of root-finding methods using parallelization of GPU.
Option Pricing and Delta Hedging | Derivatives Pricing in Python
General-purpose equation solver (up to the 4th order) which is fast and easy to use. Unit-tested.
Root finding using Newton Raphson Method
The behaviour of general root-finding algorithms is studied in numerical analysis. How-ever, for polynomials, root-finding study belongs generally to computer algebra, sincealgebraic properties of polynomials are fundamental for the most efficient algorithms. The efficiency of an algorithm may depend dramatically on the characteristics of the gi…
Online tool for computing roots using specific starting points, precisions, and numerical methods
Implementation and usage of numerical root-finding algorithms.
Add a description, image, and links to the root-finding-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the root-finding-algorithms topic, visit your repo's landing page and select "manage topics."