There are 3 repositories under newton-raphson topic.
GridCal, a cross-platform power systems software written in Python with user interface, used in academia and industry.
Advanced Java BigDecimal math functions (pow, sqrt, log, sin, ...) using arbitrary precision.
High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.
Advanced Simulation kit based on Finite Element Method (AsFem)
This Repository contains Solutions to the Quizes & Lab Assignments of the Mathematics for Machine Learning Specialization offered by Imperial College of London on Coursera taught by David Dye, Samuel J. Cooper, A. Freddie Page, Marc Peter Deisenroth
IEEE 754 single and double precision floating point library in systemverilog and vhdl
Fast and simple nonlinear solvers for the SciML common interface. Newton, Broyden, Bisection, Falsi, and more rootfinders on a standard interface.
A powerful multi-phase load flow solver, by Roseau Technologies
Autodiff is a numerical library for the Go programming language that supports automatic differentiation. It implements routines for linear algebra (vector/matrix operations), numerical optimization and statistics
Nonlinear Equation Solver with Modern Fortran
HELMpy, open source package of power flow solvers, including the Holomorphic Embedding Load Flow Method (HELM), developed on Python 3
MATGRID is an easy-to-use power system simulation tool for researchers and educators provided as a MATLAB package.
IEEE 754 single precision floating point library in systemverilog and vhdl
JuliaGrid is an easy-to-use power system simulation tool for researchers and educators provided as a Julia package.
Schrodinger-Poisson solver in 1D demonstrator
Numerical analysis methods implemented in Python.
This repository aim to provide with an easy-to-use library to solve non-linear systems of equations.
A collection of virtual analog models in the form of MATLAB scripts.
Kotlin library for BigDecimal math functions (pow, sqrt, log, sin, ...) using arbitrary precision.
A collection of Python programs that helps in Numerical Analysis.
This repository contains homework solution of the Numerical analysis lesson at Shahid Beheshti University.
MATLAB programs for solving the power-flow equations using either of methods: Gauss-Seidel (G-S), Newton-Raphson (N-R) & Fast Decoupled Load Flow (FDLF).
StAtistical Models for the UnsupeRvised segmentAion of tIme-Series
In numerical analysis, a numerical method is a mathematical tool designed to solve numerical problems. The implementation of a numerical method with an appropriate convergence check in a programming language is called a numerical algorithm
In this repository I present some of the codes based on different Optimization Methods I developed during my graduation.
Poisson equation solver in 1D CMOS transistor.
Python implementation of Methods and Algorithm or Numerical Computing Course. You just have to Enter the input values from the question and All the iterations will be generated automatically.
MAL111 - Mathematics Laboratory MATLAB Codes. Bisection Method, Fixed Point Method, Gauss Elimination, Gauss Jordan, Matrix Inversion, Lagrange Interpolation, Newton-Raphson, Regula-Falsi, Row Reduced Echelon Form, Simpson's Integration, Trapezoidal Method.
Newton root-finding algorithm written in Rust
Solver for Power Flow Problem :zap:
A python program that uses diverse numerical analysis methods to find roots of mathematical functions.
Forward and Iterative Inverse kinematics of 5DOF arm using Newton-Raphson method
load flow calculation using newton-raphson
A python implementation of linear classification algorithm (including Probabilistic Generative Model, Probabilistic Discriminative Model). (See Pattern Recognition and Machine Learning, Bishop)