Main Content

666 results in File Exchange

Newton-Raphson method

Version 1.0.0 by Meysam Mahooti

Newton-Raphson is a root-finding algorithm which produces successively better approximations to the roots of a real-valued function.

The Newton-Raphson method (also known as Newton's method) is a way to quickly find a good approximation for the root of a real-valued function f(x)=0. It uses the idea that a continuous and

- .m to solve f(x) = 0 by using Newton method.
  • 2.5K (All time)
  • 18 (Last 30 days)
  • 5.0 / 5
  • Community
  • 5 Dec 2019

Newton-Raphson Loadflow

Version 2.0 by Praviraj PG

These matlab m files are used to calculate bus voltages and angles using Newton Raphson iterative me

These matlab m files are used to calculate bus voltages and angles, power flows using Newton Raphson iterative method

  • 44.5K (All time)
  • 49 (Last 30 days)
  • 4.3 / 5
  • Community
  • 13 May 2020

The Newton - Raphson Method

The Script Provides a demonstration of the "Newton - Raphson Method" , to solve various polynomial and transcendental equations

"The Newton - Raphson Method" uses one initial approximation to solve a given equation y = f(x).In this method the function f(x) , is approximated by a tangent line, whose equation is found from the

  • 13.4K (All time)
  • 23 (Last 30 days)
  • 4.3 / 5
  • Community
  • 2 Oct 2018

NewtonRaphson.m

Version 1.0.0.0 by Ganindu

Newton Raphson Method Example

Robust Newton Raphson Method example, This can be changed to fit most forms.

  • 738 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Feb 2016

Non-linear equations system solver (Newton Raphson)

Version 1.7.0.0 by Felipe Mendes

Solves a non-linear system with iterative Newton-Raphson. Very easy and powerfull!!

  • 8.3K (All time)
  • 3 (Last 30 days)
  • 4.1 / 5
  • Community
  • 9 Oct 2012

Newton-Raphson Method for a nonlinear System of 3 variables

Version 1.0.2 by Ibrahim Abouemira

The function returns the solution of three equations in three variables using the Newton-Raphson method.

The function returns the solution of three equations in three variables using the Newton-Raphson method. The inputs are symbolic functions, initial guesses and number of iterations.Here's an

  • 807 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 19 May 2019

Newton Raphson Optimization by Symbolic Math

Version 1.0.0.0 by yoash levron

Minimizes a target function. Derivatives are computed automatically by the software.

For a quick start, copy the files and run 'Newton_Raphson_Symbolic_Math_Example.m'The Newton-Raphson optimization method attempts to minimizes a target function by zeroing its gradient. This method

- Example: Newton Raphson Optimization (Minimization) using symbolic math
- Newton Raphson Optimization (Minimization) using symbolic math
  • 620 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 9 Oct 2015

Newton-Raphson Method

Version 1.0.0.0 by Nelson Fernando Santos Eltz

Newton-Raphson Method to find Real Root of Functions

The Newton-Raphson Method is a better version of the Fixed Point Interation Method, increasing the speed of the convergence to find the root of the equation. The NRM uses divisions, so it can give a

- Iterative Method to Obtain Real Root of Functions - Newton-Raphson Method
  • 1.2K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Nov 2017

Newton Raphson Method

Version 1.0.0.0 by Shakeel Ahmed

A simple Matlab Code for Newton Raphson Method

A simple Matlab code for solving newton Raphson method numerically.

  • 572 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 7 Apr 2016

Newton Raphson Method

Version 1.0.0.0 by Mukhtar Hussain

Root Finding Method (Newton Raphson)

- Newton Raphson Method %%
  • 647 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 Oct 2013

Demonstrations of Newton raphson method and Arc-length method

Version 1.2.0.0 by Zheng

Newton raphson method and Arch-length mothod

Demonstrations of Newton raphson method and Arc-length method

- % The aim of this matlab subroutine is to illustrate the concept and
- % Solve the quadratic equation
  • 1.4K (All time)
  • 4 (Last 30 days)
  • 4.7 / 5
  • Community
  • 3 Dec 2014

Newton Raphson

Version 1.0.12 by Dr. Manotosh Mandal

Matlab codes for Newton Raphson method. The details of the method and also codes are available in the video lecture given in the description

  • 896 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 15 Jan 2022

Newton-Raphson

Version 1.0.0.0 by Keerthi venkateswara Rao

Newton-Raphson method for all real roots of the polynomial.

- this m-file calculates the real roots of the given polynomial using
  • 75.9K (All time)
  • 9 (Last 30 days)
  • 4.1 / 5
  • Community
  • 22 Apr 2016

Generalized Newton Raphson Method

Version 1.0.0.0 by Hrishi Shah

Newton Raphson Method for any number of variables and any number of equations

Two methods are provided - 1) an automatic updation method which can be effectively used outside of a loop since it writes out a newton-raphson computation file from the parameters received.2) a

  • 5.1K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 26 May 2009

