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

Topic: "root-finding"

Zymrael/awesome-neural-ode

A collection of resources regarding the interplay between differential equations, deep learning, dynamical systems, control and numerical methods.

Size: 112 KB - Last synced at: 13 days ago - Pushed at: 8 months ago - Stars: 1,423 - Forks: 156

JuliaMath/Roots.jl

Root finding functions for Julia

Language: Julia - Size: 4.48 MB - Last synced at: 18 days ago - Pushed at: 25 days ago - Stars: 376 - Forks: 57

MKL-NET/MKL.NET

A simple cross platform .NET API for Intel MKL

Language: C# - Size: 1.18 MB - Last synced at: 20 days ago - Pushed at: 7 months ago - Stars: 174 - Forks: 21

osveliz/numerical-veliz

Numerical Analysis code from the Oscar Veliz YouTube Channel

Language: Python - Size: 163 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 145 - Forks: 22

latonita/tenda-reverse

Reverse engineering, getting root access to Tenda MW6 wifi mesh router

Language: Shell - Size: 11.8 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 139 - Forks: 17

chakravala/Fatou.jl

Fatou sets in Julia (Fractals, Newton basins, Mandelbrot)

Language: Julia - Size: 4.96 MB - Last synced at: 19 days ago - Pushed at: about 1 year ago - Stars: 116 - Forks: 15

jacobwilliams/rklib

Fixed and variable-step Runge-Kutta solvers in Modern Fortran

Language: Fortran - Size: 3.77 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 79 - Forks: 4

numericalalgorithmsgroup/NAGPythonExamples

Examples and demos showing how to call functions from the nAG Library for Python

Language: Jupyter Notebook - Size: 21.8 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 61 - Forks: 23

giordano/PolynomialRoots.jl

Fast complex polynomial root finder, with support for arbitrary precision calculations

Language: Julia - Size: 82 KB - Last synced at: 17 days ago - Pushed at: almost 2 years ago - Stars: 55 - Forks: 15

inducer/numerics-notes

Slides/notes and Jupyter notebook demos for an introductory course of numerical analysis/scientific computing

Language: Jupyter Notebook - Size: 7.44 MB - Last synced at: 10 days ago - Pushed at: about 2 months ago - Stars: 51 - Forks: 16

bjodah/pyneqsys

Solve symbolically defined systems of non-linear equations numerically.

Language: Python - Size: 268 KB - Last synced at: 9 days ago - Pushed at: 4 months ago - Stars: 51 - Forks: 6

sweeneychris/RpolyPlusPlus

A modern c++ root finding algorithm based on the original Jenkins-Traub RPOLY software.

Language: C++ - Size: 1.15 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 51 - Forks: 17

Beliavsky/Burkardt-Fortran-90

Classification of John Burkardt's many Fortran 90 codes

Size: 29.9 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 46 - Forks: 10

ZhepeiWang/Root-Finder

Root-Finder is a header-only univariate polynomial solver, which finds/counts all real roots of any polynomial within any interval.

Language: C++ - Size: 59.6 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 40 - Forks: 14

jacobwilliams/roots-fortran

A modern Fortran library for finding the roots of continuous scalar functions of a single real variable, using derivative-free methods.

Language: Fortran - Size: 2.46 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 39 - Forks: 6

jacobwilliams/ddeabm

Modern Fortran implementation of the DDEABM Adams-Bashforth algorithm

Language: Fortran - Size: 3.53 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 35 - Forks: 6

ZJU-FAST-Lab/Root-Finder Fork of ZhepeiWang/Root-Finder

Root-Finder is a header-only univariate polynomial solver, which finds/counts all real roots of any polynomial within any interval.

Language: C++ - Size: 80.1 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 35 - Forks: 5

Nicholaswogan/NumbaMinpack

Python wrapper of Minpack (root finding) which can be called from within numba functions.

