资源列表
lagelangri
- 用C++编写朗格郎日公式,此程序简单效果好,值得推荐
LU
- 数学工具: LU分解法解线性方程组,很好用
CG
- 共梯度算法程序代码.数学上,共梯度法实求解特定线性系统的数值解的方法,其中那些矩阵为对称和正定。共轭梯度法是一个迭代方法,所以它适用于稀疏矩阵系统,因为这些系统对于象乔莱斯基分解这样的直接方法太大了。这种系统在数值求解偏微分方程时相当常见。 共梯度法也可以用于求解无约束优化问题。
Variation
- 方差法计算分维数,此方法牺牲了一定的计算速度,但是精度较高。-Variance method to calculate fractal dimension, this method of calculating the expense of a certain speed, but accuracy.
Solving-cubic-equation-
- 用二分法求解三次方程,只需要输入方程的四个系数即可进行求解。-Solving cubic equation with the dichotomy, just type equation can be solved by the four factors.
Addition-and-subtraction-within-100
- 小学生100以内的加减法(随机出题),可以统计正确率-Addition and subtraction within 100 primary school students were out of question
sanyuanzu
- 用三元组来存储稀疏矩阵,实现三元组与稀疏矩阵之间的转换-
FE-11
- 有限元分析 清华大学 范子杰 有限元作业第11讲 动力学作业1-Finite element analysis of finite element job Tsinghua Fan Zijie Dynamics Lecture 11 Job 1
random_array
- 基于随机阵列的MUSIC算法,用于目标的DOA估计。-Random-array based MUSIC algorithm which can be used to estimate the DOA of targets.
Bootstrap
- 用visual basic编写的自助法数值解法计算程序-Bootstrap values solution prepared using visual basic calculation program
witi_cpp
- Simple implementation of wiTi algorithm in C++ with example test data file.
SolveLinearEqutations
- 全选主元高斯-约当消去法求解稀疏线性方程组 输入参数a[]系数矩阵,n线性方程阶数,b[]右端项 输出参数b[]方程组的解 返回值 : 1求解成功 0求解失败-Select the main element Gauss- Jordan elimination method for solving sparse linear equations Input parameters a [] coefficient matrix, n order linear equations, b
