Gauss-Newton
探索高斯-牛顿法的精妙之处,掌握非线性最小二乘问题求解的关键技术。适用于信号处理、控制系统优化及机器学习等领域,是电子工程师不可或缺的算法工具。通过262个精选资源深入学习,从基础理论到实际应用案例,全面提升您的专业技能。立即访问,开启高效优化之旅!
资源总数
195
Gauss-Newton 全部资料 195 份
The Gauss鈥揝eidel method is a technique used to solve a linear system of equations.
The Gauss鈥揝eidel method is a technique used to solve a linear system of equations.
2017-04-29
91
用语言编写的解线性方程组的直接方法(包含Gauss顺序消去法、Gauss列主元素消去法、Doolittle三角分解法)
用语言编写的解线性方程组的直接方法(包含Gauss顺序消去法、Gauss列主元素消去法、Doolittle三角分解法)
2015-08-12
70
A program for solving equations using Newton s Method.Just need to modify the data in the main funct
A program for solving equations using Newton s Method.Just need to modify the data in the main function. If there is any...
2016-11-03
71
Newton-Raphson算法 介绍 在科学计算和财经工程领域
Newton-Raphson算法 介绍 在科学计算和财经工程领域,许多数值算法都是通用的(至少在理论上是),可广泛地用于解决一类问题。一个大家熟悉的例子就是Newton-Raphson例程,它可用来寻找方程 f(x)=0的数值解。标准...
2016-07-31
61