搜索资源列表
LU
- 用LU分解法求解线性方程组的c++程序,有用的数值分析程序-LU decomposition method used for solving linear equations of c procedures useful numerical analysis program
LU decomposition
- LU decomposition with partial pivoting
LU分解法求解线性方程组.zip
- LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.,LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
dolittle
- 实现了数值分析课程中的dolittle LU分解法 可以直接运行-Numerical analysis course to achieve the dolittle LU decomposition can be run directly
LU
- LU分解解3对角方程组 fortran子例程-LU decomposition of solutions of 3 pairs of diagonal equations fortran subroutine
lu
- LU decomposition routines in matlab
LUMATLAB
- 本程序为直接LU分解法及其MATLAB程序,用于求解高斯方程组-This procedure for direct LU decomposition method and the MATLAB program for solving equations Gauss
matrix_LUDecomposition
- os : window vista 32bit compiller : visual c++ 6.0 n*n matrix LU Decomposition program
Matrix-by-LU-decomposition
- 在Matlab中输入任意矩阵,就可进行LU分解。-Matrix by LU decomposition
LU-decomposition-solving-equations
- fortran95-2003科学计算与工程第1章 矩阵分解与线性方程组直接方法LU分解解方程-Scientific Computing and Engineering disc fortran95-2003 each chapter code fortran95-2003 Scientific Computing and Engineering Chapter 1 matrix decomposition and direct methods of linear equations, LU d
LU-decomposition-
- LU分解法解方程,数值计算,C++源码,下载可用-LU decomposition method of solving equations, numerical calculation C++ source, available for download
LU-decomposition
- LU分解(LU Decomposition)是矩阵分解的一种,可以将一个矩阵分解为一个下三角矩阵和一个上三角矩阵的乘积(有时是它们和一个置换矩阵的乘积)。LU分解主要应用在数值分析中,用来解线性方程、求反矩阵或计算行列式-LU decomposition
LU-decomposition-of-equations
- LU分解解方程,是利用追赶法解方程的,中间掺杂的矩阵编程,是一个很有效的数值解问题。-LU decomposition solution of the equation is the use of catch-up method for solving equations, matrix doping program in the middle, is a very efficient numerical solution of the problem.
LU-decomposition-of-matrix
- 矩阵的LU分解。用不选主元的LU分解和列主元LU分解求解线性方程组 Ax=b, 并比较这两种方法.-LU decomposition of matrix.With no pivoting the LU decomposition and the main yuan LU decomposition for solving linear equations Ax = b, and compare the two methods.
LU
- 可以用该程序数值求解矩阵,具有详细的注释,理解LU分解法求线性方程组的算法原理(The program can be used to solve the matrix, with detailed notes, understanding the LU decomposition method for solving linear equations algorithm principle)
LU
- 三阶矩阵LU分解,在DAT文件里写入矩阵系数值,输出得到矩阵对应的L阵和U阵(LU decomposition of three order matrix)
LU分解法求解线性方程组
- 用LU分解法,求解已知线性方程组的解,最多100阶(The solution of the known linear equations is solved by the LU decomposition method, with a maximum of 100 orders.)
LUgenerator_beta
- 使用C实现矩阵分解(LU decomposition)(Using C to implement matrix decomposition (LU decomposition))
矩阵求逆LU分解法
- C++编写LU分解法求逆矩阵,亲测可用。(LU decomposition is used for matrix inverse by C++,I test with good results.)
LU分解
- 适用于数值分析课程编程例题,LU分解内容。(Suitable for numerical analysis course programming examples, LU decomposition)