搜索资源列表
Scientific_Computing_and_C_assembly
- 第二章 解线性方程组的直接法 第三章 解线性方程的迭代法 第四章 插值法 第五章 数据拟合 第六章 数值微分和积分 第七章 矩阵特征值问题 第八章 非线性方程数值解法 第九章 非线性方程组的抚今迭代解法 第十章 常微分方程初值问题的数值解法 第十一章 常微分方程边值问题的数值解法 附录A C语言屏幕绘图 -Chapter II solution of linear equations in Chapter III of the direct meth
LU
- LU分解算法 及 分解后矩阵解线性方程组-LU algorithm
shuishui.cpp
- LU分解和高斯消元法解线性方程的C++算法实现-LU decomposition and Gaussian elimination method for solving linear equations, C++ implementation
Jacobi
- visual C#. Jacobi迭代求线性方程的解。-written in C#. using Jacobi method to find the solution of linear equation.
daima
- 在C++环境下求线性方程的解。要求选取不同的松弛因子进行计算,并估计最优松弛因子的大小。-Solution seeking linear equations C++ environment. Requirements to select different relaxation factor calculated, and estimated the size of the optimal relaxation factor.
matrix-multiplication-and-inverse
- 这是用C++做矩阵求逆和矩阵相乘,可以解简的线性方程。已验证,互相交流~-This is done using C++ matrix inversion and matrix multiplication, linear equations can be solved。
MatrixRank
- Rank算法解线性方程,C++矩阵运算方法。-Rank algorithm for solving linear equations, matrix calculation method.