搜索资源列表
matlab-code
- matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程 -Matlab solution of linear equations source code function nagauss2 x = (a , b, flag)% purposes : a selection P
Gauss
- 解n阶线形方程组Ax=b的列主元高斯消去法的通用程序如下(下列程序都是在 matlab平台下编写的)
Gauss
- 本程序是应用数值分析对线性多元方程组的一种解法……高斯列主元消去法-This procedure is the application of numerical analysis of linear multivariate equations out of a solution ... ... the main element of Gaussian elimination
gauss
- 高斯列主元消去法求解线性方程组的程序 数值分析-Gauss
Gauss-lzyxq
- 数值分析基于Matlab环境下的Gauss列主元消去法源代码-Numerical analysis based on Matlab environment Gauss elimination pivot column source code
Gauss
- 线性方程组的列主元Gauss消去法,可以直接调用的,-Linear equations of Gauss elimination pivot column
Ch3_gauss
- 高斯消去法,列主元高斯消去法,数值分析作业,用课后习题验证过是正确的。-gauss iteration
Gauss-Seidel
- 本文件含有Gauss-Seidel求解方程组的解,Gauss列选主元消去法解线性代数方程组Ax=b的解,经验证正确。-This document contains the Gauss-Seidel solution for solving equations, Gauss column pivoting elimination method for solving linear algebraic equations Ax = b, solution, proven correct.
gauss
- 采用列主元Gauss消去法解线性方程组的matlab程序和C++程序-Using Gauss elimination method for solving linear equations matlab program procedures and C++
sor
- 自己编的SOR迭代法。列出每次迭代结果。精确解由高斯列主元消去法求得。-My SOR iterative algorithms. The results in each iteration are listed.The exactsolution obtained by the Gauss elimination method .
Gauss
- 在matlab环境下,列主元高斯消去法的通用程序-In the matlab environment, the main element of the general program Gaussian elimination
lincal
- 采用Gauss消去法求解线性方程组AX=B,M为求解方式。当M=0,则采用顺序消元;当M=1时,采用模最大的列主元;当M=2时,采用模最小的列主元-Gauss cal
PCA-elimination-method-of-Gauss
- 基于列主元Gauss消去法的matlab算法,其中A为系数矩阵,以及次算法的应用-Based out PCA elimination method of Gauss matlab algorithm, where A is the coefficient matrix
Gauss
- 编制解n阶线性方程组 的列主元高斯消去法的通用程序;-Out the main preparation solution n-order linear equations Gaussian elimination of common procedures
Desktop
- 列主元的Gauss消去法,此代码为防止矩阵的条件值太大,用于快速求解列主元。(The Gauss elimination method of the column principal element)