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

搜索资源列表

  1. kismessss

    0下载:
  2. 用GAUSS列主元消去法解线性方程组的计算机程序-CLASS out with the main yuan elimination method for solving linear equations of the computer program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6328
    • 提供者:韩凌波
  1. yacobi

    0下载:
  2. 利用雅可比(Jocabi)迭代法解线性方程组-using Jacobian (dissipative) iterative method for solving linear equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1276
    • 提供者:Colly
  1. rossler

    0下载:
  2. 对于Rossler方程组这样的非线形微分方程组,不可能求得其解析解,利用MATLAB可以用数值解法进行模拟。-Rossler equations for the non-linear differential equations, it is impossible to seek its analytic solution, using MATLAB method can be used for numerical simulation.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:195313
    • 提供者:shinechen
  1. xiaotian

    0下载:
  2. 利用雅可比(Jocabi)迭代法解线性方程组,请各位大哥指教.-using Jacobian (dissipative) iterative method for solving linear equations, please enlighten you brother.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9344
    • 提供者:毕小天
  1. superlu_mt_1.0.tar

    1下载:
  2. 可以用在并行计算中的代码,支持稀疏矩阵的LU分解,用来求方程组的解-can be used in parallel computing code, sparse matrix support the LU decomposition, used for the solution of the equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:562257
    • 提供者:wang
  1. superlu_dist_2.0.tar

    0下载:
  2. LU分解求解矩阵方程组的解,最新版本,快速求解稀疏矩阵-LU decomposition of the matrix equation solution, the latest version, sparse matrix Quick Solution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1028335
    • 提供者:wang
  1. superlu_3.0.tar

    1下载:
  2. LU矩阵分解单机版最新版本,用于快速求解稀疏矩阵组成的方程组的解-LU decomposition matrix version of the latest stand-alone version for fast sparse matrix solution of the solution of the equations
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:1134160
    • 提供者:wang
  1. matlab-code

    0下载:
  2. matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程 -Matlab solution of linear equations source code function nagauss2 x = (a , b, flag)% purposes : a selection P
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3102
    • 提供者:郑超
  1. jiefangchengju

    0下载:
  2. 求解方程组。输入方程组的系数距阵,程序先判断是否有解,有解输出解向量。-solving equations. The importation of the equation coefficient matrix procedure first determine whether explicit, explicit solution vector output.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:920
    • 提供者:宁微
  1. tina

    0下载:
  2. C++解线性方程组 复系数方程组的全选主元高斯消去法-C + + solution of linear equations of complex equations of the entire election PCA Gaussian Elimination
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6891
    • 提供者:张宁
  1. gaussjor

    0下载:
  2. 全主元高斯-约当消去法,解线性方程组,内含函数以及调用例子-all PCA Gauss-Jordan elimination method, the solution of linear equations, functions and includes examples Call
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1328
    • 提供者:younger
  1. LUDCMP

    0下载:
  2. LU分解法解线性方程组,内含LU分解函数以及调用的例子-LU decomposition method for solving linear equations, containing LU decomposition and the calling function examples
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1451
    • 提供者:younger
  1. TriDag

    0下载:
  2. 追赶法解线性方程组,内含追赶函数以及调用的例子-chasing method for solving linear equations, containing catch up with the calling function and examples
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1167
    • 提供者:younger
  1. shizhifenxi

    0下载:
  2. 数值分析算法描述与习题解答,由清华大学徐士良教书,用C编写的各种数学算法。比如:托伯利兹型线性代数方程组的递推算法,全选主元高斯消去法解复系数线形代数方程组,复矩阵求逆的全选主元高斯-约当法,等;-numerical analysis algorithm descr iption and answer the questions from Qinghua University XU Shi-liang, teaching C prepared by the various mathematica
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:88260
    • 提供者:qinzuoyi
  1. 16

    0下载:
  2. 追赶法解三对角线方程组-chased three diagonal Solving equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1279
    • 提供者:陶小兵
  1. do_login

    0下载:
  2. 1. 编制应用Broyden方法求解非线性方程组 的解的计算程序。并求非线性方程组-1. Application Broyden preparation method for solving nonlinear equations of Solutions program. And for nonlinear equations
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:1762
    • 提供者:许问还
  1. spgs

    0下载:
  2. 用途:用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b % 格式: x=spgs(A,b,x0,e,N),A为系数矩阵,b为右端向量,x返回解向量。 % x0为初值向量(默认原点),e为精度(默认1e-4),设置迭代次数上限以防发散(默 % 认500)。 -purposes : with Vector (sparse storage) form of Gauss - Seidel iterative solution of linear equations
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:858
    • 提供者:王志波
  1. xianxingfangchengzudejie

    0下载:
  2. 解线性方程组的软件源代码。用于求解线性方程组-solving linear equations software source code. For solving linear equations
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1282
    • 提供者:helina
  1. lzy

    0下载:
  2. 本实验主要涉及解线性方程组的列主元消去法.通过编辑程序,能更深入地了解到列主元消去法的内涵.并且通过计算比较,也可以了解到数据的精度及舍入误差等一系列有关因素.-this study involved solving linear equations of main-element elimination. Through the editorial process, to better understand out to the main yuan elimination connotatio
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7997
    • 提供者:林敏
  1. gaussserial

    0下载:
  2. 数值计算方法中的消元法解线性方程组数值计算方法中的guss 解线性方程组-numerical method of elimination method for solving linear equations numerical method of guss solving linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:51001
    • 提供者:bobo
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com