Montalvo Models, Simulations and Scripts

Version 1.0.1 by Carlos Montalvo

This is my public repo of all my MATLAB Screen cast codes and other random codes written in MATLAB

  • 1.4K (All time)
  • 6 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 Jun 2023

Newton-Raphson Method for 2 variables

Version 1.0.0.0 by Jesus Hernandez

Newton method for non-linear system of 2 variables (also solves linear system)

This program calculates the roots of a system of non-linear equations in 2 variables. This a script file and you only have to write in the command windows ">>newton2v2", and the program ask

- script file NEWTON METHOD (for 2 variables)
  • 5.6K (All time)
  • 3 (Last 30 days)
  • 4.4 / 5
  • Community
  • 30 Mar 2010

nrfrac

Version 1.0.0.0 by Valery Garmider

Newton-Raphson Pathology

%Renders the areas of convergence of the Newton-Raphson%method for root finding, applied to equation z^3-1=0%in the complex plane .%[xrngl,xrngr]- "x" boundaries%[yrngb,yrngu]- "y" boundaries%res -

- Renders the areas of convergence of the Newton-Raphson
  • 3.1K (All time)
  • 2 (Last 30 days)
  • 4.8 / 5
  • Community
  • 9 Apr 2003

Newton Raphson Power Flow Method_IEEE30

Version 1.0.0.0 by va bk

Newton Raphson Power Flow Method_IEEE30

Newton Raphson Power Flow Method_IEEE30

  • 1.1K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 2 Apr 2017

Newton Raphson Power Flow Method

Version 1.0.0.0 by Neelam Kumar

Newton Raphson Power Flow Method

- Program for Newton-Raphson Load Flow Analysis..
  • 4.1K (All time)
  • 4 (Last 30 days)
  • 4.9 / 5
  • Community
  • 14 Feb 2016

LOAD FLOW STUDY USING NEWTON-RAPHSON METHOD

Version 1.0.0 by Jayanta Piri

PROGRAM FOR LOAD FLOW ANALYSIS USING THE NEWTON-RAPHSON METHOD

  • 3.4K (All time)
  • 11 (Last 30 days)
  • 5.0 / 5
  • Community
  • 20 Aug 2018

Newton-Raphson algorithm for selective harmonic elimination

Version 1.0.2 by Alla Eddine Toubal Maamar

MATLAB Program of a Newton-Raphson algorithm to calculate switching angles for the elimination of selected harmonics

