搜索资源列表
Gauss消元法----不选主元
- 我们的计算方法作业 线性方程组的Gauss消元法(不选主元法)算法实现-our method of calculating operating linear equations Gauss elimination method (Pivot) Algorithm
解线性方程的直接法
- 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix, such as matrix inversion. See
Gauss-Seidel
- 数值分析或计算方法中的Gauss-Seidel法求解线性方程组的c++程序-numerical analysis or calculation method of Gauss - Seidel method for solving linear equations of c procedures
Gauss(delphi)
- 本软件系我Delphi学习习作,实现了用Gauss消去法解线性方程组,能识别用户以文本方 式输入方程组增广矩阵,并且能检测一些常见的输入错误及其位置,方程的解以文本方式输 出在结果显示框。希望用户尽量按照软件操作提示操作,尽管我细心的考虑过很多可能出现 的错误,但仍有许多不足的地方,欢迎各位朋友发现并指出,本人非常感激。-I Delphi learning exercises, realized using Gauss elimination method for solving l
Gauss
- 列主元高斯消去法 是我学习计算方法A时编写的 完成了列主元高斯消去法实现方程组求解。-out PCA Gaussian elimination is my calculation A study prepared at the completion of the main-element Gauss elimination method to achieve equation Solving Group.
gauss
- 高斯喬登消去法 使用 C 程式實現 使用 C++ Builder
线性方程组的迭代法和牛顿数值积分
- 线性方程组的迭代法:Jacobi, Gauss-Seidel,SOR,SOR for Poisson。 牛顿数值积分方法及其Steffensen加速法。
Gauss
- 不使用matlab内部调用程序的按照高斯消元法本身原理来编写。-Do not use matlab within the procedure call in accordance with the Gauss elimination principle to the preparation of their own.
gauss
- 高斯列主元消元法解n元一次方程组和简易流程图-PCA out Gaussian elimination method solution of n-一次方程group and the simple flow chart
gauss
- 高斯消去法适用于求解低阶线性方程和方程组,它先逐次消去变量,将方程组化成同解的上三角形方程组,然后按方程相反顺序求解上三角方程组,得到原方程组的解-Gaussian elimination method for solving linear equations and low-level equations, the successive elimination of its first variable, the equations into a triangle with the solut
Gauss
- 用Gauss法来直接解方程组的c程序,简单实用-use Gauss law to solute the linear equations
Gauss
- 高斯消去法,计算方法中高斯消去法十分常用,本代码检验并通过请放心使用-This methods is Gauss and easily used。You can understand it quikly .I hope help more people and feel happy.
Gauss
- 高斯消元法求解线性方程组,简单易行,速度快,精确-Gauss elimination method for solving linear equations
Gauss
- Gauss法求解方程组。包含实验报告,cpp。-Gauss method for solving equations
gauss
- Runge-kutta方法的二级GAUSS法,用三级HENU方法提供初值-Secondary GAUSS method Runge-kutta method, using three methods provide initial values HENU
GAUSS–CHEBYSHEV法解积分
- 使用GAUSS–CHEBYSHEV(高斯 - 切比雪夫)法简单快速的解决含未知数的积分问题(Fast solution of integral problems with unknown numbers)
高斯-约当消去法解方程组
- 高斯约当消去法解方程组,快捷方便,高效。(The solution of equations)
高斯消去法
- 高斯消去法求解多元方程,完整源代码,可直接执行。(Gauss elimination method for solving multivariate equations)
h.rar
- 主要是利用高斯求积公式来计算积分,以达到高精度(Gauss quadrature formula is used to calculate the integral, so as to achieve high precision)
gauss
- 高斯主元消去法matalb实现。m代码,数值分析(Gauss principal element elimination method)