搜索资源列表
Gauss
- 解n阶线形方程组Ax=b的列主元高斯消去法的通用程序如下(下列程序都是在 matlab平台下编写的)
matlab高斯消去法
- 利用matlab程序实现列主元的高斯消去法。-using Matlab program out of the main yuan Gaussian Elimination Act.
MATLAB(gauss_liezhuyuan)
- MATLAB列主元高斯消去法的代码!我调试过了,可以用的,欢迎大家下载使用1-MATLAB out Principal Gaussian elimination code! I had to debug, and can be used are welcome to download a
netwonbetaandgauss
- newton-beta 算法及 基于列主元 高斯消去算法-newton-beta algorithm and Gaussian elimination based algorithm for main-element
Ex_4
- 线性方程组的高斯消元法和列主消元法 输入:A=[1.1348 3.8326 1.1651 3.4017 0.5301 1.7875 2.5330 1.5435 3.4129 4.9317 8.7643 1.3142 1.2371 4.9998 10.6721 0.0147] b=[9.5342 6.3941 18.4231 16.9237] [X]=liezhu(A,b)-Linear Equations Gaussian Elimination Method and the m
gepp
- 数值分析中的高斯消元法利用列主元进行消元程序-Numerical analysis using the Gaussian elimination method carried out principal component elimination process
GCME
- 这个程序是用列主元高斯消去法求解线性方程组的通用程序-This program is the main element out Gaussian elimination for solving linear equations of the general program
gauss
- 高斯消去法 用列主元求解AX=b 数值计算实习 例子-Gaussian elimination
liezhu
- 采用列主元解线性方程组,比高斯消元法更有效点-slove linear equtions
MATLAB
- 列主元高斯消去法、LU三角分解法、龙贝格(Romberg)算法、最小二乘法的Matlab程序及运行结果-Column principal component Gaussian elimination, LU triangular decomposition method, Romberg (Romberg) algorithm, least-squares method in Matlab and the results
Gaussian-elimination-code
- 线性方程组求解,高斯消元法,列主元消元法,matlab代码-Solving linear equations, Gaussian elimination, main-element elimination method, matlab code
MATLAB
- 选列主元高斯消元法 源代码程序 A=[1 1 1 -1 3 1 2 -6 1] b=[6 4 -5] x=gauss2(A,b) 答案;3 2 1-Election column the main Gaussian elimination method source code program A = [1 1 1 -1 3 1 2-6 1] b = [6 4 -5] of x = gauss2 (A, b) the answer 321
Gauss
- 在matlab环境下,列主元高斯消去法的通用程序-In the matlab environment, the main element of the general program Gaussian elimination
20131107
- 欧拉法 高斯消元 高斯列主消元 高斯赛得尔法 拉格朗日 牛顿-拉夫森 牛顿插值 龙贝格 复合梯形 三对角消元 四阶龙格库塔-eulode、GaussNaive GaussPivot GaussSeidel Lagrange Newtmullt Newtint romberg trap Tridiag rk4sys
Gauss
- 使用高斯消元法解线性方程组,包括顺序消元与列主元消元-Gaussian elimination method for solving linear equations, including the order of elimination and elimination out PCA
Gauss_elimi
- 用于列主元高斯消元法求解线性方程组的matlab程序-Matlab procedure for the column PCA Gauss elimination method
LiezhuyuanGauss_5
- 实现列主元高斯消去法的方程求解,主要针对压缩和非压缩矩阵-Equation solver to achieve out PCA Gaussian elimination, mainly for compressed and uncompressed matrix
Gauss
- 编制解n阶线性方程组 的列主元高斯消去法的通用程序;-Out the main preparation solution n-order linear equations Gaussian elimination of common procedures
Gauss_elimination
- 顺序高斯消元,自动列主元,自动完全列主元,手动列主元四个算法的Matlab程序-Order Gaussian elimination, Out the main element automatic, fully automatic out PCA, four hand out PCA algorithm Matlab procedures
Matlab
- 包括高斯消元法,列主元高斯消元法,雅可比方法,雅可比—赛都,SOR方法(includes some small programs about numerical analysis in MATLAB)