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

搜索资源列表

  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. linear

    0下载:
  2. 数值线性代数运算,分别用列选主元的高斯消去法,矩阵的LU分解并求解方程组和迭代法解方程组,并比较计算结果和时间。-Numerical linear algebra, respectively out how principal component of the Gaussian elimination method, LU decomposition of the matrix, and solving equations and iterative solution of equations,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:190163
    • 提供者:Emily
  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. liezhuyuanxiaoqufachengxu

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

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

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

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

    0下载:
  2. bool lu(double *a, int *pivot, int n);矩阵的LU分解。 假设数组an*n在内存中按行优先次序存放,此函数使用高斯列选主元消去法,将其就地进行LU分解。pivot为输出函数.pivot[0,n)中存放主元的位置排列. 函数成功时返回false,否则返回true. bool guass(double const *lu, int const *p, double *b, int n) 求线性方程组的解。 假设矩阵lum*n为某个矩阵a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1667
    • 提供者:moontea
  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. 高斯列主元消去法求解线性方程组的程序 数值分析-Gauss
  3. 所属分类:matlab

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

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

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

    0下载:
  2. 数值分析大作业 --――(高斯列主元消去法求解线性方程组)-Numerical analysis of large operating----( out principal component Gaussian elimination method for solving linear equations)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:83731
    • 提供者:fl
  1. Numerical-Analysis

    1下载:
  2. 数值分析: lagrange插值与三次样条插值 simpson复化积分和两点高斯复化积分 四阶龙格—库塔解微分方程 牛顿下山法求解方程的根 列主元消去法求解线性方程组的根 -Numerical Analysis: lagrange interpolation and cubic spline interpolation simpson recovery of complex points and two points of the Gaussian integral Ru
  3. 所属分类:matlab

    • 发布日期:2017-03-18
    • 文件大小:34816
    • 提供者:susan
  1. gaosi

    0下载:
  2. 用c++实现高斯列主元消去法,并可实际进行运算-C++ implementation using Gaussian elimination pivot column, and the actual conduct of operations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1191
    • 提供者:anweizh
  1. guassliezhuyuansu

    0下载:
  2. 用Matlab实现高斯列主元消去法解非齐次线性方程组-Matlab implementation by principal component Gaussian elimination method for solving the column non-homogeneous linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:596
    • 提供者:林筝
  1. guass

    0下载:
  2. 利用高斯列主元消去法求解线性方程组Ax=b的解,并进行验证-Gauss elimination method to solve out the main element equations,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:995
    • 提供者:席玺
  1. Gauss

    0下载:
  2. 使用高斯列主元消去法编程可以减少计算的繁琐程度,大大降低运算复杂度-Gaussian elimination pivot column can be programmed to reduce the red tape of the calculation, greatly reduce the computational complexity
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:5472
    • 提供者:美丽
  1. linequ

    0下载:
  2. 高斯列主元消去法的c++源码 用以计算线性方程的解-Gaussian elimination of the PCA column c++ source code used to calculate the linear equation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1792
    • 提供者:jack
  1. gslzyPlufj

    0下载:
  2. 高斯列主元消去、直接分解(LU)matlab小程序-Gauss pivot column, LU decomposition matlab applet
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1050
    • 提供者:MA
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com