搜索资源列表
部分选主元的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分解法的C语言程序实现
MATRIX
- 矩阵分解的Doolittle分解算法实现,其中包含一个将矩阵打印输出的子程序,在TC30上运行成功
100615111[1]..
- 几个简单的计算线性方程系数矩阵分解的算法,包括cholesky、doolittle、等-The calculation of a few simple linear equations coefficient matrix factorization algorithms, including cholesky, doolittle, etc.
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.
Doolittle
- 数值分析中Doolittle算法的仿真程序,我找了好久才找到的!-Doolittle algorithm in numerical analysis simulation program, I am looking for a long time to find the!
doolittle
- doolittle的c语言代码,有点难,不过只要弄懂原理就能理解-doolittle c-language code, a bit difficult, but as long as possible to understand the principle understood
Gauss_Doolittle
- 整合了Gauss消去法、Gauss列主元素消去法和Doolittle三角形分解法,作为三个类,再通过run.cpp测试程序进行调用-Gauss & Doolittle
DOOLI
- Doolittle Method. Technically the reverse of crout method.
DOOLITTLE2010302710005
- doolittle分解源代码我自己写的,只为下载东东。没办法-doolittle decomposition of the source code
Solving-linear-equations
- 数值计算第二章编程作业:高斯顺序消元法、列选主元、三角分解法(Doolittle分解、Crout 分解)、全选主元、平方根法、追赶法解线性方程组-Order Gaussian elimination method, column pivoting, triangular decomposition (Doolittle, decomposition, decomposition Crout s), Select the main element, the square root of the
source-code
- 五个Fortran程序,分别给出了三角方程组、高斯消去法、选主元消去法、Crout分解、Doolittle分解的程序源代码,给出了驱动函数,适于初学者学习-Five Fortran programs, respectively trigonometric group, Gaussian elimination, pivoting elimination, Crout decomposition, Doolittle, decomposition of the source code gives
doolittle
- 使用doolittle方法求解矩阵方程(附实例)-using doolittle methord to solve equations
Doolittle
- Doolittle分解,实现矩阵的LU分解,并显示分解后的矩阵-Doolittle decomposition, LU decomposition of the matrix to achieve, and the display matrix decomposition
1
- 数值分析中用matlab做的Doolittle分解,guass-Jordan分解,和guass列主元分解程序-Numerical analysis
Doolittle
- 对给定的正方矩阵进行Doolittle分解,并分析其计算量。-Doolittle given matrix decomposition
LU(DOOLITTLE)
- LU DOOLITTLE METHOD FOR SOLVING SET OF EQUATIONS
doolittle
- dooliitle分解以及选取主元的doolittle分解-doolittle diversion
doolittle
- DOOLITTLE分解的程序,是一个实用的小程序。希望能够帮助到大家(DOOLITTLE Decomposed program)
sanjiaofenjiefa
- 三角分解法亦称因子分解法,由消元法演变而来的解线性方程组的一类方法。设方程组的矩阵形式为Ax=b,三角分解法就是将系数矩阵A分解为一个下三角矩阵L和一个上三角矩阵U之积:A=LU,然后依次解两个三角形方程组Ly=b和Ux=y,而得到原方程组的解,例如,杜利特尔分解法、乔莱斯基分解法等就是三角分解法(The triangular decomposition method, also called factor decomposition method, is a kind of method of