资源列表
SZJS
- 带状矩阵特征值jocobi算法的fortran源码
2dfdtd2c
- 一个很好的关于2D FDTD的C源代码,适合初学者下载学习
589663-583763-fortodxf
- 一个很好的FOR TO DXF的转换程序,适合模型转换图形应用
twopoint
- 根据样本估计密度曲线的方法,也就是pavzen窗函数法,采用正态窗函数,先画直方图,在估计平滑的密度曲线
matrix
- 求解矩阵逆的小程序,嵌入到了web页面中,可以在多种场合和环境中使用,可以作为工程人员的计算工具
Fibonacci
- 该程序实现了对文件的输入输出读取操作,并用C语言实现了对于Fibonacci函数的数学计算
Lagrange
- 拉格朗日插值算法,输入[x0 x1 x2]和对应的[y0 y1 y2],按拉格朗日插值发计算出[x0 x2]之间任何一个X所对应的Y值
Jacobi
- 2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system for n=10 and 100
Gauss-Seidel
- Using Jacobi method and Gauss-Seidel iterative methods to solve the following system The required precision is =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of these two me
Gaussian_row
- We can see that using Gauss-Seidel iterative methods need only 13 timed to make But using Jacobi method after 25 times the is bigger than that
qr
- 1. Using power method to find the eigenvalue with maximum modulus and its eigenvector for the following matrixes
power2
- 2. Using QR factorization to find all of the eigenvalues and eigenvectors for the following matrix