搜索资源列表
高斯消元法解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
高斯消元法(c)
- 电力系统计算应用广泛的高斯消元法,用来对参数矩阵进行降阶消元。-Gauss elimination is also called Gauss-Jordan elimination, which is used to reduce the dimension of a matrix so that it can be solved easily.
全选主元高斯消去法
- 使用全选主元的高斯消去法解线性方程组
高斯消元法matlab实现
- 高斯消元法的matlab实现
Gauss
- 不使用matlab内部调用程序的按照高斯消元法本身原理来编写。-Do not use matlab within the procedure call in accordance with the Gauss elimination principle to the preparation of their own.
gaosixiaoyuanfa
- 高斯消元法应用实例源码 具有通用性和实用性-Gauss elimination with a generic source code application examples and practical
gaosi
- 高斯消元法解方程组 简单的 但很实际 放在这里大家共享-Gauss elimination solution of equations is easy, but here the actual U.S. share
gausseliminatetosolvelinearequation
- 高斯消元法求解线性方程组,fortran源代码编辑-gauss eliminate to solve lineare quation
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
Gaussian
- 基于Java的高斯消元法,是数值计算方法的实验题。-Java-based Gaussian elimination method is the numerical calculation of the experimental problems.
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
列主元高斯消去法c++
- 利用c++语言实现了列主元高斯消去法求解方程组的过程。(Using c++ language to achieve the main element Gauss elimination method for solving equations process.)