搜索资源列表
nonlinearNOWTONiterative
- 非线性方程组解法牛顿下山法,求解非线性方程组-nonlinear equations of Newton Method down, solving systems of nonlinear equations
jsffda
- 这是计算方法上的所有算法,包括牛顿差值,牛顿下山法,还有很多经典的算法。
shuzifenxi
- 数值分析(计算方法):欧拉方法、高斯-赛德尔迭代法、拉格朗日及分段线性插值、龙贝格算法、牛顿下山法、选主元高斯消去法
Newton
- 牛顿下山法求解非线性方程组问题,同时其中的例子可以修改,具体见readme
10.牛顿下山法
- 牛顿下山法,比较好用!-Newton downhill, better quality!
NiuDun java
- 求实系数代数方程全部根的牛顿下山法,java,源程序具有自带的数据,经过验证结果无误。使用者可以直接调用方法-realistic Algebraic equations of Newton-down, java, with its own source of data, proven correct results. Users can directly call methods
牛顿下山法求解非线性方程组
- fortran程序,绝对好用,我给你初始的设为变量五的方程组,迭代主值也给了,自己改就行了,附送夸克物态方程程序
Newton
- 用牛顿下山法求方程的近似解,并另付实验报告。-Newton descent method with the approximate solution of Equation, and the extra test report.
niudongxiashan
- 利用matlab实现牛顿下山法,便于数值分析计算-matlab niudunxiashan
Newton
- 用牛顿下山法求解方程:下山因子在计算过程中可以变动,一般选择下山因子时从1开始,逐次将减半进行试算,直到能使下降条件成立为止。若当计算到某步时取不到满足要求的值(或值小到无法容忍),这时称“下山失败”,需要另取初值重新算起。-Descent method with Newton' s equation: down factor in the calculation process can change, usually selected from the 1 start down fact
equation
- 求解方程根的函数和一些微分方程迭代的函数,包括:求实系数代数方程全部根的牛顿-下山法,全区间积分的定步长龙格-库塔法,积分一步的变步长龙格-库塔法,积分一步的变步长基尔方法,求实系数代数方程全部根的qr方法-Solving the root of the function equations and some differential equations iteration function, including: realistic coefficient algebraic equation
newton_down
- 牛顿下山法-Newton downhill method
niudunxiashanfa
- 十分经典的牛顿下山法的c++版本独创 可以实现科学计算-Newton downhill very classic method c++ version of the original scientific computing can be achieved
feixianxingfangchengzuqiugen
- 非线性方程求根实验,使用牛顿下山法,C++编程,包含实验报告-Experimental roots of nonlinear equations, using Newton downhill method, C++ programming, the report contains the experimental
feixianxing
- mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法的第二
nonlinear-equation
- mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法
newton-downhill-algorithm-2_20-CPP
- 牛顿下山法标准程序,数值计算研究必备,通俗易懂-newton downhill algorithm
Newton-descent-method-algorithm-
- 牛顿下山法算法用matlab实现源程序,完整无缺,运行无错误,正常引用!-Newton descent method algorithm implementation using matlab source, intact, run the error-free, normal reference!
牛顿下山法
- 用牛顿下山法求解三层平板波导的本征方程。(Newton downhill method is used to solve the eigen equation of three-layer planar waveguide.)
Matlab方程求根法汇总
- Matlab方程求根法汇总:BenvliMAX 贝努利法求按模最大实根 BenvliMIN 贝努利法求按模最小实根 HalfInterval 用二分法求方程的一个根 hj 用黄金分割法求方程的一个根 StablePoint 用不动点迭代法求方程的一个根 AtkenStablePoint 用艾肯特加速的不动点迭代法求方程的一个根 StevenStablePoint 用史蒂芬森加速的不动点迭代法求方程的一个根 Secant 用一般弦截法求方程的一个根 SinleSecant 用单点弦截法求方程的一个