搜索资源列表
matlab高斯消去法
- 利用matlab程序实现列主元的高斯消去法。-using Matlab program out of the main yuan Gaussian Elimination Act.
GaussElimination
- 在MATLAB中实现用高斯消元法求解线性方程组!-In MATLAB to achieve using Gaussian elimination method for solving linear equations!
gauss
- MATLAB中的高斯消元法解方程,注释,源MATLAB代码-MATLAB in the Gauss elimination solution of equations, notes, source MATLAB code
Gaussnc
- 不选主元的高斯消元法,用于求解线性方程组,很好用!基于c++编写。-Do not choose the principal component of the Gauss elimination method for solving linear equations, very good use! Prepared based on c++.
Gaussc
- 选主元的高斯消元法,用于求解线性方程组。很方便!基于c++开发。-Selected principal component of the Gaussian elimination method for solving linear equations. Very convenient! Based on c++ development.
aa
- 用高斯消元法解线性方程组 的MATLAB程序-Solution using Gauss elimination process of linear equations of MATLAB
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
Numerical_Methods_matlab
- matlab实现:高斯消元法,LU分解法,迭代法,奇异值分解,乔累斯基分解法,gauss迭代解线性方程组,jacobi迭代解线性方程组-matlab implementation: Gauss elimination, LU decomposition, iterative methods, singular value decomposition, Cholesky decomposition, gauss iterative solution of linear equations, jac
gsxyf
- 高斯消元法程序,高斯消元法程序-高斯消元法程序
geap
- 数值分析里面的高斯消元法利用全主元消去的程序-Numerical analysis method which use the Gaussian elimination procedure all main element elimination
gepp
- 数值分析中的高斯消元法利用列主元进行消元程序-Numerical analysis using the Gaussian elimination method carried out principal component elimination process
partialpivotingGauss
- 部分选主元的高斯消元法的MATLAB代码,并用该方法结合2次回代接方程组-Part of the pivoting Gaussian elimination of the MATLAB code, and combined with this method 2 times back to the pickup equations
gauss_elimination
- 高斯消元法解矩阵方程组的matlab语言-Gaussian elimination method for solving matrix equations matlab language
LDPC
- LDPC编码经过AWGN信道后的高斯消元法的译码过程的MATLAB仿真-LDPC codes through AWGN channel Gaussian elimination method, after the decoding process of MATLAB simulation
liezhu
- 采用列主元解线性方程组,比高斯消元法更有效点-slove linear equtions
zsxjf
- 利用matlab写的高斯消元法和最速下降法程序-zsxjf base on matlab
Gaussian-elimination-method
- matlab经典算法有好多种。这个程序是代数方程组的解法,即高斯消元法。-Matlab classical algorithms have a variety of. The program is the algebraic equations solution method, namely the gaussian elimination method.
gauss
- 采用高斯消元法,实现线性非齐方程求解,并且具有回代,可以直接论证方案。具有一般性,和参考性。(The Gauss elimination method is used to solve the linear non-homogeneous equation, and it can be used to prove the scheme directly. It is general and referential.)
2.1.1Gauss
- 高斯消元法解方程组范例程序,可以用来尝试解方程组(The Gauss elimination method is used to solve the equation set case program, which can be used to try to solve the equation group.)
Gauss消元求逆_matlab
- 通过高斯消元法计算矩阵的逆,尤其是稀疏矩阵(computer the inverse of the matrix by Gauss)