CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 线性方程组

搜索资源列表

  1. 解线性方程组的程序vb

    0下载:
  2. 解线性方程组的程序vb程序,把它分别复制到command1下-solution of linear equations procedures vb procedures were copying it to the next command1
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1060
    • 提供者:xdh
  1. 第二章 解线性方程组的直接方法

    0下载:
  2. 解线性方程组的直接方法-solution of linear equations of the direct method
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:318516
    • 提供者:陈磊
  1. 第三章 解线性方程组的迭代法

    0下载:
  2. 解线性方程组的迭代法-solution of linear equations of iterative method
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:98430
    • 提供者:陈磊
  1. 求解线性方程组

    1下载:
  2. 求解线性方程组,采用三种方法:Guass消去法、Guass列主元素消去法和直接三角形分解法(Boolittle方法 \\ Crout方法)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-01-17
    • 文件大小:8465
    • 提供者:qq
  1. 高斯法解线性方程组

    0下载:
  2. 高斯法解线性方程组-Gaussian method for solving linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2512
    • 提供者:
  1. 解线性方程组的迭代法

    0下载:
  2. 利用matlab编程实现解线性方程组的迭代法。-using Matlab programming for solving linear equations of iterative method.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:22840
    • 提供者:悟凡
  1. 高斯消元法解n阶线性方程组

    2下载:
  2. 高斯消元法解n阶线性方程组 这里是数学方法中常用的计算程序-Gauss elimination method for n-linear equations here is the mathematical methods used in calculation procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10119
    • 提供者:郑双明
  1. 雅可比迭代解线性方程组

    0下载:
  2. 雅可比迭代解线性方程组 这个也是计算方法中另一种 求解线性方程组的计算程序-Jacobi iterative solution of linear equations This is a separate calculation method for solving linear equations of computational procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11876
    • 提供者:郑双明
  1. umfpack 求解大规模稀疏矩阵组成的线性方程组

    1下载:
  2. 求解大规模稀疏矩阵组成的线性方程组。
  3. 所属分类:源码下载

    • 发布日期:2010-10-27
    • 文件大小:1109032
    • 提供者:wanghangzhou
  1. suites parse求解稀疏矩阵组成的线性方程组算法

    0下载:
  2. 求解稀疏矩阵组成的线性方程组算法集。
  3. 所属分类:源码下载

    • 发布日期:2010-10-27
    • 文件大小:10372827
    • 提供者:wanghangzhou
  1. 用高斯消去发解n元一次线性方程组

    0下载:
  2. 用高斯消去发解n元一次线性方程组
  3. 所属分类:源码下载

    • 发布日期:2010-11-03
    • 文件大小:25088
    • 提供者:ziseshandian
  1. linear-simultaneous-equations

    0下载:
  2. 源码里包括线性方程组各种解法的Matlab例程,包括LU分解直接解法,夹克比迭代法、GS迭代法、SOR迭代法,共轭梯度法等。
  3. 所属分类:matlab例程

    • 发布日期:2010-12-03
    • 文件大小:2184
    • 提供者:dmbxj_sina
  1. 四种方法求解15阶线性方程组

    0下载:
  2. 采用Cramer算法、Gauss列主元、Gauss全主元、Doolittle算法等四种方法求解15阶线性方程组的C++代码
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-03-23
    • 文件大小:3170
    • 提供者:mikefeng
  1. 超过松弛迭代解线性方程组

    1下载:
  2. 利用超过松弛迭代解线性方程组,经过详细优化过的源程序,求解效率极高,程序有注释,方便阅读,程序经过验证。
  3. 所属分类:源码下载

    • 发布日期:2011-09-14
    • 文件大小:1447
    • 提供者:qindecheng_01
  1. 全主元消元解线性方程组

    0下载:
  2. 全主元消元解线性方程组
  3. 所属分类:编程文档

  1. 解线性方程组的迭代法

    0下载:
  2. 解线性方程组的迭代法
  3. 所属分类:C#编程

  1. 线性方程组的雅克比迭代法

    0下载:
  2. 既可以能过两种方法考察线性方程组的雅克比迭代法是否收敛,又可以求解线性方程组,Can have two methods to study the system of linear equations Jacobian iterative method is convergent, but also for solving linear equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-03-23
    • 文件大小:52532
    • 提供者:赵萍
  1. 高斯-赛德尔迭代法解线性方程组的C++程序

    0下载:
  2. 这是高斯-赛德尔迭代法解线性方程组的C++程序,适合程序设计初学者和大学生课程设计-This is the Gauss- Seidel iterative method for solving linear equations of the C++ program, designed for beginners and students of the program curriculum design
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-21
    • 文件大小:2760
    • 提供者:wade
  1. zhuaiganfa追赶法求解三对角线性方程组用C++实现

    0下载:
  2. 追赶法求解三对角线性方程组用C++实现,在存储时有到了存储策略,压缩存储-Catch-up method for solving tridiagonal linear equations in C++ implementation, when in storage to a storage policy, storage compression
  3. 所属分类:其他小程序

    • 发布日期:2017-04-09
    • 文件大小:1275714
    • 提供者:曾宇航
  1. guass 高斯消去法求解线性方程组

    0下载:
  2. 高斯消去法求解线性方程组 输入变量为一个n阶非奇异方阵A,和n维列向量b,输出的结果为线性方程组Ax=b的解-Gaussian elimination method for solving linear equations
  3. 所属分类:matlab例程

    • 发布日期:2017-03-22
    • 文件大小:1611
    • 提供者:sanbudeyu
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com