Language: Fortran - Size: 61.5 KB - Last synced at: 27 days ago - Pushed at: over 3 years ago - Stars: 34 - Forks: 3

vaginessa/RootRepo Fork of RickyDivjakovski/RootRepo

Root repo - A database for android root methods

Size: 397 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 29 - Forks: 7

canbula/NumericalAnalysis

Repository for Numerical Analysis course given by Assoc. Prof. Dr. Bora Canbula at Computer Engineering Department of Manisa Celal Bayar University.

Language: Python - Size: 19.7 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 28 - Forks: 70

Beliavsky/Burkardt-Fortran-90-codes

John Burkardt's Fortran 90 codes and documentation

Language: Fortran - Size: 35.3 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 24 - Forks: 1

jacobwilliams/polyroots-fortran

Modern Fortran library for finding the roots of real and complex polynomial equations

Language: Fortran - Size: 2.57 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 23 - Forks: 5

chrizbee/NewtonFractal

Qt application to visualize newton fractals

Language: C++ - Size: 16.1 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 23 - Forks: 6

fgasdia/RootsAndPoles.jl

Julia implementation of the global complex root and pole finding (GRPF) algorithm.

Language: Julia - Size: 1.16 MB - Last synced at: 12 days ago - Pushed at: almost 2 years ago - Stars: 19 - Forks: 1

arotem3/numerics

library of numerical methods using Armadillo

Language: C++ - Size: 3.44 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 17 - Forks: 5

SimpleArt/pyroot

Python library for root-finding in one dimension

Language: Python - Size: 655 KB - Last synced at: 17 days ago - Pushed at: 8 months ago - Stars: 16 - Forks: 1

k3jph/cmna-pkg

Computational Methods for Numerical Analysis

Language: R - Size: 325 KB - Last synced at: 29 days ago - Pushed at: over 1 year ago - Stars: 16 - Forks: 9

pboyer/nomial

A TypeScript implementation of High-Performance Polynomial Root Finding for Graphics (Yuksel 2022)

Language: TypeScript - Size: 5.83 MB - Last synced at: 30 days ago - Pushed at: almost 3 years ago - Stars: 16 - Forks: 0

james34602/Open-DSP-Toolbox

A special purpose signal processing toolbox for special IIR filter design and transfer function form conversion, written in C.

Language: C - Size: 366 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 16 - Forks: 1

paulnorthrop/itp

The Interpolate, Truncate, Project (ITP) Root-Finding Algorithm

Language: C++ - Size: 2.15 MB - Last synced at: 14 days ago - Pushed at: 11 months ago - Stars: 13 - Forks: 2

quil-lang/cl-grnm

Common Lisp implementation of (grid restrained) Nelder-Mead

Language: Common Lisp - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 12 - Forks: 4

khezen/rootfinding

root-finding library

Language: Go - Size: 12.7 KB - Last synced at: 9 months ago - Pushed at: about 5 years ago - Stars: 11 - Forks: 2

kangwonlee/nmisp

Numerical Methods in SciPy

Language: Jupyter Notebook - Size: 4.23 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 10 - Forks: 59

Farid-Karimi/Root-Finder

A python program that uses diverse numerical analysis methods to find roots of mathematical functions.

Language: Python - Size: 49.8 KB - Last synced at: 22 days ago - Pushed at: 5 months ago - Stars: 7 - Forks: 0

nennigb/polze

A python package to locate poles and zeros of a meromorphic function with their multiplicities

Language: Python - Size: 84 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 7 - Forks: 1

Chris00/root1d

Collection of functions to find roots of functions float → float. Pure OCaml code.

Language: OCaml - Size: 67.4 KB - Last synced at: 25 days ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 0

nieksand/rootfind

Root finding in Rust.

Language: Rust - Size: 150 KB - Last synced at: 18 days ago - Pushed at: about 7 years ago - Stars: 7 - Forks: 1

hahnec/optimizay

collection of numerical optimization methods

