搜索资源列表
fangcheng
- 通过开发C++程序实现高斯消元法解线性方程组.
全选主元消去法
- 利用高斯全选主元消去解线性方程组,用C++语言写-use of the entire election Gaussian Elimination main yuan for solving linear equations, with C + + language to write
sor
- 算法实验名称: 解线性方程组的超松弛迭代法的c程序 功能说明: 本实验主要写出了解线性方程组Ax=b的超松弛迭代法的C程序代码,并举例进行了运算.-err
gauss(3)
- 列主消元法解线性方程组的C语言程序,欢迎下载-Out the main elimination method solution of linear equations of C language procedures, welcome to download
gauss(4)
- 列主消元法解线性方程组的C语言程序,欢迎下载-Out the main elimination method solution of linear equations of C language procedures, welcome to download
gauss-eli2
- 列主元素高斯消去法解线性方程组,用了matlab和c语言写的。。。 -Out the main elements in Gaussian elimination solution of linear equations, using the matlab and c written language. . .
Equation_solver
- 解线性方程组的c++源程序,用于解线性方程组。-it can solve the equation group,it programmed in c++.
jiefc
- 一个C++程序。用来解多元一次线性方程组-A C++ program. solution to a system of linear equations
elrl
- 在c环境下,实现用欧拉法解线性方程组-In c environment Euler solutions using linear equations
advanced-elrl
- 在c++环境下,实现用改进的欧拉法解线性方程组-In c++ environment, using the improved Euler' s method solution of linear equations
Scientific_Computing_and_C_assembly
- 第二章 解线性方程组的直接法 第三章 解线性方程的迭代法 第四章 插值法 第五章 数据拟合 第六章 数值微分和积分 第七章 矩阵特征值问题 第八章 非线性方程数值解法 第九章 非线性方程组的抚今迭代解法 第十章 常微分方程初值问题的数值解法 第十一章 常微分方程边值问题的数值解法 附录A C语言屏幕绘图 -Chapter II solution of linear equations in Chapter III of the direct meth
LU
- LU分解算法 及 分解后矩阵解线性方程组-LU algorithm
SOR
- 解线性方程组的迭代加速方法的C实现 解线性方程组的迭代加速方法的C实现-SOR Algorithm
A
- SOR算法解线性方程组,c++,数值方法-SOR algorithm for solving linear equations, c++, numerical methods
linarequation
- C++解线性方程组,方法多样,可以进行很好的扩展-C++ solution of linear equations, methods, and could be extended for good
main
- 解线性方程组,N阶求解!c++无可视化界面。使用迭代法!-Solving linear equations, N order to solve! c++ non-visual interface. Using the iterative method!
MTL-all-4.0.7629-Linux
- 矩阵模板库,用于一般矩阵计算的C++算法,包括解线性方程组算法-Matrix template library, the general matrix of calculations for C++ algorithms, including algorithm for solving linear equations
library_solvers
- 数值分析中,用BICGSTAB方法和GMRES方法去求解线性方程组的解-Numerical analysis, using BICGSTAB method and GMRES method to the solution of linear equations
MatrixLU
- C++解线性方程组,矩阵计算,Lu算法-C++ solution of linear equations, matrix calculation, Lu algorithm. .
Gauss-Seidel-in-C-Program
- 高斯-赛德尔迭代法是解线性方程组的常规算法,本文是C语言的高斯-赛德尔计算代码-Gauss-Seidel C program