collection of numerical optimization methods
-
Updated
Jul 6, 2024 - HTML
collection of numerical optimization methods
A special repository for Numerical Methods course from my uni in April 2022. All of the code written in C++ with five methods included.
Analysis and Implementation of Common Division Algorithms. ➗
Different Numerical Methods' Algorithms like Bisection Method, Euler Method, etc
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.
An experimental polynomial solver that finds nearing values of roots in O(n^2)
How to find numerically all roots of a polynomial, especially the complex ones, by using the Newton-Raphson Method
Algorithms to implement Numerical Methods for Engineering Problems.
A toy example of OCTAV algorithm for finding the optimal clipping scalar in the quantization error problem
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
Add a description, image, and links to the newton-raphson-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the newton-raphson-algorithm topic, visit your repo's landing page and select "manage topics."