搜索资源列表
2.LU分解法
- LU分解法,数值分析最基本的!-LU decomposition, the most basic numerical analysis!
LU分解法
- 数值计算方法 LU分解法-numerical method LU decomposition
mymath
- 自编数学函数调用库,有LU分解法,高斯塞德尔迭代法,追赶法解线性方程组,还有一维和二维的高斯积分公式-writing mathematical function call library, LU decomposition, high Shisaideer iterative method, catching up with the method for solving linear equations, one-and two-dim
LU
- 数值分析算法矩阵的LU分解法-numerical analysis algorithm matrix LU decomposition
2.LU分解法
- LU分解法,数值分析最基本的!-LU decomposition, the most basic numerical analysis!
LU分解法
- 数值计算方法 LU分解法-numerical method LU decomposition
LU分解法
- 用C语言来实现的,求解线性方程组,还可以实现解向量的一个程序。-The decomposition realizes with the C language, solution system of linear equations, but also may realize the solution vector one procedure
Gauss_Seidel迭代法
- 用C语言来实现的一个程序,可以求解线生方程组,比LU分解法求解速度快。- A program ,Using language c to relize ,can solve the line system of equations and rapider than a program with the way of LU Resolution
VB_NUM1
- 用VB实现线性方程组的求解。包括:高斯消元法,LU分解法追赶法,迭代法,奇异值分解,乔累斯基分解法等12种数值方法。-VB of linear equations to solve. Including : Gaussian Elimination Act, the law catch up with the LU decomposition, iterative method, singular value decomposition
LU分解法求解线性方程组
- LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.-LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
LU_Decompound_for_C++
- 应用LU分解法计算矩阵的程序 C++制作 未编译,已经测试-application LU decomposition of the matrix calculation procedure produced no C compiler, testing
lu_decompose
- 数值与符号计算LU分解法,运用LU分解函数求解Ax=b的矩阵运算-numerical and symbolic computation LU decomposition, using LU decomposition function for Ax = b matrix operation
LU
- 用LU分解法求解线性方程组的c++程序,有用的数值分析程序-LU decomposition method used for solving linear equations of c procedures useful numerical analysis program
NumericalAnalysisAlgorithm
- 列主元消元法解线性方程组(已通过验证) LU分解法解线性方程组(已通过验证): 雅可比迭代法(已通过P54例一和习题一的验证)高斯---赛得尔迭代法 拉哥朗日插值公式(乘幂法 -main-element elimination method for solving linear equations (validated) LU decomposition method for solving linear equati
Equation
- 数值分析 解线性方程组算法,高斯列主元消去法,LU分解法,高斯-塞德尔迭代法,SOR迭代法-Numerical Analysis Solution of linear equations algorithm, Gauss elimination method out PCA, LU decomposition method, Gauss- Seidel iteration, SOR iterative method
lu
- 数值计算利用LU分解法来求解线性方程组,简明方便-Numerical calculation using LU decomposition method to solve linear equations, simple convenience
LU
- 数学工具: LU分解法解线性方程组,很好用-Mathematical tools: LU decomposition solution of linear equations, a very good use
teacher_fortran
- LU分解法 修正的LU分解法 高斯全选主元法 雅克比矩阵等算法-LU decomposition LU decomposition method modified Gaussian Select PCA Fnac other than the matrix algorithm
LU分解法求解线性方程组
- 用LU分解法,求解已知线性方程组的解,最多100阶(The solution of the known linear equations is solved by the LU decomposition method, with a maximum of 100 orders.)
矩阵求逆LU分解法
- C++编写LU分解法求逆矩阵,亲测可用。(LU decomposition is used for matrix inverse by C++,I test with good results.)