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

Search list

[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:

[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:

[AlgorithmC++arithmetic

Description: C++常用的数值算法 例如: 高斯-赛德尔迭代法、 列主元高斯消去法、 拉格郎日插值多项式 等等…… 都是很不错的学习资料,希望能帮助到大家!-C++ Commonly used numerical algorithm such as: Gauss- Seidel iterative method, PCA out Gaussian elimination method, Lagrange interpolation polynomial and so on ... ... are very good learning materials, to help to everyone!
Platform: | Size: 8192 | Author: LuanS | Hits:

[Otherjisuanfangfa

Description: 计算方法的七个典型程序。全部都有。拉格朗日插值.cpp 二分法.cpp 高斯.cpp 高斯-赛德尔.cpp 龙贝格.cpp 龙格库塔.cpp 牛顿迭代.c-Method of calculation of the seven typical program. All of them. Lagrange interpolation. Cpp dichotomy. Cpp Gaussian. Cpp Gauss- Seidel. Cpp Rhomberg. Cpp Runge-Kutta. Cpp Newton iteration. Cpp
Platform: | Size: 4096 | Author: wu | Hits:

[AI-NN-PRgauss

Description: 输入一个几行几列的数组,然后用高斯算法对其进行求解-Enter a few lines and a few columns of the array, and then solve it with the Gaussian algorithm
Platform: | Size: 2048 | Author: 燕子 | Hits:

[Algorithmshuzhifenxi

Description: 数值分析(高斯法、高斯——赛德尔法、牛顿法)-Numerical analysis (Gaussian method, Gauss- Seidel method, Newton method)
Platform: | Size: 4096 | Author: hu | Hits:

[AI-NN-PRProgramming-Assignment-Sharp3

Description: Write a program to solve the systems of linear equations via Gauss-Seidel method, one of the iterative-method strategies produce a sequence of approximate solution vectors for the system. And compare this with the naï ve Gaussian elimination method.
Platform: | Size: 10240 | Author: li | Hits:

[AlgorithmCalculation-methods-

Description: 计算方法程序 包括高斯消去法,牛顿插值,三次样条插值,Jacobi和高斯赛德尔迭代等-Calculation methods and procedures, including the Gaussian elimination method, Newton interpolation, cubic spline interpolation, Jacobi and Gauss-seidel iteration
Platform: | Size: 5120 | Author: 天天 | Hits:

[AlgorithmVisual-CPP-5fen

Description: 数值分析一类的代码,各种计算方法的源码 如:高斯-塞德尔迭代、高斯消去法求解线性方程组-Numerical analysis of a class code, the source of the various calculation methods: Gauss- Seidel iteration, Gaussian elimination for solving linear equations
Platform: | Size: 4079616 | Author: 张伟 | Hits:

[CSharpGauss-Seidel

Description: 实现高斯赛德尔迭代法,可以实现空间离散点的插值运算-Implement gaussian "del iterative method
Platform: | Size: 752640 | Author: 张刚 | Hits:

[VC/MFCLaborers-numerical-analysis

Description: 华工数值分析实验报告 实验内容:第2章实现三次样条插值算法,在课本45页,对应要实现的题目是课后习题的9和10. 第4章实现三个算法:81页的复化Simpson公式,83页的自动选取步长梯形法算法,和89页的Romberg求积法算法,对应的课后习题为第8题。 第五章实现顺序高斯消去法求解算法(102页)、列主元高斯消去算法(106页)、全主元高斯消去法算法(109页)。 第六章实现Jacobi迭代算法(129页)、Seidel迭代算法(131页)、松弛迭代法算法(132页)。对应的题目为第1题。-Laborers numerical analysis lab report Experiment: Chapter 2 cubic spline interpolation algorithm, 45 textbooks, corresponds to the topic that you want to achieve is Homework 9 and 10 Chapter 4 three algorithms: 81 complexification Simpson formula, 83 selected automatically step trapezoidal method algorithm, and 89 of Romberg quadrature method algorithm, the corresponding Homework Question 8. The Chapter achieve sequential Gaussian elimination algorithm (102), out PCA Gaussian elimination algorithm (106), the full main yuan Gaussian elimination algorithm (109). Chapter achieve Jacobi iterative algorithm (129), the Seidel iteration algorithms (131) relaxation iteration algorithm (132). Corresponding to the subject of Question 1.
Platform: | Size: 208896 | Author: 周生勇 | Hits:

[Algorithm2

Description: 用c语言写的高斯消元法程序 Gauss-Seidel迭代算法程序 牛顿迭代算法程序 复化梯形公式算法程序 复化Simpson公式算法程序等-Written by c language program Gaussian elimination method Gauss-Seidel iteration algorithm Newton iterative algorithm complex algorithm trapezoid formula of complex algorithms procedures Simpson formula
Platform: | Size: 46080 | Author: 刘海林 | Hits:

[Software EngineeringGauss-Seidel

Description: 计算机语言c++编程上机用高斯消去解方程组-Computer programming language used on the machine Gaussian elimination
Platform: | Size: 150528 | Author: 欧阳华 | Hits:

[matlabmatlab

Description: LINEAR SYSTEMS AND GAUSSIAN ELIMINATION THE LU FACTORIZATION Gauss-Seidel iteration SOR (successive over-relaxation) iteration
Platform: | Size: 2048 | Author: Penny | 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:

[Internet-Networkjisuanfangfa

Description: 计算方法的七个典型程序。全部都有。拉格朗日插值.cpp 二分法.cpp 高斯.cpp 高斯-赛德尔.cpp 龙贝格.cpp 龙格库塔.cpp 牛顿迭代.c-Method of calculation of the seven typical program. All of them. Lagrange interpolation. Cpp dichotomy. Cpp Gaussian. Cpp Gauss- Seidel. Cpp Rhomberg. Cpp Runge-Kutta. Cpp Newton iteration. Cpp
Platform: | Size: 4096 | Author: bi73951 | Hits:

[JSP/JavaFinalwork

Description: 结合java图形界面编程实现了计算方法中的相关的算法,包含:雅可比迭代 高斯-塞德尔迭代 拉格朗日插值 主元素高斯消去 高斯-约当消去 牛顿插值 不含列主元高斯约当法 二次多项式拟合 一次多项式拟合 二分法 牛顿迭代 三次样条插值 三对角的追赶法-Combined with java GUI programming calculation method of the related algorithms, comprising: Jacobi iteration Gauss- Seidel iterative Lagrange Interpolation main elements of Gaussian elimination Gauss- Jordan elimination Newton interpolation excluding out PCA Gauss Jordan Method quadratic polynomial fitting a polynomial fitting dichotomy of Newton iteration cubic spline interpolation method Tridiagonal catch
Platform: | Size: 6144 | Author: 李力 | Hits:

CodeBus www.codebus.net