搜索资源列表
W
- 实现JACOBBI、gs迭代和超松弛法解线性方程组的过程。
GS
- 用高斯消去法求方程组的解的C语言程序实现
gs
- 通过C语言实现高斯消去法,基本思想是每次消去一个未知数,把原来的方程化为等价的三角形方程组。
GS
- 介绍了GS算法的核心内容,为想学习GS算法的人士提供很好的参考
jaccobi&GS
- jaccobi迭代法和GS迭代法求解线性方程组,并有著名病态对称正定矩阵Hilbert矩阵的生成程序和其不同维数下,求解结果的对比作图-jaccobi iteration and GS iterative method for solving linear equations, and a well-known pathological symmetric positive definite matrix Hilbert matrix formation process and the diff
szds.rar
- 几种数值代数中求解线性方程组的方法,包括雅克比,G-S,超松弛等,Several numerical linear algebra to solve equations, including Jacobi, GS, such as over-relaxation
wavelet
- 小波分析的fortran程序及grads绘图输出的ctl和gs文件-fortran program for wavelet analysis and the ctl/gs file for grads ouput.
shiyan
- 自己写的数值分析中的一些常用算法,包括GS,jacobi,crout分解,dijistra等,比较全面-these process for GS jocobi corout dijistra and others
CG-Jacobi-g-s-sor
- 解线性方程组的迭代法,包括jacobi迭代,G-S迭代,Sor迭代,及共轭梯度等。-iterative method for solving linear equations, including jacobi iteration, GS iterative, Sor iteration, and conjugate gradient.
sor
- 利用超松弛迭代法解矩阵的源程序,C语言编写-The use of over-relaxation iteration method solution matrix of the source code, C language
GSandSOR
- 高斯GS与超松弛SOR迭代算法解线性方程组-Gaussian GS and SOR iterative algorithm over-relaxation solution of linear equations
gs
- 高斯法 解矩阵方程 (含矩阵求逆函数)-gs
jacobigssor
- 迭代法求解线性方程组,含Jacobi,G-S,SOR方法,压缩包内有数据供测试-Iterative method for solving linear equations, including Jacobi, GS, SOR method, with data compression packages for testing
shuzhifenxione
- 数值分析实验jacobi迭代法,GS迭代法,SOR迭代法-shuzhidiedaifa
matlab_No4_Jacobi_and_GS
- 西交大数值计算方法上机作业,雅克比和G-S法迭代求解方程组-National Chiao Tung University, West numerical method of machine operation, Jacques ratio and GS iterative method for solving equations
gavsteh
- 地球物理中的G-S变换,电磁场频率域变换到时间域。-Geophysics in the GS transformation, electromagnetic frequency domain transform to the time domain.
Gauss-Seidel_iteration
- 高斯-塞德尔GS迭代法求解矩阵,采用MSR法实现系数矩阵的存储-Gauss- Seidel iteration GS
gs
- gauss seidel numerical algorithm
gs
- 高斯-塞格尔法迭代程序,供需要的人参考。gs-gs
GS Cholesky
- GS迭代, Cholesky 分解 Givens方法,Householder 方法(Gs iteration cholesky decomposition)