Language: HTML - Size: 32 MB - Last synced at: 23 days ago - Pushed at: 10 months ago - Stars: 6 - Forks: 4

sebospc/numerical_analysis_2s

Language: Java - Size: 19.9 MB - Last synced at: 11 months ago - Pushed at: about 5 years ago - Stars: 6 - Forks: 2

Spectral-Analysis-UPB/PyZEAL

Project dealing with the numerical calculation of zeros, poles and residues of holomorphic and meromorphic functions. It aspires to be a PYthon ZEAL (ZEros of AnaLytic functions, a Fortran90 package) successor.

Language: Python - Size: 1.26 MB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 1

cryvosh/TemporalSetInversion

Reference implementation for "Temporal Set Inversion for Animated Implicits" (SIGGRAPH 2023)

Language: C++ - Size: 39 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 3

QuantumGorilla/Numeric-methods-for-engineers

Numerical methods for engineers used for finding roots, solving matrix, finding functions from given values, performing integrals whose analytical solution is exhaustive, and solutions by approximation for differential equations.

Language: MATLAB - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 2

ickk/aberth

Aberth's method for finding the zeros of a polynomial

Language: Rust - Size: 32.2 KB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 4 - Forks: 1

mihonen/polynomials

Polynomial essentials for Golang including real root isolation, complex root solving methods, root bounds, and derivatives.

Language: Go - Size: 81.1 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 4 - Forks: 3

glider4/computepac

A Python math package for numerical analysis: root finding, iterative solvers & other algorithms. Bisection, Newton, Euler, RK2, RK4, Adams-Bashforth-Moulton, etc. Uses Python, NumPy, SymPy, pytest.

Language: Python - Size: 552 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 0

srnogueira/laine

Laine solves nonlinear equations and thermodynamic problems

Language: JavaScript - Size: 3.22 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 4 - 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

AmirhosseinChami/numerical-calculation

Matlab codes for numerical calculations

Language: MATLAB - Size: 37.1 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

ozlemekici/root_extractor_by_dot_product

Algorithm about root finding

Language: MATLAB - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 0

princemahajan/FMUTIL

Fortran Miscellaneous UTILities

Language: Fortran - Size: 454 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 2

Nick314159/LMPEP

LMPEP libary

Language: Fortran - Size: 5.61 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 4 - Forks: 0

yakout/numerical-methods

Implementation for different numerical algorithms

Language: Matlab - Size: 281 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 4 - Forks: 4

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

kennethassogba/root-finding-algorithms

Implementation of main numerical methods of solving non-linear equations f(x)=0 with examples.

Language: Jupyter Notebook - Size: 62.5 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 3

LaboratoryOfPlasmaPhysics/fart

Find All Roots with a Tree

Language: Python - Size: 563 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

mstrand1/numerical-analysis

Numerical analysis algorithms

Language: Python - Size: 22.6 MB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

azer89/Numerical_Python

Numerical methods written in Python 2 (ODE, Linear Algebra, Rootfinding, Ax=b, Fourier transform)

Language: Python - Size: 733 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 3

pjazdzyk/brent-dekker-solver

Brent Solver: Fast converging iterative root finding math solver based on modified Brent-Dekker algorithm. Finds root for well behaving equations in ~10 iterations.

Language: Java - Size: 83 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

seankwarren/react-metaballs

A implementation of marching-square metaballs in Javascript-React. Explored the use of canvas elements and animations in the React framework.

Language: JavaScript - Size: 4.51 MB - Last synced at: 29 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

mihonen/swift_poly

Polynomials for Swift, fast and efficient root solving for high order polynomials.

Language: Swift - Size: 17.6 KB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

RishiDarkDevil/Numerical_Analysis_Projects

Numerical Analysis Projects

Language: HTML - Size: 15.1 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

ryan-fauder/TraceRoot

É um programa implementado na linguagem Python que busca raízes de uma função com os métodos de Newton-Raphson e Bisseção.

