-
最速下降法求解方程组
最速下降法就是梯度下降法,可以用于求解最小二乘问题(线性和非线性都可以)。可以说是求解机器算法的最古老、最经典的模型,另一种常用的方法是最小二乘法。(The steepest descent method is the gradient descent method, which can be used to solve the least squares problem (both linear and non-linear). It can be said that it is the oldest and most classical model for solving machine algorithm. Another commonly used method is the least square method.)
- 2019-05-13 21:13:18下载
- 积分:1
-
Scientific-Calculator
用编译的科学计算器,代码详细,清楚。设计简单。(Scientific Calculator with compiled code in detail, clearly.)
- 2013-05-16 15:07:58下载
- 积分:1
-
Adaptive-mesh-generation
自适应网格生成的文章,广泛的应用到有限元和无网格方法中(a nice paper of adaptive mesh generation)
- 2013-09-21 15:44:49下载
- 积分:1
-
conjugate
共轭梯度法,本算法是经过验证了的共轭梯度法,读者在运用到其他方面时需要修改一定的参数(Conjugate gradient method, this algorithm is verified of the conjugate gradient method, readers in the use of other aspects need to modify certain parameters)
- 2008-04-10 11:14:46下载
- 积分:1
-
jingmiu_v15
雅克比迭代求解线性方程组课设,esprit算法对有干扰的信号频率进行估计,利用matlab写成的窄带噪声发生。( Jacobi iteration for solving linear equations class-based, esprit algorithm signal frequency interference can be assessed Using matlab written narrowband noise occurs.)
- 2017-04-27 16:47:53下载
- 积分:1
-
sor超松弛迭代法
一个实现sor超松弛迭代法的c语言算法,可以帮助新手完成矩阵计算(A C language algorithm for realizing over relaxation iterative method)
- 2017-06-30 09:34:56下载
- 积分:1
-
Finite element mesh generation
全面介绍有限元网格生成算法的英文教材,可以作为网格生成算法的编程资料(finite element mesh generation has not been taken as a formal subject of teaching in universities,as it encompasses several disciplines including classical geometry, computational geometry and topology, finite element method, data structures and algorithms, computer programming and, to a certain extent, even computer graphics.)
- 2018-01-29 10:55:18下载
- 积分:1
-
L-BFGS
说明: 自己编的,实现l-bfgs解无约束优化问题(Own, and the realization of l-bfgs Unconstrained optimization problems)
- 2021-03-31 15:49:09下载
- 积分:1
-
Matching-2
//给定整数n,产生所有[2n]上的匹配(matching)
//将其视为一个所有块大小均为2的集合分拆
//以a_i表示其第i个元素所在的集合号
//输出格式为 a1 a2 a3 ...
//满足
//a_{i+1} <= max { a1,a2,...a_i } + 1
(//a given integer n, have all [2n] on the matching (matching)// will be considered as an all pieces are two sets of a split// a_i said in its i elements of a collection of lies// output format for a1 a2 a3 ...// meet// a_ i (a))
- 2007-06-13 22:14:46下载
- 积分:1
-
MyMatrixFunction
说明: 包括我自己写的一些数值分析用到的函数
包括矩阵的LU分解的两种方法, Cholesky分解, 以及线性方程组的迭代解法中的雅克比, 高斯-赛德尔以及线性松弛法的函数(Including myself, used to write some of the numerical analysis functions, including matrix LU decomposition of two methods, Cholesky decomposition, and iterative solution of linear equations in the Jacobi, Gauss- Seidel and linear relaxation method function)
- 2011-04-09 20:52:20下载
- 积分:1