CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - newton iteration method matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - newton iteration method matlab - List
[
MPI
]
MATLAB
DL : 0
牛顿迭代方法计算算法示例,可以通过这个来写出其他的计算方法-Newton iteration method algorithm for example, you can write this to the calculation of other
Update
: 2025-02-19
Size
: 1kb
Publisher
:
李黎
[
Algorithm
]
computationalmathematics
DL : 0
辛普森方法,样条插值,高斯迭代,啦格朗日差值,牛顿迭代,超加速收敛,龙贝格方法等等,数值计算必备!-Simpson method, spline interpolation, Gaussian iteration, you granges margin, Newton iteration, super speed up convergence, Romberg methods, numerical computation must!
Update
: 2025-02-19
Size
: 10kb
Publisher
:
认真编程
[
source in ebook
]
newton
DL : 0
牛顿迭代法求非线性方程,是数值就散方法课上的作业。-Newton iteration for nonlinear equations is the numerical method on the loose class operation.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
谭松清
[
matlab
]
Matlab-Newton
DL : 0
一、 实验目的 在计算机上用迭代法求非线性方程地f(x)=0的根。 二、 实验平台 操作系统:Microsoft Windows Vista SP1 数学软件:Matlab7.0.0.19920(R14) -First, the experiment was on the computer using iteration method to nonlinear equations f (x) = 0 root. Second, experimental platform, operating system: Microsoft Windows Vista SP1 mathematical software: Matlab7.0.0.19920 (R14)
Update
: 2025-02-19
Size
: 137kb
Publisher
:
sh_xj
[
Mathimatics-Numerical algorithms
]
chapter7
DL : 0
牛顿迭代法求非线性方程组,来自《精通matlab科学计算》一书-Newton iteration method for nonlinear equations, from " well versed in scientific computing matlab" book
Update
: 2025-02-19
Size
: 6kb
Publisher
:
罗烧灼
[
matlab
]
mulNewtonSOR
DL : 0
本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps) where F: equations, x0: the initial solution of equations, w: SOR iterative factor, h: numerical integration constant, eps: the root of the accuracy, m: the number of iterative steps.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
锦夏
[
Software Engineering
]
newton-MATLAB
DL : 0
详细推导了复平面上牛顿迭代法的原理和计算公式,用MATLAB编程实现了牛顿迭代法,得到一些奇异绚丽的分形图形-The complex plane is derived in detail the principle and Newton' s iteration formula, using MATLAB programming Newton' s iterative method, get some strange colorful fractal images
Update
: 2025-02-19
Size
: 1.34mb
Publisher
:
wanglei
[
Algorithm
]
nolinerequationssolves
DL : 1
MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
Update
: 2025-02-19
Size
: 14kb
Publisher
:
liuming
[
Mathimatics-Numerical algorithms
]
newton
DL : 0
用牛顿迭代法解非线性方程组的源程序,在MATLAB中可用-Newton iteration method for nonlinear equations of the source, available in MATLAB
Update
: 2025-02-19
Size
: 3kb
Publisher
:
zhengjia
[
matlab
]
zxecf
DL : 0
一种应用牛顿迭代法的MATLAB源程序 解决的是方程求根的问题-A MATLAB application of Newton iteration method to solve the source problem of finding roots of equations
Update
: 2025-02-19
Size
: 1kb
Publisher
:
罗辉
[
Algorithm
]
homotopy-matlab
DL : 0
求解非线性方程组,比Newton迭代更加稳定的迭代法-Solving nonlinear equations, Newton iteration is more stable than the iterative method
Update
: 2025-02-19
Size
: 4kb
Publisher
:
wang
[
matlab
]
root
DL : 0
Chapter 2. The Solution of Nonlinear Equations f(x) = 0 Algorithm 2.1 Fixed Point Iteration Algorithm 2.2 Bisection Method Algorithm 2.3 False position or Regula Falsi Method Algorithm 2.4 Approximate Location of Roots Algorithm 2.5 Newton-Raphson Iteration Algorithm 2.6 Secant Method Algorithm 2.7 Steffensen s Acceleration Algorithm 2.8 Muller s Method Algorithm 2.9 Nonlinear Seidel Iteration Algorithm 2.10 Newton-Raphson Method in 2-Dimensions-Chapter 2. The Solution of Nonlinear Equations f(x) = 0 Algorithm 2.1 Fixed Point Iteration Algorithm 2.2 Bisection Method Algorithm 2.3 False position or Regula Falsi Method Algorithm 2.4 Approximate Location of Roots Algorithm 2.5 Newton-Raphson Iteration Algorithm 2.6 Secant Method Algorithm 2.7 Steffensen s Acceleration Algorithm 2.8 Muller s Method Algorithm 2.9 Nonlinear Seidel Iteration Algorithm 2.10 Newton-Raphson Method in 2-Dimensions
Update
: 2025-02-19
Size
: 29kb
Publisher
:
Paola de Oliveira
[
Other
]
newton
DL : 0
牛顿迭代法 数值分析 求解方程组的解 这是一个matlab程序代码-newton iteration method
Update
: 2025-02-19
Size
: 1kb
Publisher
:
diana
[
matlab
]
Newton-iteration-
DL : 0
MATLAB实现牛顿迭代法求解非线性方程组-MATLAB realization of Newton iteration method for solving nonlinear equations
Update
: 2025-02-19
Size
: 1kb
Publisher
:
knight
[
matlab
]
newton-steffensen
DL : 0
方程的数值解法,包含牛顿迭代法和基于牛顿法的史蒂芬森加速法。matlab实现,注释很详细。-Numerical solutions of equations containing the Newton iteration method and newton-steffensen method.Matlab, very detailed comments.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
小透明
[
matlab
]
newton
DL : 0
牛顿(Newton)迭代法的MATLAB程序-Newton (Newton) iteration method MATLAB program
Update
: 2025-02-19
Size
: 1kb
Publisher
:
ke_zhifang
[
matlab
]
matlab(matlab-code)
DL : 1
matlab数值计算分析常用小程序代码,包括龙格库塔法、牛顿迭代法、欧拉法等-matlab numerical analysis commonly used applet code, including the Runge-Kutta method, Newton iteration method, Euler method
Update
: 2025-02-19
Size
: 231kb
Publisher
:
hezudao
[
matlab
]
微震震源定位方法的MATLAB程序
DL : 2
介绍了线性定位法、Geiger定位法的原理,附有MATLAB源码(Introduced the linear positioning method, Geiger positioning method and Newton iteration method to achieve the principle, with MATLAB source code)
Update
: 2025-02-19
Size
: 718kb
Publisher
:
贾杰森
[
Other
]
Power Flow6.23
DL : 0
MATLAB求解电力系统潮流;牛顿迭代法;适用于14节点30节点300节点1047节点等。(MATLAB solves the power system tidal current; Newton iteration method; it applies to 14 nodes, 30 nodes, 300 nodes, 1047 nodes, etc.)
Update
: 2025-02-19
Size
: 5kb
Publisher
:
麻辣小月饼
[
Fractal program
]
BasinsofAttraction
DL : 1
绘制牛顿迭代法的吸引盆程序,使用matlab(Drawing the suction basin program of Newton iteration method)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
喵~喵喵~
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.