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

搜索资源列表

  1. Gauss-elimination-pivot-column

    0下载:
  2. 这个程序提供一个类,用高斯列主元消去法解线性方程组,能解出存在唯一解的线性方程组。-This program provide user a class,solve the linear equation by using Gauss elimination pivot column
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1300229
    • 提供者:baochaoqian
  1. Coordination_main_colomn

    0下载:
  2. 使用高斯列主元素消元法求解线性方程组的程序-Programme for the solution of Linear Equations using main-colomn Gauss algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2022
    • 提供者:李正东
  1. GAUSS-JORDAN

    0下载:
  2. 用全选主元高斯-约当消去法同时求解系数矩阵相同而右端具有m组常数向量的n阶线性代数方程组-With full pivoting Gauss- Jordan elimination method for solving the same time while the right side has the same coefficient matrix of linear algebraic equations of order n m group constant vector
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:737
    • 提供者:nyg
  1. Out-PCA-Gaussian-elimination-method

    0下载:
  2. 高斯列主元消去法求解线性方程组,文档用了两种方法实现方程组的求解,含代码。-Out PCA Gaussian elimination method for solving linear equations
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:119433
    • 提供者:凯撒
  1. matlab--jisuanfangfa

    0下载:
  2. 计算方法,实现LU分解,高斯列主元消去法,和多项式插值,样条插值等数值计算-Calculation methods to achieve LU decomposition, out PCA Gaussian elimination, and polynomial interpolation, spline interpolation numerical
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1168052
    • 提供者:LIN
  1. solving-linear-equations

    0下载:
  2. 可在C++中运行代码进行高斯列主元消元法解线性方程组运算-Out PCA Gaussian elimination method for solving linear equations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6341
    • 提供者:应红立
  1. GaussianTwo

    0下载:
  2. 高斯算法2,高斯列主元消去法解线代数方程组。-Gauss Algorithm 2, out PCA Gaussian elimination method for solving algebraic equations line.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3340
    • 提供者:
  1. shuzhifenxi

    0下载:
  2. 数值分析实验报告,包括阿当姆斯方法解常微分方程和高斯列主元消去法解线性方程组-Numerical analysis of experimental reports
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:82869
    • 提供者:wangjipeng
  1. GAUSS-LIE

    0下载:
  2. 高斯列主元消去法,适用于matlab编写高斯列主元消去-Out PCA Gaussian Elimination Act
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1717
    • 提供者:nsp
  1. inear-equations

    0下载:
  2. 利用高斯列选主元消去法,借助于C++语言求解线性方程组的解,具有代码易于实现,易于阅读,可移植性高等特点-Column pivoting Gaussian elimination, by means C++ language for solving linear equations, with the code is easy to implement, easy to read, and high portability
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2388
    • 提供者:Aaron
  1. Linear_equations

    0下载:
  2. 线性方程组的数值解法,包括高斯列主元消去法 ,Jacobi迭代法,Gauss--Saidel迭代法,超松弛迭代法-The numerical solution of linear equations, including gaussian pca elimination method, Jacobi iteration method, Gauss- Saidel iteration method, overrelaxation iteration method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-24
    • 文件大小:170463
    • 提供者:熊莹
  1. vc

    0下载:
  2. 这是高斯列主元消去法的完整程序,可以求解线性方程组-This is the Gaussian elimination method PCA out a complete program, you can solve the linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5556
    • 提供者:habanera
  1. Numerical-Recipes

    0下载:
  2. 本文件包含了高斯列主元消去法,拉格朗日插值多项式,牛顿插值多项式,龙贝格求积分法,牛顿迭代法等C/C++代码。-This document contains out PCA Gaussian elimination method, Lagrange interpolation polynomial, Newton interpolation polynomial, Romberg quadrature, Newton iterative method such as C/C++ code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:33200
    • 提供者:周东
  1. 3

    0下载:
  2. 数值分析,高斯列主元消去法,求解其次线性方程组 -Out PCA Gaussian elimination, followed by solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4059
    • 提供者:ningchungui
  1. AGJDN

    0下载:
  2. 压缩包包含三个文件: 全主元高斯-约当消元法程序AGJDN.m;基于全主元高斯-约当消元法的迭代求解病态矩阵方法AGJDNM.m;AGJDN.m的测试方程。 程序参考自:Fortran常用算法程序集(第二版) 徐世良编。AGJDN.m能求解部分病态矩阵,而AGJDNM.m对于我的测试矩阵效果不佳,但也一并上传,仅供参考。 错漏之处,还望指正。 -Gaussian-Jordan elimination base on all principal element.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1340
    • 提供者:
  1. Solution-equation

    0下载:
  2. 用高斯列主元消去法和三角直接分解法LU分解法的matlab 代码。-Matlab code of the decomposition method with the main element elimination method and the direct decomposition of the LU.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1355
    • 提供者:尚青
  1. gaosi

    0下载:
  2. 该程序实现了高斯列主元消去的数学方法,基于控制台的程序,直接运行即可-The program implements a mathematical method of Gauss out PCA elimination, console-based program can be run directly
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1363232
    • 提供者:李大伟
  1. Gauss--for-solving-linear-equations

    0下载:
  2. 高斯列主元消去法解线性方程组,计算方法的数值解法基础介绍-Gauss out PCA elimination method for solving linear equations, numerical solution method calculated on the basis of presentation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:11598
    • 提供者:ZZ
  1. SolveLinearEqutations

    0下载:
  2. 全选主元高斯-约当消去法求解稀疏线性方程组 输入参数a[]系数矩阵,n线性方程阶数,b[]右端项 输出参数b[]方程组的解 返回值 : 1求解成功 0求解失败-Select the main element Gauss- Jordan elimination method for solving sparse linear equations Input parameters a [] coefficient matrix, n order linear equations, b
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:886
    • 提供者:李欣
  1. gauss_seidel

    0下载:
  2. 高斯-塞代尔(Gauss-Seidel)消元法的MATLAB程序-Gauss- plug Dyer (Gauss-Seidel) elimination method MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:688
    • 提供者:ke_zhifang
« 1 2 ... 27 28 29 30 31 3233 »
搜珍网 www.dssz.com