搜索资源列表
fangcheng
- 通过开发C++程序实现高斯消元法解线性方程组.
全选主元消去法
- 利用高斯全选主元消去解线性方程组,用C++语言写-use of the entire election Gaussian Elimination main yuan for solving linear equations, with C + + language to write
高斯-赛德尔迭代法解线性方程组的C++程序
- 这是高斯-赛德尔迭代法解线性方程组的C++程序,适合程序设计初学者和大学生课程设计-This is the Gauss- Seidel iterative method for solving linear equations of the C++ program, designed for beginners and students of the program curriculum design
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
c
- 松弛迭代法解线性方程组,含数值计算方法内容,c++程序。-Relaxation iteration method solving linear equations, numerical method with the content, c++ program.
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
linarequation
- C++解线性方程组,方法多样,可以进行很好的扩展-C++ solution of linear equations, methods, and could be extended for good
MatrixLU
- C++解线性方程组,矩阵计算,Lu算法-C++ solution of linear equations, matrix calculation, Lu algorithm. .
Gauss-Seidel-in-C-Program
- 高斯-赛德尔迭代法是解线性方程组的常规算法,本文是C语言的高斯-赛德尔计算代码-Gauss-Seidel C program
diedaijiefangchengzu
- 矩阵三角分解法解方程 雅可比迭代法、高斯赛德尔迭代法、SOR迭代法解线性方程组。(Matrix triangulation method for solving equations Jacobi iterative method, Gauss Seidel iteration method and SOR iterative method are used to solve linear equations.)
gaus
- 用高斯消去法解线性方程组,返回值:整型。运行成功则返回1,失败则返回0(Using gaussian elimination to solve linear equations, return value: integer.Run success returns 1, failure returns 0.)