Language: Python - Size: 31.3 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1

grageragarces/PH20018-Programming-Skills-Coursework-1 📦

This coursework contains programs calculating: Bessel function and diffraction patterns within a difraction limits of telescope research context, Root finding programs, & Multivariable equations.

Language: C - Size: 1.88 MB - Last synced at: 8 days ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

ibrahimaydinnet/rootfinder

Root finding implementation with numerical methods for Go (golang)

Language: Go - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

mohammaduzair9/Numerical-Analysis-using-Matlab

Numerical Analysis Code in Matlab

Language: Matlab - Size: 106 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 3

MuhammedKhamis/Root-Finder

Numerical Project implemented using MATLAB to implement some of the Numerical methods for Root Finding with interactive graphical user interface .

Language: Matlab - Size: 4.12 MB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 3

nennigb/FindZerosm

A package to compute the zeros of analytic functions

Language: Matlab - Size: 1020 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 1

Quarz0/Root-Finder

apply different root finding algorithms, compare and analyse their behaviour using plots and tables

Language: Python - Size: 88.9 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 1

nroyce7/numerical-methods

A repository of numerical methods meant for educational purposes.

Language: Python - Size: 16.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

ExcessPhase/ctaylor

Dual number classes for automatic differentiation including for higher order derivatives

Language: C++ - Size: 1.14 MB - Last synced at: 21 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

Beliavsky/Computer-Methods-for-Mathematical-Computations

Code from the book of the same name by Forsythe, Malcolm, and Moler, translated to Fortran 90 by Ralph Carmichael

Language: Fortran - Size: 70.3 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

roland-abel/xpolynomial

C++ template project provides a flexible way to work with polynomials and calculate their real roots.

Language: C++ - Size: 489 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

ErnestoZornetta/QM_square_well_with_a_bump

Plotting the Wave-functions of the infinite square well with a bump without given energy values

Language: Jupyter Notebook - Size: 787 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Abdirashid-dv/Numerical-Methods-Using-Python

Explore Python implementations of numerical methods for solving mathematical problems. Includes root-finding, integration, and more.

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

RuslanZanevskiy/newtons_method

Realization of Newton's method in python

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

qequ/pyrite

A Crystal library for scientific computing - featuring complex numbers, PRNGs, root-finding, statistical distributions, and more. Inspired by SciLua.

Language: Crystal - Size: 268 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

anar-rzayev/Numerical-Algorithms

Source materials for KAIST course MAS365: Introduction to Numerical Analysis

Language: MATLAB - Size: 873 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

melihaltun/Nth_root_finder

Finds the n_th root of a rational or complex number using Newton's method

Language: MATLAB - Size: 21.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

tamaskis/Root_Finding_Toolbox-MATLAB

Root-finding methods for both univariate, scalar-valued functions and multivariate, vector-valued functions.

Language: HTML - Size: 3.81 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

clayrock78/newton_interactive

An interactive Python-based newton fractal generator

Language: Python - Size: 44.5 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Louis-Finegan/Root-Finding-Algorithms-c

Algorithms for root finding writting in c with, bash shell script that compiles and runs all executable files.

Language: C - Size: 18.6 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

esmyrnio/numericc

A C++ header-only library of numerical methods for linear algebra, root-finding, intepolation and ODE solving.

Language: C++ - Size: 90.8 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

P3N9U1N/superacid

An experimental polynomial solver that finds nearing values of roots in O(n^2)

Language: JavaScript - Size: 1.6 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

ClecioJung/studying-c

A bunch of C code developed during my studies of programming

Language: C - Size: 392 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

morniehtar/function-zeroes

Fortran implementation of various function zero-finding algorithms

Language: Fortran - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

adammaj1/Describe-iterated-map-

Describe iterated map

Language: C++ - Size: 53.7 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

canbula/NewtonRaphson

Python code to find the root of a function with Newton-Raphson method.

