搜索资源列表
fastdown
- 数值分析中最速下降法插值算法,运行稳定,并且能画出最后的插值曲线
fastdown
- 数值分析中最速下降法插值算法,运行稳定,并且能画出最后的插值曲线-Numerical Analysis of the most steepest descent method interpolation algorithms, running stability, and can draw the final curve interpolation
iterative
- rs 里查森迭代法求线性方程组 crs 里查森参数迭代法求线性方程组 grs 里查森迭代法求线性方程组 jacobi 雅可比迭代法求线性方程组 gauseidel 高斯-赛德尔迭代法求线性方程组 SOR 超松弛迭代法求线性方程组 SSOR 对称逐次超松弛迭代法求线性方程组 JOR 雅可比超松弛迭代法求线性方程组 twostep 两步迭代法求线性方程组 fastdown 最速下降法求线性方程组 co
fangchengzudiedaifa
- 线性方程组迭代法,有五个常用算法,jacobi,seidel,sor,fastdown,conjgrad
preconjgrad
- preconjgrad:预处理共轭梯度法求线性方程组Ax=b的解 conjgrad:共轭梯度法求线性方程组Ax=b的解 twostep:两部迭代法求线性方程组Ax=b的解 fastdown:快速下降法求线性方程组Ax=b的解-preconjgrad: preconditioned conjugate gradient method for solving linear equations Ax = b solution co
fastdown-and-jacobi
- 最速下降法和雅可比法经典迭代matlab程序-Steepest descent method and Jacobi method classic iteration matlab program
fastdown
- 用matlab编的最速下降优化算法,很实用,算法很简单-Using matlab steepest descent optimization algorithms, very practical, very simple algorithm
method
- 解线性方程组的迭代法,例如:最速下降法求线性方程组Ax=b的解,共轭梯度法求线性方程组Ax=b的解(The iterative method for solving linear equations is obtained)