搜索资源列表
LU
- 用LU分解法求解线性方程组的c++程序,有用的数值分析程序-LU decomposition method used for solving linear equations of c procedures useful numerical analysis program
lu
- 数值计算利用LU分解法来求解线性方程组,简明方便
LU
- 数学工具: LU分解法解线性方程组,很好用
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
FDM0308
- 用fortran设计的LU分解法计算矩阵的算法-fortran matrix calculation algorithm LU
xxfc
- 全主元高斯约当消去法 2.LU分解法 3.追赶法 4.五对角线性方程组解法 5.线性方程组解的迭代改善 6.范德蒙方程组解法 7.托伯利兹方程组解法 8.奇异值分解 9.线性方程组的共轭梯度法 10.对称方程组的乔列斯基分解法 11.矩阵的QR分解 12.松弛迭代法-PCA-wide Gauss Jordan elimination method 2.LU decomposition method 3. To catch up with law 4.
lu
- 数值计算方法中的LU分解法,此程序中只用了1个距阵存放所有元素-Numerical method of LU decomposition method, this procedure with only one store all the elements of matrix
GAUSSsuanfa
- 直接三角分解法(LU分解法)求线性方程组的解-The direct triangular decomposition (LU decomposition method) of linear equations
teacher_fortran
- LU分解法 修正的LU分解法 高斯全选主元法 雅克比矩阵等算法-LU decomposition LU decomposition method modified Gaussian Select PCA Fnac other than the matrix algorithm
lu
- 用lu分解法求解线性代数方程组,可以输出u|y增广矩阵-Using lu decomposition method for solving linear algebraic equations, can output u | y augmented matrix
LinearMath
- 矩阵加、减、乘、最小二乘、LU分解法等相关算法-failed to translate
Lu
- 数值计算中的LU分解法的实现算法,将矩阵分解为上三角和下三角矩阵进行运算-LU code
LU
- 数值计算中LU分解法源代码 对矩阵进行变换-Numerical calculation of LU decomposition of the matrix to transform the source code
LU
- 包括LU和LUl,后者是列主元的LU分解法-LU sulve
LU
- 解系数矩阵为非奇异的线性方程组的LU分解法-Solution of a nonsingular coefficient matrix of linear equations of LU decomposition method
LU
- 这是LU分解法求线性方程组的资料,讲解了LU分解的原理及过程,非常实用-LU decomposition seeking linear equations to explain the principles and process of the LU decomposition, very practical
LU-Cao2
- 自己编写的基于MFC的LU分解法实例,功能齐全。包含所有工程文件和exe文件-I have written LU decomposition method based on the MFC instance, a full-featured. Contains all project files and exe file
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.)