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

搜索资源列表

  1. GAUSSPP

    0下载:
  2. 高斯列主元消元法 测试通过 采用新算法 很好的性能-Gaussian elimination pivot column element method for testing the new algorithm through the use of good performance
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1085
    • 提供者:wang
  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. gauss

    0下载:
  2. 计算方法中的高斯列主元算法 是计算方法中很重要的一种算法 -Method of calculation set out the main element in the Gaussian algorithm is a very important method of calculating an algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:258596
    • 提供者:tss
  1. solve

    0下载:
  2. 用高斯列主元,全主元,Crame法则等解方程组-PCA with Gaussian line, full-PCA, Crame laws and other solutions of equations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:3103
    • 提供者:刘德莉
  1. Gauss

    0下载:
  2. 用高斯列主元法来求解线性方程组,计算并输出结果-Gaussian line with the main element method to solve linear equations, to calculate and output the result
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:40247
    • 提供者:li keli
  1. xianxing

    0下载:
  2. 数值分析课程作业。线性方程组的各种解法方式,有高斯列主元法,高斯顺序法,平方根法,追赶法,C语言编程。有结果输出和分析-failed to translate
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:169211
    • 提供者:王昆仑
  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. Gauss

    0下载:
  2. 高斯列主元消元法 VC6.0 数值计算 附有数据-Guass
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:625
    • 提供者:王勃
  1. work

    0下载:
  2. 用于解三对角方程的追赶法源代码,MATLAB编写,高斯列主元解线性方程组代码-Solution of tridiagonal equations for the pursuit method source code, MATLAB prepared
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1482
    • 提供者:陈凯
  1. shiyaner

    0下载:
  2. 自选线性方程组,编制一个程序,分别用高斯列主元消元法和LU分解法求解。然后完成作业: 分别用高斯列主元消元法和LU分解法求解下面的方程组(以下方程组供选择)。 -数值计算方法
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:266905
    • 提供者:肖潇
  1. gauss

    0下载:
  2. 高斯消元法和高斯列主元消元法解方程组;对于计算方法课程一些问题的分析解决-Gauss elimination and Gauss elimination method main-element solutions of equations calculation program for analyzing and solving some problems
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1059
    • 提供者:
  1. calculation

    0下载:
  2. 典型数值计算方法。包括:经典四阶龙格库塔法、高斯列主元法、牛顿法、龙贝格、三次样条插值算法、M次多项式曲线拟合、二分法、不动点法、霍纳法、牛顿-拉弗森迭代等十项典型算法的算法流程及C源代码和例子。-Typical numerical calculation. Include: classical fourth order Runge-Kutta method, Gauss main-element method, Newton method, Romberg, cubic spline inte
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:489888
    • 提供者:siengk
  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. 0805140431

    0下载:
  2. 用高斯列主元解方程组-maybe .......................
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:828
    • 提供者:上官雨宣
  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. gepp

    0下载:
  2. 数值分析中的高斯消元法利用列主元进行消元程序-Numerical analysis using the Gaussian elimination method carried out principal component elimination process
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:536
    • 提供者:yuxin
  1. jiefangcheng

    0下载:
  2. 求解线性方程组的几种方法:高斯列主元、高斯塞德尔迭代法-Solving linear equations in several ways: column pivot Gauss, high Sise del iteration
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1888
    • 提供者:崔深
« 1 2 3 45 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com