Language: Python - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

nathsou/fractals

Interactive Newton fractals renderer in WebGL

Language: TypeScript - Size: 4.7 MB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

MASTERAMARJEET/Numerical-Method

Various numerical method of solving eqs. using approximation

Language: Python - Size: 2.78 MB - Last synced at: 12 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

ergineeer/numericalAnalysisMethods

Functions for numerical analysis methods - Bisection, False-Position, Newton-Raphson, Secant Method, Brent's Method

Language: MATLAB - Size: 29.3 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

shantanutyagi67/CS374_Labs

Language: MATLAB - Size: 20.2 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

carlos-adir/NumericalMethods

Find root, interpolation, solve linear systems and solve EDOs methods implemented algorithms

Language: Python - Size: 6.93 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

BlueLort/Root-Finder

Root Finder Application using Matlab

Language: MATLAB - Size: 65.4 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

hidiryuzuguzel/newton-root-finding-algorithm

Root finding software for general third degree polynomials using Newton's method

Language: C - Size: 3.91 KB - Last synced at: 11 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

Emman-design/Maths_Quadratic-in-Rcode

This code find the root of a quadratic equation with R

Language: R - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

jmcph4/gaisan

Fast numerical methods in computational science

Language: C - Size: 62.5 KB - Last synced at: 19 days ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

Goblin80/Numerical-Analysis 📦

Implementation of some algorithms from CS301

Language: JavaScript - Size: 263 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

ltz0120/Numerical_Algorithms

Numerical algorithm implementations: Regression, Linear programming, Root finding, Linear Algebra, etc.

Language: Python - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

BarbulescuMihai/PyTES

Python Transcendental Equation Solvers

Language: Python - Size: 68.4 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

petersbingham/pydelves

Standalone Python Implementation of tabakg's Delves Routine.

Language: Python - Size: 65.4 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

Related Topics
numerical-methods 57 numerical-analysis 35 newton-raphson 26 python 20 interpolation 19 linear-algebra 18 numerical-integration 16 matlab 15 bisection-method 14 mathematics 13 newtons-method 13 math 13 polynomials 12 optimization 11 root-finding-methods 10 differential-equations 10 ode 10 bisection 10 secant-method 9 fortran 8 ode-solver 8 scientific-computing 7 sympy 7 newton-method 6 false-position-method 6 interpolation-methods 6 equation-solver 6 nonlinear-equations 6 algorithm 6 algorithms 6 roots 6 root-finding-algorithms 5 eigenvalues 5 curve-fitting 5 newton 5 numerical-optimization 5 secant 5 gauss-elimination 5 complex-numbers 5 polynomial 5 numerical-algorithms 5 fortran-package-manager 4 matrix 4 numpy 4 regula-falsi 4 gauss-seidel 4 statistics 4 taylor-series 4 root 4 fixed-point-iteration 4 fixed-point 4 newton-fractals 4 julia 4 special-functions 3 numerical-computation 3 finite-difference 3 matplotlib 3 chebyshev-polynomials 3 least-squares 3 complex-roots 3 quadrature 3 simulation 3 c 3 lu-decomposition 3 splines 3 regression 3 linear-regression 3 minimization 3 brent-dekker 3 durand-kerner 3 ordinary-differential-equations 3 fractals 3 scipy 3 halley-s-method 3 octave 3 android 3 polynomial-roots 3 random-number-generators 3 partial-differential-equations 2 roots-counting 2 newton-fractal 2 fractal-rendering 2 fractal-images 2 fractal-algorithms 2 power-method 2 jupyter-notebook 2 automatic-differentiation 2 convergence-analysis 2 iteration-methods 2 monte-carlo 2 lagrange-interpolation 2 quintic-polynomial 2 quartic-polynomial 2 cubic-splines 2 poles-finding 2 fortran90 2 holomorphic-functions 2 complex-analysis 2 julia-sets 2 julia-set 2