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

Search list

[Mathimatics-Numerical algorithmsJacobi迭代法

Description: 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithmetic.
Platform: | Size: 20414 | Author: luo | Hits:

[Other resource实验5-雅可比迭代

Description: 用Matlab软件以及雅克比迭代和高斯-赛德尔迭代解方程组Ax=b,分析、比较其结果-using Matlab software and the iterative and Jacques than Gauss - Seidel iterative solution equations Ax = b, analysis, comparison of the results
Platform: | Size: 17358 | Author: 葛林 | Hits:

[Mathimatics-Numerical algorithmsmy赛德尔迭代法

Description: 在VC++实现的赛德尔迭代法,有每次迭代的结果-VC in the Seidel iterative method, the results of each iteration
Platform: | Size: 6366 | Author: 黄均幸 | Hits:

[Windows DevelopG_S_ITER

Description: Gauss-Seidel 迭代 本程序能处理的方程最大阶数-Gauss - Seidel iteration of this program can handle the largest order equation
Platform: | Size: 1705 | Author: 曹子良 | Hits:

[Other resourceSORxx

Description: 雅可比、塞德尔和SOR迭 代法的原理。代法的原雅可比、塞德尔和SOR迭代法的原理。理。-Jacobian, Seidel and SOR Diez Jacobian, Seidel SOR iteration method and the principle. On behalf of the original law Jacobian, Seidel SOR iteration method and the principle. Jimmy.
Platform: | Size: 2568 | Author: 张名 | Hits:

[Windows Developgaosisaideer

Description: 用Visual C++实现的高斯—赛德尔迭代法-achieve with Visual C Gauss - Seidel iterative method
Platform: | Size: 47298 | Author: 马滔 | Hits:

[OtherNumberical

Description: 拉格郎日插值多项式,高斯-赛德尔迭代法,改进欧拉法(C++),如果有什么错误,请联系tudaoyong456@163.com-Lagrange polynomial interpolation, Gauss - Seidel iterative method to improve Euler (C + +), If there is anything wrong, please contact tudaoyong456@163.com
Platform: | Size: 1693 | Author: 凃道 | Hits:

[ConsolePROGRAMSEIDEL

Description: 一、 Seidel迭代法 算法8.2: 1. 输入矩阵A,右端项b ,初始迭代向量 X(0) ,维数n,容许误差ε ,最大容许迭代次数 N。 2. 置k=1. 3. 计算 X1=(b1-Σa1jxj(0))/a11 j=2,3,…….,n Xi=(bi-Σaijxj-Σaijxj(0))/aii, i=2,3,……,n-1 Xn=(bn-Σanjxj)/ann j=1,2,…….,n-1 4.若||X-X(0)|| <ε,输出X , 停机;否则,转步骤5。 5.若k<N,k+1=>k,X=>X(0),转步骤3;否则输出失败信息,停机
Platform: | Size: 51814 | Author: Gellss | Hits:

[Windows Developspgs

Description: 用途:用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b % 格式: x=spgs(A,b,x0,e,N),A为系数矩阵,b为右端向量,x返回解向量。 % x0为初值向量(默认原点),e为精度(默认1e-4),设置迭代次数上限以防发散(默 % 认500)。 -purposes : with Vector (sparse storage) form of Gauss - Seidel iterative solution of linear equations Ax = b% Format : spgs x = (A, b, x0, e, N), A coefficient matrix, b subguadratic vector, returning x vector. X0% for initial vector (the default origin), e-precision (default 1e-4), iteration ceiling set to prevent divergence (mime identified 500%).
Platform: | Size: 858 | Author: 王志波 | Hits:

[Other resourceguessdiedai

Description: 高斯-赛德尔迭代求解线性方程组.很实用的数学计算软件-Gauss - Seidel method for solving linear equations. Very useful mathematical calculation software
Platform: | Size: 1267 | Author: woody | Hits:

[Other resourceMachin

Description: 复化simponson求积数值分析算法之复化simpson求积算法,详细情形请见源程序,,Visual C++ my赛德尔迭代法.rar - 在VC++实现的赛德尔迭代法,有每次迭代的结果,,Visual C++ -complex plot of simponson for numerical analysis algorithm from a plot of simpson seeking algorithm, details, see the source,, Visual C my Seidel iterative method. rar-in the VC Seidel iterative method, with each iteration of the results, Visual C
Platform: | Size: 2735 | Author: 李前 | Hits:

[OtherLoad-flow-analysis-using-Gauss-seidel-method

Description: In this matlab code load flow analysis is done using Gauss-Seidel method for IEEE-14 bus system
Platform: | Size: 6144 | Author: md adil | Hits:

[matlabgauss-seidel

Description: gAUSS SEIDEL METHOD FOR SOLVING POWER FLOW PROBLEM
Platform: | Size: 2048 | Author: hello2017 | Hits:

[AlgorithmG-S迭代

Description: 用Gauss-Seidel迭代法解线性方程组。(Solving linear equations by G-S iteration)
Platform: | Size: 9216 | Author: zhiheLyn | Hits:

[Algorithm迭代求解方程组

Description: 包括Jacobi迭代法,Gauss-seidel迭代法和SOR迭代法的matlab代码,以及一个测试的main程序(These are iterative methods for solving linear equations.)
Platform: | Size: 1024 | Author: 小博v | Hits:

[matlabgauss

Description: gauss seidel power flow solution
Platform: | Size: 2423808 | Author: himawasthi | Hits:

[Algorithm高斯勒让德和切比雪夫数值积分

Description: 计算积分,高斯赛德尔与高斯切比雪夫数值积分(Calculate Gauss-Seidel and Gauss Chebyshev numerical integral)
Platform: | Size: 1024 | Author: EIL | Hits:

[OtherGauss – seidel-www.matlabnet.ir

Description: Gauss Algorithm in Matlab
Platform: | Size: 8192 | Author: Valiniyaz | Hits:

[OtherAguilar-Ibarra

Description: gauss seidel power flow
Platform: | Size: 25600 | Author: edu131993 | Hits:

[matlabGauss Seidel

Description: Gauss Seidel method for numerical integration
Platform: | Size: 387 | Author: avicallingaj@gmail.com | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 27 »

CodeBus www.codebus.net