搜索资源列表
高斯消元法解n阶线性方程组
- 高斯消元法解n阶线性方程组 这里是数学方法中常用的计算程序-Gauss elimination method for n-linear equations here is the mathematical methods used in calculation procedures
高斯消元法(不列主元)
- 高斯消元法(不列主元)大学计算方法里面的一个算法,用c++编的-Gaussian Elimination Act (PCA not out) University calculation inside an algorithm, using the c series
高斯消元法(选主元)
- 高斯消元法(选主元)这个也是数学方法中的常用计算程序学过的人都知道的-Gauss-Emilination algorithm
全选主元高斯消去法
- 使用全选主元的高斯消去法解线性方程组
Gauss
- 不使用matlab内部调用程序的按照高斯消元法本身原理来编写。-Do not use matlab within the procedure call in accordance with the Gauss elimination principle to the preparation of their own.
briage_ex12
- 高斯消元法 c++ 实现-Gaussian elimination method c++ implementation
gaosi
- 高斯消元法解方程组 简单的 但很实际 放在这里大家共享-Gauss elimination solution of equations is easy, but here the actual U.S. share
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
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
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
gauss_elimination
- 高斯消元法解矩阵方程组的matlab语言-Gaussian elimination method for solving matrix equations matlab language
liezhu
- 采用列主元解线性方程组,比高斯消元法更有效点-slove linear equtions
Gauss
- 高斯消元法求解线性方程组,简单易行,速度快,精确-Gauss elimination method for solving linear equations
the-solution-to-AX=B
- 对任意线性方程组AX=B,利用矩阵等价变换形成上三角矩阵,在利用高斯消元法中的回代过程简便的求解方程组AX=B的解。本程序是用MATLAB编写的,运行时只要输入矩阵A和B,即可得到方程的解。程序中有详细的注释,很好理解。本程序具有通用性。-For any system of linear equations AX = B, the use of equivalent transformation matrix to form the upper triangular matrix using G
GAUSS
- 用于数值计算,通过MFC编写的高斯消元法,进行数值计算(Gauss elimination method)
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)