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

Search list

[Mathimatics-Numerical algorithmsmy赛德尔迭代法

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

[AlgorithmGauss_Seidel法解方程组

Description: Gauss_Seidel法解方程组,对同一系数矩阵的方程组,只须变换一次系数矩阵,即可求不同常数向量的不同方程组,大大提高计算效率,且可求解任意元线形方程组-Gauss_Seidel Solving equations, the same coefficient matrix equations, only a transformation coefficient matrix can be different for the different constant vector equations, greatly improving efficiency, which can be arbitrary yuan solving linear equations
Platform: | Size: 102400 | Author: 李征 | Hits:

[Algorithm数值分析课程设计

Description: 本人的数值分析课程设计 ,比较完整!Gauss顺序消去法与Gauss列主元消去法是计算机上常用来求解线性方程组的一种直接的方法。就是在不考虑舍入误差的情况下,经过有限步的四则运算可以得到线性方程组的准确解的一类方法。-Numerical analysis of the curriculum design, a relatively complete! Gauss law and order eliminate Gauss out PCA elimination method is commonly used computers to solve linear equations in a direct way. Is not consider rounding error of circumstances, and after limited to the four-step operation can be linear equations the exact solutions of a class method.
Platform: | Size: 95232 | Author: 沈嘉祺 | Hits:

[Windows DevelopG_S_ITER

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

[matlabSORxx

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: 2048 | Author: 张名 | Hits:

[Windows Developgaosisaideer

Description: 用Visual C++实现的高斯—赛德尔迭代法-achieve with Visual C Gauss- Seidel iterative method
Platform: | Size: 47104 | 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: 1024 | 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;否则输出失败信息,停机 -A, Seidel iteration algorithm 8.2:1. Input matrix A, the right side of b, the initial iterative vector X (0), dimension n, tolerance ε, the maximum allowed number of iterations N. 2. Home k = 1.3. Calculation of X1 = (b1-Σa1jxj (0))/a11 j = 2,3, ... ...., NXi = (bi-Σaijxj-Σaijxj (0))/aii, i = 2,3, ... ..., n-1Xn = (bn-Σanjxj)/ann j = 1,2, ... ...., n-14. If | | XX (0) | | <ε, the output X, downtime Otherwise, switch to step 5.5. If k <N,k+1=> k, X => X (0), to Step 3 Otherwise output failure message downtime
Platform: | Size: 51200 | Author: Gellss | Hits:

[matlabGauss-SerdelMATLAB

Description: 用Gauss-Serdel迭代法计算方程组的MATLAB函数文件-with Gauss- Serdel iterative method of calculating equations MATLAB function documents
Platform: | Size: 3072 | Author: 宁学勇 | Hits:

[Otherlegendre_gauss

Description: 此程序包含求任意点高斯积分节点和对应的Gauss的求解系数(同时也编写了Lagrange插值公式)-for this procedure include arbitrary point Gaussian integral node and the corresponding Gauss coefficient of the solution (also prepared Lagrange interpolation formula)
Platform: | Size: 1024 | Author: 张俊杰 | Hits:

[AlgorithmMachin

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: 2048 | Author: 李前 | Hits:

[Algorithmmathmatics_of_computer

Description: C++实现的数值分析算法包括: 二分法.cpp 复化辛卜生公式.cpp 改进欧拉法.cpp 高斯-赛德尔迭代法.cpp 拉格郎日插值多项式.c-C achieve the numerical analysis algorithms include : dichotomy. cpp Minute of Oracle Health formula. cpp Improved Euler method. cpp Gauss- Seidel iterative method. cpp Lagrange polynomial interpolation. c
Platform: | Size: 2048 | Author: 鸿鹤 | Hits:

[matlabGauss_Seidel_iterative

Description: 迭代法是解线性代数方程组的另一类方法,特别适用于解大型稀疏线性方程组。它的基本思想是针对求解问题预先设计好某种迭代格式,从而产生求解问题的近似解迭代序列,在迭代序列收敛于精确解的情况下,按精度要求取某个迭代值作为问题解的近似值。迭代法具有原始系数举证始终不变,算法简单,编写程序较方便,所需存储单元较少的优点。-iterative method was the linear algebraic equations of the other methods, particularly applicable to the large sparse linear equations. The basic idea is to solve the problem in advance against the design iteration some good format, thereby creating problems for the approximate solution of iterative sequence, the iterative sequence converges to the exact solution, precision demanded by a certain value as a question iterative solution approximation. Iteration with the original proof coefficient remains unchanged, the algorithm is simple, the preparation process more convenient, less required storage unit advantages.
Platform: | Size: 1024 | Author: 江理彬 | Hits:

[Algorithmt2_5

Description: 本题采用的计算方法为:主要用Jacobi迭代和Gauss-Seidel迭代解线性方程组。 Jacobi迭代算法思路:由方程组 ,使等式左端仅保留向量 ,其他一概放到右端,将 代入上式右端,便可(按顺序逐行)进行计算得到 。 Gauss-Seidel迭代和Jacobi迭代不同的是先计算第一式得到 ,用此数再参与第二式的右端的计算,依次类推。 -that the use of the method of calculating : main Jacobi iteration and the Gauss- Seidel iterative solution of linear equations. Jacobi iterative algorithm ideas : equations, so that the equation extreme retain only vector, into subguadratic else. will be incorporated into the on-subguadratic can (in order Progressive) calculated. Gauss- Seidel iterative and Jacobi iteration is different-first to be calculated first, used again in the second for the right side of the ceremony, followed by analogy.
Platform: | Size: 1024 | Author: 王明明 | Hits:

[AlgorithmGuass

Description: 线性方程组的两个程序,Guass-Jodan消去法和的,高斯塞德尔迭代法。-linear equations of the two procedures, Guass- Jodan elimination and the high Shisaideer iterative method.
Platform: | Size: 1024 | Author: 陈涛 | Hits:

[Mathimatics-Numerical algorithmsjuzhendiedai

Description: 利用c++编写的矩阵迭代算法,其中包含了雅可比方法和高斯-赛德尔方法-Use c++ Matrix prepared iterative algorithm, which contains the Jacobi method and Gauss- Seidel method
Platform: | Size: 1024 | Author: 叫怎高 | Hits:

[CSharpGauss_seidel

Description: 用gauss_seidel方法解N个未知数的线性方程组的解,并附有实验报告.-Methods used gauss_seidel unknown solution N of the solution of linear equations, together with the experimental report.
Platform: | Size: 931840 | Author: sjj | Hits:

[AlgorithmJacobiGaussSeidel

Description: 雅克比和高斯赛德尔迭代法求解线性方程组 用c++软件开发的程序-And high斯赛德尔Jacobian iteration method for solving linear equations with c++ Software development process
Platform: | Size: 1024 | Author: 王朝喜 | Hits:

[AlgorithmGaussian_row

Description: We can see that using Gauss-Seidel iterative methods need only 13 timed to make           But using Jacobi method after 25 times the    is bigger than that using Gauss-Seidel iterative methods
Platform: | Size: 78848 | Author: 吕鹏 | Hits:

[Algorithmgauss

Description: 高斯滤波算法源程序,希望大家踊跃下载,给与小弟支持,谢谢各位大虾-Gaussian filtering algorithm source code, hope that we enthusiastically download, younger brother to give support, Thank you for prawns
Platform: | Size: 3072 | Author: alksdj | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 27 »

CodeBus www.codebus.net