newton-raphson-algorithm
There are 10 repositories under newton-raphson-algorithm topic.
hahnec/optimizay
collection of numerical optimization methods
fazrigading/NumericalMethods
A special repository for Numerical Methods course from my uni in April 2022. All of the code written in C++ with five methods included.
GeorgiosIoannouCoder/division-algorithms
Analysis and Implementation of Common Division Algorithms. ➗
adammaj1/periodic-points-of-complex-quadratic-polynomial-using-newton-method
How to find numerically all roots of a polynomial, especially the complex ones, by using the Newton-Raphson Method
P3N9U1N/superacid
An experimental polynomial solver that finds nearing values of roots in O(n^2)
Tanishk-Sharma/Numerical-Methods
Different Numerical Methods' Algorithms like Bisection Method, Euler Method, etc
yavuzCodiin/9_Bus_MATPOWER_GS-FDPF-FNR
MATLAB code for performing power flow analysis on electrical networks using different algorithms provided by MATPOWER, a powerful simulation tool widely used in power system engineering.
gulsoynes/Numeric-Methods
Algorithms for numerical methods : 1.GRAPHICAL APPROACH, 2.BISECTION METHOD, 3.FALSE POSITION METHOD, 4.SIMPLE FIXED ITERATION, 5.NEWTON-RAPSHSON METHOD, 6.SECANT METHOD, 7.MODIFIDED SECANT METHOD
bobondemon/OCTAV_toy_example
A toy example of OCTAV algorithm for finding the optimal clipping scalar in the quantization error problem
mig-elgt/numerical-methods
Algorithms to implement Numerical Methods for Engineering Problems.