搜索资源列表
GaussElimination
- Gauss列主消元法,用于求解线性方程组,c代码。-Gauss out the main elimination method for solving linear equations, c code.
delphi_Gauss
- 数值分析 Gauss消元法Delphi源程序-numerical analysis Gauss elimination method Delphi source
matlab-gauss
- matlab-gauss,实现matlab上的gauss迭代法-Matlab - gauss, the realization of Matlab gauss iterative method
Gauss
- Gauss跌代法解线性方程组的程序 可以用以参考
线形方程组求解
- 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程。 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程 42x1+2x2+3x3=3 x1+7x2+7x3=1 -2x1+4x2+5x3=-7 算法思想:Gauss消元法是将线性方程组化为上三角形线性方程组,然后再用一个回代过程求这个上三角形线性方程组的解;选主元的Gauss消元法是在Gauss消元法上增加了选列主元
yuanma
- 数值计算方法解方程组实例,利用Gauss-Seidel迭代法解方程组
gauss
- 并行高斯消去法解线性方程组几阶的都可以的-Parallel Gaussian elimination solution of linear equations can be a few bands of
gauss
- 一个不错的全主元高斯消去法并行算法的MPI源程序-a MPI source code for Gaussian elimination s parallel algorithm
gaussc
- 用gauss消去法求解线性方程组很经典的完整的C++代码-By gauss elimination method for solving linear equations is the classic complete C++ code for
bahuanghou
- 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an old and well-known problem is a typical example backtracking algorithm. The problem is that the nineteenth c
156
- 八皇后问题是一个古老而著名的问题。该问题是十九世纪著名的数学家高斯1850年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an ancient and well-known problem. The problem is that the nineteenth century the famous mathematician Gauss 1850: Under th
gs
- 四点高斯积分公式在边界元分析法离散中的计算-Four the Gauss integral formula in boundary element analysis method in the calculation of discrete
12
- 包括高斯-塞德尔迭代法和雅可比迭代法,数值计算实验课-Gauss- Seidel iterative method and Jacobi iteration method, numerical experiment course
Gauss_all_VCPP
- 用于解线性方程组的全主元高斯消去法C++程序-c++ Used for solving linear equations of all primary gauss elimination
gaosi
- 高斯消元法解n维线性方程组,即输入为n维矩阵,将矩阵变为上三角矩阵,再反代-Gauss elimination method for solving n-dimensional linear equations, ie, the input is n-dimensional matrix, the matrix becomes upper triangular matrix, and then anti-generation
numerical-calculaltion
- 几种常用的数值积分算法代码,包括自适应梯形求积法,变步长梯形求积法和勒让德-高斯求积法-Several commonly used numerical integration algorithm code, including adaptive trapezoidal quadrature method, variable step trapezoidal quadrature method and Legendre- Gauss quadrature
gaosiyuedan
- 运用高斯约旦法求出矩阵的逆矩阵,文件中以正定矩阵为例-Using Gauss-Jordan method to calculate inverse of a matrix, for example the file to a positive definite matrix
GAUSS
- 列主元高斯消去法解线性方程组Ax=b, 顺序高斯消去法解线性方程组Ax=b。-Column pca gauss elimination solution system of linear equations Ax = b, sequential gaussian elimination solution system of linear equations Ax = b.
Gauss_noise
- 用于生成服从标准正态分布的高斯序列文件,利用混合同余法,生成均匀分布序列再将其转换成高斯序列(Used to generate a Gauss sequence file that obeys the standard normal distribution, and then uses the mixed residual method to generate a uniform distribution sequence, and then converts it into a Gauss
total gauss
- 采用列主元高斯消去法求解线性方程组,可供初级学习参考使用,也可求解较复杂线性方程组。(The column principal element Gaussian elimination method is used to solve the linear equations, which can be used for primary learning reference and can solve the more complex linear equations.)