This program presents the method of application of the Newton-Raphson algorithm for the selective harmonic elimination, this method is proposed to eliminate the unwanted harmonics, the third and

  • 884 (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 6 Dec 2023

MatFLeX

Version 1.0.0.0 by Igor Peterlik

A framework for finite element simulation of hyperelastic materials in 3D.

  • 851 (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 20 Jul 2017

Numerical methods on finding the roots

Version 1.0.0 by Robby Ching

A package of different numerical methods in estimating a single root of a single equation

It includes the following programs: Bisection, Fixed point iteration or successive substitution, Regula Falsi, Modified Regula Falsi, Newton Raphson, Secant, and Modified Secant methods.*The image is

  • 405 (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 3 Jul 2020

GUI Numerical Solver

Version 1.1.5 by Mohammad Al-Fetyani

GUI Numerical Solver including curve fitting, root finding and linear system solver using most of the popular methods.

Numerical Solver includes the following :- Roots Finding -> Bisection -> False-Position -> Simple Fixed Point -> Newton-Raphson Method (Multivariable

  • 1.2K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 Dec 2020

BOfem

Version 1.0.5 by Matthias Baitsch

A simple fem package for 2D truss and beam structures.

  • 182 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 10 Mar 2021

Newton Raphson Load Flow for IEEE 14 Bus system

Version 1.0.0.0 by Ashish Kumar

Newton Raphson for IEEE 14 Bus system

  • 3.9K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Jul 2017

Solving Blasius Equation using Newton Raphson method

Version 1.0.0 by Raghu Karthik Sadasivuni

Solution to Blasius Equation for flat plate, a 3rd order non-linear ODE by Newton Raphson in combination with ODE45

shoots to g(∞)=1. Initial guesses may give an error: 1- g(∞) ≠ 0 . with subsequent iterations of numerical methods resolves the error. This method is called shooting technique. Here, Newton Raphson

  • 355 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 Nov 2021

Powerflow (Newton Raphson)

Version 2.1.0.0 by Orlando Ramirez Barron

The algorithm gets the states (V and Theta) of the electric power system and power flows

The algorithm uses the newton raphson method to obtain the states of the system and also the power injection and flows using the Jacobian matrix (partial derivates of V and Theta). The program has

- Newton Raphson Load Flow analysis
  • 3.7K (All time)
  • 7 (Last 30 days)
  • 4.6 / 5
  • Community
  • 4 Aug 2021

IEEE 30 BUS Newton Raphson Load Flow Analysis

Version 1.0.0.0 by A Chandan

Newton Raphson Load Flow analysis

Newton Raphson Load flow analysis of IEEE 30bus system .

- General Program For Newton Raphson Load flow
  • 5.8K (All time)
  • 30 (Last 30 days)
  • 4.7 / 5
  • Community
  • 9 Mar 2017

nasa/T-MATS

Version 1.0.0.0 by Jeffryes

Simulink Toolbox for the Modeling and Analysis of Thermodynamic Systems, such as gas turbines

gives a developer the ability to create simulations of such thermodynamic systems as turbomachinery and gas turbines. Keywords: TMATS, Control System, Numerical Methods, Newton-Raphson, Jacobian

  • 4.2K (All time)
  • 22 (Last 30 days)
  • 4.5 / 5
  • Community
  • 24 May 2024

Power Flow Analysis Toolbox(PFATB)

Version 1.5.0.0 by Chao

Power Flow Analysis Toolbox & Introduction to Power Flow Analysis Toolbox(PFATB)

- Newton-Raphson Algorithm With Rectangular Coordinate Method
- Newton-Raphson Algorithm With Polar Coordinate Method
- examines reactive power of PV bus with Newton-Raphson in rectangular coordinate method.
- examines reactive power of PV bus with Newton-Raphson in polar coordinate method.
  • 5.4K (All time)
  • 11 (Last 30 days)
  • 5.0 / 5
  • Community
  • 25 Feb 2011

Power System State Estimation with PMU (Phasor Measurement Unit)

Version 1.0.0.0 by Praviraj PG

Power System State Estimation with PMU (Phasor Measurement Unit) uses WLS with PMU

obtained using Newton Raphson method.

- Program for Newton-Raphson Load Flow Analysis..
  • 2.8K (All time)
  • 10 (Last 30 days)
  • 5.0 / 5
  • Community
  • 8 Jan 2018

NewtonRaphson

Version 2.0 by Mark Mikofski

Yet another solver that uses the backslash function to solve a set of non-linear equations

Although this is the most basic non-linear solver, it is surprisingly powerful. It is based on the Newton-Raphson method in chapter 9.6-7 of Numerical Recipes in C. In general for well behaved

- newton raphson example
- Solve set of non-linear equations using Newton-Raphson method.
  • 15.5K (All time)
  • 2 (Last 30 days)
  • 4.3 / 5
  • Community
  • 24 Oct 2022

Newton Raphson

Version 1.0.0.0 by Qazi Ejaz

Newton Raphson

Newton Raphson

  • 758 (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 12 Mar 2014

Newton raphson based Load flow for three bus power system

Version 4.0.0.0 by Awahab

Load flow based on newton raphson

This code calculates the load flow based on newton raphson methd for three bus power system. The Jacobian is written in a very easy form to understabd. The code comes with comments for each line for

  • 4.7K (All time)
  • 4 (Last 30 days)
  • 4.4 / 5
  • Community
  • 13 Jun 2018

Newton Raphson Solver with adaptive Step Size

Version 1.0.0.0 by Andreas

NewtonRaphson solves a system of nonlinear equations via Newtons method

% NewtonRaphson solves equations of the form:% % F(X) = 0 where F and X may be scalars or vectors%% NewtonRaphson implements the damped newton method with adaptive step% size

- NewtonRaphson solves a system of nonlinear equations via newton method
  • 1K (All time)
  • 3 (Last 30 days)
  • 4.0 / 5
  • Community
  • 28 Jan 2013

Numerical Analysis Functions 1

Version 1.0.0.0 by Jonathan Lister

Functions for the Bisection, Fixed-Point, Newton-Raphson, and Muller's methods.

Numerical analysis functions that employ the Bisection, Fixed-point, Newton-Raphson, and Muller's methods. Each returns a root for a given function, and optionally a iteration table. *** Symbolic

- NEWTON uses the Newton-Raphson method to solve for a root of f(x)
  • 1.9K (All time)
  • 2 (Last 30 days)
  • 4.8 / 5
  • Community
  • 25 Sep 2010

Newmark-beta Method for Nonlinear Single DOF Systems

Version 3.21 by Christopher Wong

Predict the nonlinear (or linear) response of a single degree-of-freedom damped mass-spring system subject to an external dynamic force.

solution is found using a Newton-Raphson algorithm obtained from [2]. The material behavior of the spring may be either linear or nonlinear, as Newton's method should converge either way.A nonlinear

- Attempts to solve an equation, f(x) = 0, using the Newton-Raphson method with finite difference.
  • 2.8K (All time)
  • 7 (Last 30 days)
  • 5.0 / 5
  • Community
  • 1 Jun 2021

  • 736 (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 28 May 2014

Toolbox Métodos Numéricos v2

Version 2.0 by Gislandya Bandeira

Método da Bisseção; Método de Newton-Raphson; Método da Secante; Eliminação Gaussiana; Decomposição LU.

Newton-Raphson;Método da Secante;Eliminação Gaussiana;Decomposição LU.Funcinalidades:Passo a passo da resolução do problema;Tabela completa de dados;Oferece quatro critérios de parada;Representação gráfica.

  • 115 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 24 May 2021

newton raphson power flow

Version 1.0.0.0 by Jesus

calcula flujos de potencia

- PROGRAMACION PARA ANALISIS DE FLUJOS DE POTENCIA
  • 2.6K (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 25 Nov 2013

Newton-Raphson Method for Non-linear System of 3 variables

Version 1.0.0.0 by Jesus Hernandez

Newton Method to solve non-linear (also linear) systems of 3 variables.Very amicable

- Script file: Newton-Raphson Method (newton3v1)
  • 2.5K (All time)
  • 1 (Last 30 days)
  • 3.7 / 5
  • Community
  • 5 May 2010

Optimal Power Flow by GA toolbox

Version 1.0.0.0 by RMS Danaraj

OPF by GA

- Power flow solution by Newton-Raphson method
  • 6.9K (All time)
  • 3 (Last 30 days)
  • 4.5 / 5
  • Community
  • 24 Mar 2014

Load Flow analysis of 6-bus, 9-bus, 14-bus, 26-bus & 30-bus test system by GS, NR and fast decoupled

Version 1.0.0.0 by Souhardya Panda

Matlab code for load flow analysis by newton-raphson, gauss-siedel and fast decoupled methods

This program solves load flow equation for 6-bus, 9-bus, 14-bus, 26-bus & 30-bus IEEE standard test system by newton-raphson, gauss-siedel and fast decoupled methods.Open main.m

- This program is used in conjunction with lfgauss or lf Newton
  • 9.4K (All time)
  • 34 (Last 30 days)
  • 4.8 / 5
  • Community
  • 16 Nov 2017

Newton-Raphson

Version 1.0.0.0 by m.montaser sabry

A code to find the diferent roots of the equations,real ones.

  • 434 (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 14 Jan 2012

Multivariable Newton Raphson Method Using Matlab

Version 1.0.0 by Mantis

This file enables multivariable transcendental equations to be solved in the Matlab environment.

Newton Raphson Method is an iterative technique for solving a set of various nonlinear equations with an equal number of unknowns. There are two methods of solutions for the load flow using the

  • 1.5K (All time)
  • 6 (Last 30 days)
  • 3.5 / 5
  • Community
  • 24 Nov 2020

Power System Loadflow Analysis with STATCOM

Version 1.0.0.0 by Praviraj PG

Power System Loadflow Analysis with STATCOM.

- Program for Newton-Raphson Load Flow Analysis
- Program for Newton-Raphson Load Flow with STATCOM
  • 14.9K (All time)
  • 5 (Last 30 days)
  • 4.3 / 5
  • Community
  • 11 Jan 2009

Newton Raphson Power Flow Solution using MATLAB

Version 1.0.0.0 by Hafiz Kashif Khaleel

this is the general program for Newton Raphson solution.

Implementation of Newton Raphson Power Flow Solution in MATLAB. this is the general program for solution. just enter the data in tables , e.g(linedata & busdata). and get the ADMITTANCE MATRIX

- IMPLEMENTATION OF NEWTON RAPHSON METHOD IN MATLAB
  • 17.9K (All time)
  • 2 (Last 30 days)
  • 3.8 / 5
  • Community
  • 16 Jan 2010

Newton-Raphson method with linear constraints

Version 1.1 by Michael Mauersberger

Implementation of the Newton-Raphson method with linear constraints, increment damping and additional sweep points

newtRaph.mA Matlab implementation of the Newton-Raphson method with linear constraints(c) Michael Mauersberger 2021 (v0.1), 2023 (v1.0, v1.1), LGPL License v2.1Newton-Raphson method with constraints

  • 31 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 19 Dec 2023

Load FLow Analysis For IEEE 118 Bus Sytem

Version 1.0.0 by Arunachalam Sundaram

This MATLAB code performs a load flow analysis for the IEEE 118 bus system using the Newton-Raphson method.

This MATLAB code performs a load flow analysis for the IEEE 118 bus system using the Newton-Raphson method. The Newton-Raphson method, known for its robustness and accuracy, iteratively solves the

  • 579 (All time)
  • 20 (Last 30 days)
  • 5.0 / 5
  • Community
  • 24 Jul 2024

Logistic Regression for Classification

Version 1.0.0.0 by Mo Chen

Logistic regression for both binary and multiclass classification

- Logistic regression for binary classification optimized by Newton-Raphson method.
  • 3.5K (All time)
  • 2 (Last 30 days)
  • 4.3 / 5
  • Community
  • 8 Mar 2016

Power Flow Analysis Toolbox

Version 1.9.0.0 by Lei

Polar Newton-raphson algorithm, Cartesian Coordinate Newton-raphson algorithm, PQ algorithm

- Power Flow in the algorthim of Polar Newton Rapshon
- Power Flow in the algorthim of Cartesian Coordinates Newton Rapshon
  • 5.2K (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 19 May 2010

Solve Nonlinear Equation Numerically

Version 1.0.0.0 by Hassan Najjar

Four different methods for numerically solving nonlinear equations.

This archive contains four different functions for solving nonlinear equations. Including Newton-Raphson, Fixed-point, Secant, & Bisection methods. This work was part of my coursework in an

- Solve a nonlinear equation using the Newton-Raphson method
  • 2.3K (All time)
  • 2 (Last 30 days)
  • 3.7 / 5
  • Community
  • 15 Jan 2013

Newton-Raphson Method GUI

Version 1.1.0.0 by shaikk zillani

Find exact roots of an equation easily in a GUI

The Code will make ezplot of a polynomial function and the approximation can be given as an input to find out the exact roots of the polynomial function using NEWTON-RAPHSON Method.

- NEWTON_RAPHSON_GUI M-file for newton_Raphson_GUI.fig
  • 1.1K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 16 Sep 2013

Dynamic Optimization

Version 1.0.0.0 by Arthur Bryson

Companion Software

- POPN - Newton-Raphson version of POP.
- Subroutine for e02_3_3.m; determines uo for given ratio of el=l/a
  • 6.5K (All time)
  • 2 (Last 30 days)
  • 3.7 / 5
  • Community
  • 24 Sep 2002

Newton Raphson Method

Version 1.0.0.0 by mec

Newton Raphson Method

Newton Raphson Method for unconstrained local optimization.

- NewtonRaphson Method for unconstrained local optimization
  • 239 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 28 Sep 2015

Newton-Raphson method

Version 1.2 by Andrea La Spina

Easy application of Newton-Raphson algorithm

The script illustrates an easy application of the Newton-Raphson algorithm.It also provides a detailed summary of the values obtained in the procedure as well as a nice picture.

- NEWTON-RAPHSON ALGORITHM
  • 296 (All time)
  • 4 (Last 30 days)
  • -- / 5
  • Community
  • 13 Oct 2021

NEWTON RAPHSON

Version 1.0.0.0 by Sandeep Solanki

Newton-raphson method to find root of an equation.

Newton-raphson method or Successive Approximation method to find root of an equation.Just enter the equation and the starting point as input and function will give you the exact root of the equation.

  • 634 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 11 Jun 2012

Activity Coefficient Solver for Electrolyte Solutions

Version 1.0.0 by Robby Ching

It solves the Mean Ionic Activity coefficient of aqueous electrolytes solutions at 298 K using the Newton-Raphson iterative method.

The solvent here is water and the temperature is 298 K. The program employs the Newton-Raphson method for nonlinear equations in solving for the cation concentration (CC) and activity coefficient (AC

  • 130 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 Aug 2020

newton raphson method with matlab

Version 1.0 by reza abdilla

newton raphson

- Program for Newton-Raphson Load Flow Analysis..
  • 194 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 11 Oct 2016

Load more