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

搜索资源列表

  1. newton

    1下载:
  2. 用牛顿迭代法解非线性方程组的源程序,在MATLAB中可用-Newton iteration method for nonlinear equations of the source, available in MATLAB
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-11-15
    • 文件大小:3210
    • 提供者:zhengjia
  1. wps

    0下载:
  2. 求方程组的解,非常好用,方程组,线性与非线性的都行-Find the solution of equations, very easy to use, equations, both linear and nonlinear line
  3. 所属分类:Algorithm

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:wangping
  1. SOR

    0下载:
  2. SOR方法解线性方程组,一般解法和矩阵解法。(MATLAB程序)-SOR method to solve linear equations, the general method and matrix method. (MATLAB program)
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:883
    • 提供者:chenyijun2131
  1. SOR

    2下载:
  2. SOR法解线性方程组(逐次超松弛法)是Gauss-Seidel的改进方法-SOR method for linear equations (successive over-relaxation method) is the Gauss-Seidel Method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1395
    • 提供者:罗磊君
  1. gauss

    0下载:
  2. 并行高斯消去法解线性方程组几阶的都可以的-Parallel Gaussian elimination solution of linear equations can be a few bands of
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:2893
    • 提供者:成斌
  1. thomas.tar

    0下载:
  2. matlab实现thomas算法对三角矩阵解线性方程组-matlab thomas algorithm to achieve the solution of the triangular matrix of linear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1805
    • 提供者:tim
  1. RungeKuttaGill

    0下载:
  2. 用vc源程序实现经典rungekuttaGill法解微分方程组-Vc source code used to achieve the classic solution of differential equations rungekuttaGill method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:307462
    • 提供者:美丽
  1. Gauss

    0下载:
  2. 给定三个n阶线性方程组Ax=b,采用列主元素法解线性方程组的直接法。-Given three n-order linear equations Ax = b, out the main element method using linear equations solution of the direct method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:959
    • 提供者:曹林
  1. rk

    0下载:
  2. 荣格库塔法解微分方程组,比matlab自带的ode求解命令更准确,误差更少-Rong-Kutta method for solving differential equations group' s ode to solve than the matlab command comes more accurate, less error
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1368
    • 提供者:杨铭
  1. gaussj

    0下载:
  2. 完全主元法的高斯消元法求逆矩阵算法,计算结果返回矩阵逆和线性方程组的解。-Gauss elimination for the inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:617
    • 提供者:邹博安
  1. Solving_ODEs_with_MATLAB

    0下载:
  2. 使用Matlab解常微分方程组。作者为L.F.Shampine, I.Gladwell, S.Thompson-Solving ODEs with MATLAB. Author:L.F.Shampine, I.Gladwell, S.Thompson
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:1221709
    • 提供者:ruyali
  1. CG

    1下载:
  2. 共轭梯度法CGmatlab程序 解线性方程组-Conjugate gradient method matlab program for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:726
    • 提供者:zn
  1. CG-Jacobi-g-s-sor

    1下载:
  2. 解线性方程组的迭代法,包括jacobi迭代,G-S迭代,Sor迭代,及共轭梯度等。-iterative method for solving linear equations, including jacobi iteration, GS iterative, Sor iteration, and conjugate gradient.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:2222
    • 提供者:xiaojunsuus
  1. MyRK4sys

    1下载:
  2. 四阶龙格库塔法解常微分方程组 四阶龙格库塔法解常微分方程组-4-Runge-Kutta
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:606
    • 提供者:王凯
  1. sor

    0下载:
  2. 算法实验名称: 解线性方程组的超松弛迭代法的c程序 功能说明: 本实验主要写出了解线性方程组Ax=b的超松弛迭代法的C程序代码,并举例进行了运算.-err
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:5375
    • 提供者:白文静
  1. 2009620150022

    0下载:
  2. 解多元线性回归方程组,工业控制算法.可移植到MFC程序中.-Solution of multiple linear regression equations, industrial control algorithm. Can be transplanted to MFC program.
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:15950
    • 提供者:陈书高
  1. MATLAB-algorithm

    0下载:
  2. 插值 函数逼近 数值微分 数值积分 非线性方程求解 解线性方程组的直接解法 解线性方程组的迭代法 随机数生成 特殊函数计算 常微分方程的初值问题 偏微分方程的数值解法 数据统计和分析-Interpolation function approximation numerical integration of nonlinear differential equations numerical solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:151573
    • 提供者:puda
  1. preconjgrad

    0下载:
  2. preconjgrad:预处理共轭梯度法求线性方程组Ax=b的解 conjgrad:共轭梯度法求线性方程组Ax=b的解 twostep:两部迭代法求线性方程组Ax=b的解 fastdown:快速下降法求线性方程组Ax=b的解-preconjgrad: preconditioned conjugate gradient method for solving linear equations Ax = b solution conjgrad: conjugate gradient met
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1683
    • 提供者:wallace
  1. Chan

    0下载:
  2. Chan算法,可以用于求非线性方程组的解-Chan algorithm for solving non-linear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1096
    • 提供者:刘畅
  1. rungekuttaC

    1下载:
  2. 龙格库塔法;用C++语言编写的龙格库塔法解微分方程组。-Runge-Kutta method with C++ languages Runge-Kutta method for solving differential equations.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-11-11
    • 文件大小:207825
    • 提供者:王海罗
« 1 2 ... 21 22 23 24 25 2627 28 29 30 31 ... 50 »
搜珍网 www.dssz.com