搜索资源列表
用Gauss列主元消元法解线性方程组
- 解方程: 用Gauss列主元消元法解线性方程组 -solution equation : Gauss out PCA elimination method for solving linear equations using Gauss out PCA elimination method for solving linear equations
高斯消元法解线性方组选主元
- 高斯列主元消元法, 这只是我个人的一种解法,仅供参考。-out PCA Gaussian Elimination Act, this is my personal one solution for reference.
GaussElimination
- Gauss列主消元法,用于求解线性方程组,c代码。-Gauss out the main elimination method for solving linear equations, c code.
guass
- 使用高斯列主消元法实现高次方程组的求解过程
col_p
- 列主消元法解线性方程组源程序-main-elimination method for solving linear equations source
高斯消元法(不列主元)
- 高斯消元法(不列主元)大学计算方法里面的一个算法,用c++编的-Gaussian Elimination Act (PCA not out) University calculation inside an algorithm, using the c series
高斯列主元消去法(fortran)
- 利用fortran编写的高斯列主元消去法程序
列主消元法
- 列主消元法的matlab源代码
gauss(3)
- 列主消元法解线性方程组的C语言程序,欢迎下载-Out the main elimination method solution of linear equations of C language procedures, welcome to download
gauss(4)
- 列主消元法解线性方程组的C语言程序,欢迎下载-Out the main elimination method solution of linear equations of C language procedures, welcome to download
235236
- 列主消元法 数值计算方法-cod.................................................................
gauss
- 列主元高斯消元法,可以求解线性方程组,比较好用-Gauss elimination pivot column element method that can solve linear equations, compare easy to use
liezuxiaoyuanfa
- 用列主消元法求解线性方程组:可通过修改从键盘上输入矩阵-With out the main elimination method for solving linear equations: You can enter from the keyboard by modifying the matrix
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
liezhu
- 采用列主元解线性方程组,比高斯消元法更有效点-slove linear equtions
gauss
- 列主消元法-Out the main method of elimination
liezhuxiaoyuan
- 列主消元法练习 一个城镇有三个主要企业:煤矿、电厂和铁路作为它的经济系统。 生产价值1元的煤(产品1),需消耗0.3元的电费(中间产品2)和0.2元的运输费(中间产品3); 生产价值1元的电(产品2),需消耗0.4元的煤费(中间产品1)、 0.1元的电费和0.1元的运输费; 提供价值1元的铁路运输服务(产品3),需消耗0.3元的煤费和0.2元的电费和0.2元运输费。 在某个星期内,除了三个企业间的彼此需求,煤矿得到6万元的订单
mat
- 高斯列主消元法、打印杨辉三角MATLAB程序-The Gaussian main elimination method, MATLAB program to print Pascal' s Triangle
列主元高斯消去法c++
- 利用c++语言实现了列主元高斯消去法求解方程组的过程。(Using c++ language to achieve the main element Gauss elimination method for solving equations process.)