搜索资源列表
部分选主元的doolittle算法
- 在实现了系数矩阵的三角分解后,为了避免“小主元”做除数而导致更大的误差,在doolittle分解的同时,每一步先选主元,再进行分解计算。-achieved in the triangular matrix decomposition, in order to avoid "small PCA" do Divisor and lead to greater error, the Doolittle decomposition at the same time, every st
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_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 algorithm
dollite
- 杜利特尔三角分解用此方法解Ax=b的方程。-Doolittle triangular decomposition
100615111[1]..
- 几个简单的计算线性方程系数矩阵分解的算法,包括cholesky、doolittle、等-The calculation of a few simple linear equations coefficient matrix factorization algorithms, including cholesky, doolittle, etc.
numerical-method
- 数值方法课程中的程序,如GaussSeidel迭代法解方程组,Jacobi迭代法解方程组,SOR迭代法解方程组,杜利特尔矩阵分解以及矩阵的直接解法,拉格朗日插值等11个程序。-Courses in numerical methods, such as iterative method for solution GaussSeidel equations, Jacobi iterative method for solution of equations, SOR iterative method
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 equation.
XZY_Doolittle
- 算法:利用doolittle分解进行算法,对方程组进行求解。 程序可以直接运行。用户可以对该程序进行小的改动就可以编写成对任意阶数的方程组求解函数。-Algorithms: the use of doolittle decomposition algorithm, the equations to solve it. Programs can be run directly. Users can carry out minor changes to the program you can w
Solving_equations
- 本压缩包包括了数值分析中求解线性方程组的各种程序,包括:顺序Gauss消去法、列主元顺序Gauss消去法、Doolittle三角分解法、选主元的Doolittle分解法、带状三角分解法以及优化的带状三角分解法。-The compressed package includes various procedures for solving linear equations in numerical analysis, including: the Sequence Gauss Elimination
doolittle
- LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。 这类算法的复杂度一般在左右,对充分消元的分解则不然。 -LU decomposition is esse
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)