An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: root-finding-algorithms

Xinyi-Cynthia-Shen/Option-Pricing-and-Delta-Hedging

Option Pricing and Delta Hedging | Derivatives Pricing in Python

Language: Jupyter Notebook - Size: 640 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

ErickOF/CE3102-Homework1

Language: Python - Size: 70.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

dreamchef/numerical-analysis-methods

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.

Language: Jupyter Notebook - Size: 8.21 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 1

ignabelitzky/roots-of-equations

Implementation and usage of numerical root-finding algorithms.

Language: Python - Size: 38.1 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

viraj-shah18/Fast-Polynomial-Root-Finding

This project aims to improve efficiency of root-finding methods using parallelization of GPU.

Language: CMake - Size: 1.2 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jadvrodrigues/EquationSolver

General-purpose equation solver (up to the 4th order) which is fast and easy to use. Unit-tested.

Language: C# - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

lokeshdangii/Root-Finding-Methods-of-Non-Linear-Equations

Language: Python - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

sonyafar/solve-it

Online tool for computing roots using specific starting points, precisions, and numerical methods

Language: HTML - Size: 934 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

nmltd/numerical-methods-java

Numerical Methods Using Java: For Data Science, Analysis, and Engineering https://www.amazon.com/Numerical-Methods-Using-Java-Engineering/dp/1484267966

Language: Java - Size: 809 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 3

DhruvJ22/Numerical-Methods

Numerical Methods

Language: Jupyter Notebook - Size: 320 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

YashIITM/Root-Finding-Algorithms

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 given functions. For example, many algorithms use the derivative of the input function,while others work on every continuous function. In general, numerical algorithms are not guaranteed to find all the roots of a function, so failing to find a root does not prove that there is no root. However, for polynomials, there are specific algorithms that use algebraic properties for certifying that no root is missed, and locating the roots in separate intervals(or disks for complex roots) that are small enough to ensure the convergence of numerical methods (typically Newton’s method) to the unique root so located.

Language: TeX - Size: 942 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0