Muller算法实现
muller s algorithm 穆勒算法 经典-MULLER s algorithm Muller classical algorithm
本专区汇聚了各类基于 迭代方法 开发的源码资源,共计 13 篇资源供开发者免费下载学习。
muller s algorithm 穆勒算法 经典-MULLER s algorithm Muller classical algorithm
jacobi algorithm another implementation
通过迭代方法计算非线性方程组,主要是通过雅克比迭代的方法-Be calculated by iteration of nonlinear equations, mainly thr
数值分析 查值 迭代 我把一些方法分别做成了库文件-value iteration I investigated some of the methods were causing
松弛法默认松弛系数1.1到1.9-relaxation default relaxation factor from 1.1 to 1.9
Conjugate Gradient Method
这个是网上的最全的关于共轭梯度法的c++程序。-This is the most complete line on the conjugate gradient method c+
非线性方程组求解_程序,mulStablePoint 用不动点迭代法求非线性方程组的一个根mulNewton 用牛顿法法求非线性方程组的一个根mulDiscNewton
SECANT ALGORITHM 2.4 To find a solution to the equation f(x) = 0 given initial app
初学者练手的小程序,主要还是数值计算领域的,利用了简单的差分格式然后根据迭代方法求解结果。作为无基础的新手可以尝试着编写这样的程序
应用背景这是一个集合的例程比较不同的迭代计划,近似的线性方程组的解的解决方案;解决的方案所产生的泊松方程的有限元离散化标准的FD /零右边的单位面积上的系统。 ;常规 ;compa
(Sd.m) 此函数解决对称系统 Ax = b使用最速下降法。