Welcome![Sign In][Sign Up]
Location:
Search - newton iteration method matlab

Search list

[MPIMATLAB

Description: 牛顿迭代方法计算算法示例,可以通过这个来写出其他的计算方法-Newton iteration method algorithm for example, you can write this to the calculation of other
Platform: | Size: 1024 | Author: 李黎 | Hits:

[Algorithmcomputationalmathematics

Description: 辛普森方法,样条插值,高斯迭代,啦格朗日差值,牛顿迭代,超加速收敛,龙贝格方法等等,数值计算必备!-Simpson method, spline interpolation, Gaussian iteration, you granges margin, Newton iteration, super speed up convergence, Romberg methods, numerical computation must!
Platform: | Size: 10240 | Author: 认真编程 | Hits:

[source in ebooknewton

Description: 牛顿迭代法求非线性方程,是数值就散方法课上的作业。-Newton iteration for nonlinear equations is the numerical method on the loose class operation.
Platform: | Size: 1024 | Author: 谭松清 | Hits:

[matlabMatlab-Newton

Description: 一、 实验目的 在计算机上用迭代法求非线性方程地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)
Platform: | Size: 140288 | Author: sh_xj | Hits:

[Mathimatics-Numerical algorithmschapter7

Description: 牛顿迭代法求非线性方程组,来自《精通matlab科学计算》一书-Newton iteration method for nonlinear equations, from " well versed in scientific computing matlab" book
Platform: | Size: 6144 | Author: 罗烧灼 | Hits:

[matlabmulNewtonSOR

Description: 本代码为牛顿-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.
Platform: | Size: 1024 | Author: 锦夏 | Hits:

[Software Engineeringnewton-MATLAB

Description: 详细推导了复平面上牛顿迭代法的原理和计算公式,用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
Platform: | Size: 1405952 | Author: wanglei | Hits:

[Algorithmnolinerequationssolves

Description: MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
Platform: | Size: 14336 | Author: liuming | Hits:

[Mathimatics-Numerical algorithmsnewton

Description: 用牛顿迭代法解非线性方程组的源程序,在MATLAB中可用-Newton iteration method for nonlinear equations of the source, available in MATLAB
Platform: | Size: 3072 | Author: zhengjia | Hits:

[matlabzxecf

Description: 一种应用牛顿迭代法的MATLAB源程序 解决的是方程求根的问题-A MATLAB application of Newton iteration method to solve the source problem of finding roots of equations
Platform: | Size: 1024 | Author: 罗辉 | Hits:

[Algorithmhomotopy-matlab

Description: 求解非线性方程组,比Newton迭代更加稳定的迭代法-Solving nonlinear equations, Newton iteration is more stable than the iterative method
Platform: | Size: 4096 | Author: wang | Hits:

[matlabroot

Description: 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
Platform: | Size: 29696 | Author: Paola de Oliveira | Hits:

[Othernewton

Description: 牛顿迭代法 数值分析 求解方程组的解 这是一个matlab程序代码-newton iteration method
Platform: | Size: 1024 | Author: diana | Hits:

[matlabNewton-iteration-

Description: MATLAB实现牛顿迭代法求解非线性方程组-MATLAB realization of Newton iteration method for solving nonlinear equations
Platform: | Size: 1024 | Author: knight | Hits:

[matlabnewton-steffensen

Description: 方程的数值解法,包含牛顿迭代法和基于牛顿法的史蒂芬森加速法。matlab实现,注释很详细。-Numerical solutions of equations containing the Newton iteration method and newton-steffensen method.Matlab, very detailed comments.
Platform: | Size: 1024 | Author: 小透明 | Hits:

[matlabnewton

Description: 牛顿(Newton)迭代法的MATLAB程序-Newton (Newton) iteration method MATLAB program
Platform: | Size: 1024 | Author: ke_zhifang | Hits:

[matlabmatlab(matlab-code)

Description: matlab数值计算分析常用小程序代码,包括龙格库塔法、牛顿迭代法、欧拉法等-matlab numerical analysis commonly used applet code, including the Runge-Kutta method, Newton iteration method, Euler method
Platform: | Size: 236544 | Author: hezudao | Hits:

[matlab微震震源定位方法的MATLAB程序

Description: 介绍了线性定位法、Geiger定位法的原理,附有MATLAB源码(Introduced the linear positioning method, Geiger positioning method and Newton iteration method to achieve the principle, with MATLAB source code)
Platform: | Size: 735232 | Author: 贾杰森 | Hits:

[OtherPower Flow6.23

Description: 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.)
Platform: | Size: 5120 | Author: 麻辣小月饼 | Hits:

[Fractal programBasinsofAttraction

Description: 绘制牛顿迭代法的吸引盆程序,使用matlab(Drawing the suction basin program of Newton iteration method)
Platform: | Size: 1024 | Author: 喵~喵喵~ | Hits:
« 12 »

CodeBus www.codebus.net