CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 列主元消去法

搜索资源列表

  1. liezhuyuan

    0下载:
  2. 列主元消去法——Gauss主元消去法求解线性方程组-Out the main element elimination method- Gauss principal component elimination method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:25600
    • 提供者:毛毛
  1. 2

    0下载:
  2. 高斯列主元消去法的程序,如果有什么不对的地方烦请指教-Gaussian elimination pivot column
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:3099
    • 提供者:张亚维
  1. Gauss1

    0下载:
  2. 此为MATLAB语言变得列主元高斯消去法-This is the MATLAB language has become the main element out Gaussian elimination
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:894
    • 提供者:cc
  1. NumericalAnalysis

    0下载:
  2. 数值分析—Gauss列主元消去法和龙格积分法-Numerical Analysis
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:6552
    • 提供者:王连接
  1. lux

    0下载:
  2. 用GAUSS列主元消去法解线性方程组,文件为matlab GAUSS列主元消去法源代码。-GAUSS out with principal component elimination method for solving linear equations, the document matlab GAUSS out principal component elimination method source code.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:521
    • 提供者:翟磊
  1. Level_A

    0下载:
  2. 编制n元一次方程组求解程序。其中n用全局变量定义,方程中的增广矩阵从文本文件中读入,求解方法用列主元消去法。-The preparation of n-linear equation group solver. Where n using the global variable definition, equation Augmented Matrix read from a text file, solving method principal component elimination me
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:957237
    • 提供者:李明宇
  1. gaosi

    1下载:
  2. 共两个程序,分别为:高斯顺序消去法,高斯列主元消去法 -Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equations and Gauss-Jordan elimination method of inverse matrix. Procedures for the use of MATLAB language development, and
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:964
    • 提供者:wangsizhao
  1. gsxyf

    0下载:
  2. 高斯列主元消去法求解线性方程组,在方程组的求解中应用较广。-Main-element Gauss elimination for solving linear equations, the equations of wider application.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:619
    • 提供者:lupy
  1. jiefangcheng

    0下载:
  2. 采用Gauss列主元消去法解线性方程组,输入所有系数后即可解得所有未知数的值-with this programme,you dcan work out any functions quickly,all you need to do is type in the seriels numbers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1186
    • 提供者:刘进锋
  1. liezhuyuanxiaoqufachengxu

    0下载:
  2. 列主元素消去是由高斯消去法改进得到的求解线性方程组的方法,它是目前计算机上常用的解低阶稠密矩阵方程组的有效方法。列主元消去法就是在每次选主元时,仅依次按列选取绝对值最大的元素作为主元,且只交换两行,再进行消元计算。程序通过将矩阵元素赋给数组,再操作数组从而达到处理矩阵的目的。这样便可以将矩阵化为上三角形式,轻松地解出方程组的最后一组解。在计算出方程组最后一个解后,应用回代的方法,计算出方程组所有的解。-Out the main elements of cancellation is receiv
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:275627
    • 提供者:天云
  1. liezhuyuanxiaoqufa

    0下载:
  2. 列主元消去法,可以计算出LU矩阵和方程组的解,已经验证可以运行。-Main-element elimination method, LU matrix can be calculated and the equations, has been demonstrated to run.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:843
    • 提供者:李小勇
  1. Gausse

    0下载:
  2. 数值分析中Gausse列主元消去法,主要通过矩阵运算实现-Numerical Analysis Gausse main-element elimination, mainly achieved through the matrix operation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1052024
    • 提供者:
  1. gaosi

    0下载:
  2. 高斯列主元消去法 #include<stdio.h> #include<conio.h> #include<math.h> #define N 100 float a[N][N+1] void main( ) { int i,j,k,n float t,s=0, clrscr( ) printf("输入矩阵阶数:") scanf(" d",&
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:169654
    • 提供者:www.pudn.com
  1. Gauss

    0下载:
  2. 本程序是应用数值分析对线性多元方程组的一种解法……高斯列主元消去法-This procedure is the application of numerical analysis of linear multivariate equations out of a solution ... ... the main element of Gaussian elimination
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:782
    • 提供者:肖宇
  1. jisuanfangfa

    0下载:
  2. 计算方法程序:三次拉格朗日插值、牛顿插值、复化梯形积分、复化Simpson积分、高斯列主元消去法、LU分解法-Calculation procedure: three Lagrange interpolation, Newton interpolation, complex trapezoidal integration, complex integration of Simpson, principal component elimination method Gauss column, LU
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:29968
    • 提供者:wangxuanbo
  1. Gauss

    0下载:
  2. 使用VC6.0实现解线性方程组的Gauss列主元消去法,算法设计简单,有效,采用地址传递参数-VC6.0 implement solutions using linear equations of the Gauss elimination pivot column, algorithm design simple, effective, pass parameters by address
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1326
    • 提供者:landon
  1. gauss

    0下载:
  2. 高斯列主元消去法求解线性方程组的程序 数值分析-Gauss
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1101
    • 提供者:孙艳彬
  1. 2liezhuyuanxiaoqufaqiujianfangchenzu

    0下载:
  2. 2列主元消去法解方程组,第二部分,全部代码-Two principal component elimination method for solving equations, the second part, all the code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:227663
    • 提供者:包子
  1. gs

    0下载:
  2. 计算方法实验-高斯列主元消去法源代码。c++编写的-Method- principal component Gaussian line
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1196
    • 提供者:赵明建
  1. xiaoqufa

    0下载:
  2. 解线性代数方程组的直接法——列主元消去法-Solving linear algebraic equations of the direct method- principal component elimination column
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:3461
    • 提供者:孙鑫
« 1 2 3 4 56 7 8 9 10 ... 16 »
搜珍网 www.dssz.com