Welcome![Sign In][Sign Up]
Location:
Search - seidel

Search list

[AlgorithmGS Cholesky

Description: GS迭代, Cholesky 分解 Givens方法,Householder 方法(Gs iteration cholesky decomposition)
Platform: | Size: 2048 | Author: Ferrytau | Hits:

[Algorithm数值分析方法

Description: 数值分析程序,包括4阶龙格库塔,牛顿迭代法, 高斯赛德尔迭代法(Numerical analysis program, including 4 order Runge Kutta, Newton iterative method, Gauss Seidel iterative method)
Platform: | Size: 1024 | Author: Lethcobs | Hits:

[Documents解线性方程组

Description: 求解线性方程组的方法:高斯赛德尔迭代法,LU分解法(Solving linear equations by Gauss Seidel iteration)
Platform: | Size: 2048 | Author: l玲子l | Hits:

[Other高斯-赛德尔迭代法求线性方程组Ax=b的解

Description: 该程序主要是利用高斯-赛德尔迭代法求线性方程组Ax=b的解(The program mainly uses the Gauss-Seidel iteration to solve the solution of the linear system Ax = b)
Platform: | Size: 10240 | Author: 浅若夏沫 | Hits:

[Otherex1.doc

Description: 1. compile: mpicc seidel.c -o seidel 2. run: mpirun -np 4 seidel 3. result: Input of file "dataIn.txt" 3 4 9.000000 -1.000000 -1.000000 7.000000 -1.000000 8.000000 0.000000 7.000000 -1.000000 0.000000 9.000000 8.000000 0.000000 0.000000 1.000000 Output of result in the 1 times total vaule = 0 in the 2 times total vaule = 0 in the 3 times total vaule = 0 in the 4 times total vaule = 3 x[0] = 0.999998 x[1] = 1.000000 x[2] = 1.000000 Iteration num = 4
Platform: | Size: 184320 | Author: wangjw | Hits:

[Algorithm作业

Description: 高斯赛德尔迭代法,雅各比迭代法及其代码说明。(Gauss-Seidel iteration method, Jacobian iteration method and its code description.)
Platform: | Size: 60416 | Author: Edith_Jin | Hits:

[Other三种解方程算法

Description: 在MATLAB中使用高斯赛德尔算法等三种算法进行方程的求解(hree algorithms, such as Gauss Seidel algorithm, are used in MATLAB to solve the equation)
Platform: | Size: 1024 | Author: 逍遥之人 | Hits:

[AlgorithmGauss_Zeydel

Description: work to calculate SLAU with gauss zeydel algorithm
Platform: | Size: 829440 | Author: madmax32 | Hits:

[Data structsdiedaijiefangchengzu

Description: 矩阵三角分解法解方程 雅可比迭代法、高斯赛德尔迭代法、SOR迭代法解线性方程组。(Matrix triangulation method for solving equations Jacobi iterative method, Gauss Seidel iteration method and SOR iterative method are used to solve linear equations.)
Platform: | Size: 2048 | Author: 536536536 | Hits:

[OtherGauss-Seidel迭代算法(后面有与Jacobi法比较)

Description: 高斯的迭代算法,后面有何jacobi算法比较(Gauss's iterative algorithm, what's the comparison of Jacobi algorithm later?)
Platform: | Size: 82944 | Author: bobolanglang | Hits:

[Windows Develop高斯赛德尔迭代

Description: 利用VB实现高斯赛德尔迭代求解线性方程组,原系数矩阵用TXT文件输入。可供数学专业的同学使用。(Using VB to achieve Gauss Seidel iteration to solve linear equations, the original coefficient matrix is input with TXT file. It can be used by students in mathematics.)
Platform: | Size: 2048 | Author: 皓月008 | Hits:

[matlabjiefangcheng

Description: 使用高斯-赛德尔迭代法和雅克比迭代法求解线性方程组;使用高斯法和列主元法求解线性方程组。(Using the Gauss - Seidel iterative method, Jacobi iterative method for solving linear equations and using Gauss method and column principal component method to solve linear equations.)
Platform: | Size: 1024 | Author: 求悳 | Hits:

[Otherhw5s.f90

Description: 代码中有Jacobi, Gauss-Seidel,SSOR ,CG, Steppest descent 的fortran实现(this file tell you how to implement Jacobi, Gauss-Seidel,SSOR ,CG, Steppest descent by fortran)
Platform: | Size: 9216 | Author: 葱葱cong | Hits:

[matlab解线性方程组的迭解法

Description: 解线性方程组的迭解法,包括高斯-赛德尔迭代法和雅克比迭代法(Solution of iterative solution of linear equations, including Gauss - Seidel iterative method, Jacobi method)
Platform: | Size: 1024 | Author: 靖哥哥sj | Hits:

[AlgorithmMathematica实现数值分析

Description: 利用Mathematica实现数值分析,包括Gauss-Seidel迭代,Jacobi迭代法,SOR法,牛顿迭代法等(Mathematica is used to realize numerical analysis, including Gauss-Seidel iteration, Jacobi iteration, SOR method, Newton iteration method, etc.)
Platform: | Size: 445440 | Author: UNSCINFINITY | Hits:

[Special Effectspta4

Description: 浙大PTA练习系统NA1004 比较雅各比迭代和高斯塞德尔迭代(Use Jacobi and Gauss-Seidel methods to solve a given n×n linear system A x ⃗ = b ⃗ with an initial approximation x ⃗ (0) . Note: When checking each a ii , first scan downward for the entry with maximum absolute value (a ii included). If that entry is non-zero, swap it to the diagonal. Otherwise if that entry is zero, scan upward for the entry with maximum absolute value. If that entry is non-zero, then add that row to the i-th row.)
Platform: | Size: 110592 | Author: qiuyingyue | Hits:

[matlabGS

Description: 求解系数矩阵由16阶Hilbert方程组构成的线性方程组,Gauss-Seidel迭代法;(The solution of coefficient matrix consists of 16 Hilbert equations, Gauss-Seidel iteration method.)
Platform: | Size: 1024 | Author: 浅色风月 | Hits:

[matlab现代数值计算(同济版)7个上机例题程序代码

Description: 递推迭代,二分法,加速迭代,拟合,JACOBI迭代,GAUSS-SEIDEL迭代,SOR迭代,逆幂迭代法,经典R-K方法,有限差分法
Platform: | Size: 34432 | Author: 1095366700@qq.com | Hits:
« 1 2 ... 22 23 24 25 26 27»

CodeBus www.codebus.net