搜索资源列表
solving_nonlinear_equations_with_newton_method
- Kelly的Solving Nonlinear Equations with Newton’s Method-This small book on Newton’s method is a user-oriented guide to algorithms and implementation. Its purpose is to show, via algorithms in pseudo-code, in MATLAB, and with several examples, how
newtlagr
- MATLAB最优化问题的牛顿拉格朗日求解算法-matlab: Newton-Lagrengge solver algothrim for a optimal problem
Newton
- Newton iteration solver
Solving-Nonlinear-Equations-using-Newton-Raphson.
- Nonlinear equation solver
cSharpmatlabtaskcal
- 使用了编程语言:C#,编程工具:Visual Studio 2010实现了对数值计算中Steffensen,Muller(抛物线)非线性方程数值求解;Gauss线性方程组求解;Lagrange,Newton,三次样条插值法数值逼近的winform 软件开发,取代了Matlab方法,便于方法的应用和推广。-Use a programming language: C#, programming tools: Visual Studio 2010 realization of the numerica
NewtonRaphson_0.5
- matlab code for Newton-Raphson solver
Solvers
- 求解器方程 BisectionZero.m 使用二分法求解方程的过零点; LEPDS.m 求解方程ax = b,a为正定对称矩阵; ModNewt 给定微分,求解方程f(x) = 0; NLEqSolver.m 使用牛顿法求解方程; NLEqSolverWrapper.m 使用不同的初值调用牛顿法解方程; NewtRaph.m 方程只有一个根时,给定df(x)/dx信息,求解方程f(x) = 0。乳菇婆有多个根,x应该在根附近。- Math/Solver
blasius
- function [u,y]=blasius(2,20) a scr ipt to compute the blasius profile, using newton solver fsolve, and Chebyshev collocation.- function [u,y]=blasius(2,20) a scr ipt to compute the blasius profile, using newton solver fsolve, and Ch
Optimal problem solver
- 优化问题求解方法包括牛顿法、共轭梯度法和最速下降法(The optimization problems are solved by Newton method, conjugate gradient method and steepest descent method)