Welcome![Sign In][Sign Up]
Location:
Search - doolittle gauss

Search list

[WEB Code04150247

Description: 用语言编写的解线性方程组的直接方法(包含Gauss顺序消去法、Gauss列主元素消去法、Doolittle三角分解法)-language to be used to prepare the solution of linear equations of the direct method (including Gauss elimination order, Gauss out the main elements of elimination, Doolittle triangular decomposition)
Platform: | Size: 9664 | Author: huafei | Hits:

[Other resourceGaussandDoolittle

Description: 用Gauss消去法和Doolittle三角分解法求解解线性方程组的程序源代码.-using Gauss elimination method and alignment triangular decomposition method for solving linear equations of the program source code.
Platform: | Size: 2102 | Author: huafei | Hits:

[Algorithm四种方法求解15阶线性方程组

Description: 采用Cramer算法、Gauss列主元、Gauss全主元、Doolittle算法等四种方法求解15阶线性方程组的C++代码
Platform: | Size: 3170 | Author: mikefeng | Hits:

[Algorithm三角直接分解法

Description: 数值分析三角直接分解法-Numerial Analyse: Doolittle Analyze Arithmetic
Platform: | Size: 228352 | Author: 郭巨海 | Hits:

[Documents04150247

Description: 用语言编写的解线性方程组的直接方法(包含Gauss顺序消去法、Gauss列主元素消去法、Doolittle三角分解法)-language to be used to prepare the solution of linear equations of the direct method (including Gauss elimination order, Gauss out the main elements of elimination, Doolittle triangular decomposition)
Platform: | Size: 206848 | Author: huafei | Hits:

[AlgorithmGaussandDoolittle

Description: 用Gauss消去法和Doolittle三角分解法求解解线性方程组的程序源代码.-using Gauss elimination method and alignment triangular decomposition method for solving linear equations of the program source code.
Platform: | Size: 2048 | Author: huafei | Hits:

[matlabcode

Description: (1)用Doolittle三角分解(LU)法解方程组。 (2)分别用Jacobi迭代, Gauss-Seidel迭代法解方程组。 -(1) Triangle Doolittle decomposition (LU) Solving equations. (2), respectively, with Jacobi iteration, Gauss-Seidel iteration method for solution of equations.
Platform: | Size: 2048 | Author: 娜娜 | Hits:

[Mathimatics-Numerical algorithmsSolving_equations

Description: 本压缩包包括了数值分析中求解线性方程组的各种程序,包括:顺序Gauss消去法、列主元顺序Gauss消去法、Doolittle三角分解法、选主元的Doolittle分解法、带状三角分解法以及优化的带状三角分解法。-The compressed package includes various procedures for solving linear equations in numerical analysis, including: the Sequence Gauss Elimination method, Sequence Gauss Elimination method with selecting the main element of the column, Doolittle Triangular Decomposition method, Doolittle Decomposition method with selecting the main element of the column, Banded Triangular Decomposition method and an optimized Band Triangular Decomposition method.
Platform: | Size: 3072 | Author: 李贺 | Hits:

[Windows DevelopGauss_Doolittle

Description: 整合了Gauss消去法、Gauss列主元素消去法和Doolittle三角形分解法,作为三个类,再通过run.cpp测试程序进行调用-Gauss & Doolittle
Platform: | Size: 4527104 | Author: lxd | Hits:

[Algorithmcmath

Description: 选择Cramer算法Gauss列主元Gauss全主元组及Doolittle算法解方程组-Select the pivot column Cramer Gauss algorithm Gauss pivot the whole group and Doolittle algorithm for solving equations
Platform: | Size: 10240 | Author: shaw | Hits:

[Mathimatics-Numerical algorithmsDOOLITTLE

Description: 主要计算matlab中的三角分解法的、、关于高斯公式-GAUSS to matlab
Platform: | Size: 1024 | Author: 苏宁 | Hits:

[Algorithmalgorithm-to-linear-equations-(C)

Description: 列主元Gauss消去法、列主元Doolittle分解法、改进的平方根法、追赶法的源代码及程序和示例-The yuan Gauss listed elimination technique listed the primary Doolittle decomposition method the square root of the improvement of the method and procedure after source code and examples
Platform: | Size: 193536 | Author: 夏宇宙 | Hits:

[Algorithm11

Description: cout< "--- -----请选择方程解答的方案----------" cout<<"\n 1. 克拉默(Cramer)法则" cout<<"\n 2. Gauss列主元消去法" cout<<"\n 3. Gauss全主元消去法" cout<<"\n 4. Doolittle分解法" cout<<"\n 5. 退出" cout<<"\n 输入你的选择:" -cout < < " ----------- Please choose the solution of equation solution---------- cout < < " \ n 1. Cramer (Cramer) rule cout < < " \ n 2 the Gauss-column primary elimination" cout < < " \ n 3 the Gauss main element elimination cout < < " \ n Doolittle decomposition method cout < < " \ n Exit cout < < " \ n Enter your choice:"
Platform: | Size: 3072 | Author: 李易 | Hits:

[AlgorithmLinear-equations

Description: 解线性方程组的c++程序,实现了克拉默(Cramer)法则,Gauss列主元消去法,Doolittle分解法等多种内容-Solving linear equations, c++ procedures Cramer (Cramer) rule, Gauss-column primary elimination Doolittle decomposition method and other content
Platform: | Size: 3072 | Author: 宋飞 | Hits:

[AlgorithmDirectMethodsLinearSystems

Description: 解线性方程组方法:(1)Gauss消去法 (2)杜立特尔直接三角分解法 (2)追赶法解三对角方程 平方根分解法解对称矩阵 的MATLAB源代码-the matlab source codes of Direct Methods for Solving Linear Systems:(1)Gaussian Elimination (2)LU Factorization(Doolittle Method) (3)Pursue Method for Diagonally Dominant Matrices (4)Cholesky Factorization for Symmetric matrix
Platform: | Size: 7168 | Author: huangyonghao | Hits:

[AlgorithmLinear-Equations

Description: 解线性方程组的各种MATLAB实现方法,包括高斯列主消去法、Doolittle、Gauss Seidel-MATLAB Linear Equations various implementations,including out PCA Gaussian elimination, Doolittle, Gauss Seidel
Platform: | Size: 4096 | Author: 郭昊 | Hits:

[Other systems解线性方程组

Description: gauss 列主元消去法 全主元消去法 LU(Doolittle Crout) 平方根法 追赶法(Gauss column principal elimination method, all principal component elimination method LU (Doolittle, Crout) square root method)
Platform: | Size: 3072 | Author: 可爱张明政 | Hits:

[Graph programswhtchlinker

Description: 用语言编写的解线性方程组的直接方法包含Gauss顺序消去法,Gauss列主元素消去法,Doolittle三角分解法()
Platform: | Size: 10240 | Author: frlatxle | Hits:

CodeBus www.codebus.net