搜索资源列表
部分选主元的doolittle算法
- 在实现了系数矩阵的三角分解后,为了避免“小主元”做除数而导致更大的误差,在doolittle分解的同时,每一步先选主元,再进行分解计算。-achieved in the triangular matrix decomposition, in order to avoid "small PCA" do Divisor and lead to greater error, the Doolittle decomposit
Doolittle
- Doolittle 分解法,数值分析中的重要方法,是LU分解的基础算法
Doolittle
- Doolittle是一种解矩阵的方法 它的作用是对矩阵进行lu分解
Doolittle分解法
- 数值分析的Doolittle分解算法-numerical analysis of decomposition algorithm Doolittle
MATRIX
- 矩阵分解的Doolittle分解算法实现,其中包含一个将矩阵打印输出的子程序,在TC30上运行成功
Doolittle分解
- 数值计算中的Doolittle分解法(含有紧凑方式的解法),是用VC++编写的-numerical calculation of Doolittle decomposition (containing a compact form of solution), VC + + prepared
Doolittle分解法
- 数值分析的Doolittle分解算法-numerical analysis of decomposition algorithm Doolittle
Doolittle分解
- 数值计算中的Doolittle分解法(含有紧凑方式的解法),是用VC++编写的-numerical calculation of Doolittle decomposition (containing a compact form of solution), VC++ prepared
Doolittle_ustb
- 研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是Doolittle分解的算法-"numerical methods" courses of operations, are all code and the C language debugging passed, and upload to us. Try This is the decomposition algori
部分选主元的doolittle算法
- 在实现了系数矩阵的三角分解后,为了避免“小主元”做除数而导致更大的误差,在doolittle分解的同时,每一步先选主元,再进行分解计算。-achieved in the triangular matrix decomposition, in order to avoid "small PCA" do Divisor and lead to greater error, the Doolittle decomposit
Doolittle
- Doolittle 分解法,数值分析中的重要方法,是LU分解的基础算法-Doolittle decomposition method, numerical analysis of the important method is based on LU decomposition algorithm
Doolittle
- Doolittle是一种解矩阵的方法 它的作用是对矩阵进行lu分解-Doolittle is a solution matrix method is its role lu decomposition matrix
Doolittle
- Doolittle法求解任意阶的方程,运用系数矩阵的分解两个相关矩阵,再求解两个三角矩阵方程。-Doolittle method to solve the equations of arbitrary order, using both the decomposition of coefficient matrix correlation matrix, and then solving two triangular matrix eq
doolittle
- LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。 这类算法的复杂度一般在左右,对充分消元的分解则不
Doolittle
- Doolittle分解,实现矩阵的LU分解,并显示分解后的矩阵-Doolittle decomposition, LU decomposition of the matrix to achieve, and the display matrix decomposition
Array-xiang_cheng-Doolittle-fen_jie
- 非常经典的矩阵相乘以及矩阵的Doolittle分解的程序,可用于数字图像处理- Doolittle decomposition process is very classical matrix multiplication and matrix can be used for digital image processing
Doolittle
- 对给定的正方矩阵进行Doolittle分解,并分析其计算量。-Doolittle given matrix decomposition
doolittle
- dooliitle分解以及选取主元的doolittle分解-doolittle diversion
Doolittle
- 使用Doolittle分解求解线性方程组(Solution of Linear Equations by Doolittle Decomposition)
doolittle
- DOOLITTLE分解的程序,是一个实用的小程序。希望能够帮助到大家(DOOLITTLE Decomposed program)