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

搜索资源列表

  1. digit

    0下载:
  2. 高斯消元法,此方法可方便得解答线性方程组的解,比拉格朗日优越!-Gaussian elimination method, this method can easily get answers to the solution of linear equations over Lagrangian superior!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:668
    • 提供者:hsj
  1. Meschach

    0下载:
  2. Meschach 可以解稠密或稀疏线性方程组、计算特征值和特征向量和解最小平方问题,另外还有其它功能。它为双精度数和复数提供了近 400 个函数。它提供的教程以说明性的小案例研究的形式介绍了这些函数。-Meschach is a C-language library of routines for performing matrix computations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:215416
    • 提供者:刘伟
  1. matlabArithmetic

    0下载:
  2. Arithmetic: Dijkstra,Dynamic_pro,Floydkruskal,Random_generate math_exp: 插值与拟合实验 代数方程组的解法 微分方程实验 优化问题实验 数据分析,规划问题,绘图,解方程。。。。。。 -Arithmetic: Dijkstra, Dynamic_pro, Floydkruskal, Random_generate math_exp: interpolation and fitting th
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:3066278
    • 提供者:黄伟
  1. gauss

    0下载:
  2. 高斯消去法适用于求解低阶线性方程和方程组,它先逐次消去变量,将方程组化成同解的上三角形方程组,然后按方程相反顺序求解上三角方程组,得到原方程组的解-Gaussian elimination method for solving linear equations and low-level equations, the successive elimination of its first variable, the equations into a triangle with the solut
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:579057
    • 提供者:罗剑平
  1. squareroot

    0下载:
  2. 利用平方根法解线性方程组源程序及流程图。-Solving the use of the square root of linear equations and the flow chart of the source code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:5020
    • 提供者:kelly
  1. elrl

    0下载:
  2. 在c环境下,实现用欧拉法解线性方程组-In c environment Euler solutions using linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:165259
    • 提供者:王飞
  1. advanced-elrl

    0下载:
  2. 在c++环境下,实现用改进的欧拉法解线性方程组-In c++ environment, using the improved Euler' s method solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:553239
    • 提供者:王飞
  1. guass

    0下载:
  2. 高斯消去法解线性方程组,可以解一般的线性方程-Gaussian elimination solution of linear equations can be a general solution of linear equations
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3592137
    • 提供者:wulei222
  1. c

    0下载:
  2. 松弛迭代法解线性方程组,含数值计算方法内容,c++程序。-Relaxation iteration method solving linear equations, numerical method with the content, c++ program.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:13363
    • 提供者:阿伟
  1. RK

    0下载:
  2. 龙格库塔程序源代码,用于解微分方程或微分方程组,给初学者作为参考。-Runge-Kutta program source code for the solution of differential equations or differential equations, as a reference for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1097
    • 提供者:lsw_hit
  1. Gauss-elimination-solution

    0下载:
  2. 用高斯消元法解线性方程组很有用,在信息论编解码中也有很好用处-Using Gauss elimination solution of linear equations is useful in information theory codec also have a very good use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:9391
    • 提供者:vera
  1. gaosi

    0下载:
  2. 应用高斯列主元消去法解线性方程组的程序代码-Application of Gaussian elimination out PCA solution of linear equations of the program code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:734
    • 提供者:sky
  1. spgs

    0下载:
  2. 用途:利用二分法快速求解非线性方程f(x) = 0; 用向量形式(普通存储格式)的Gauss-Seidel迭代解线性方程组Ax=b;Newton迭代法解非线性方程f(x) = 0;用分量形式的SOR迭代解线性方程组Ax=b;用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b -Purposes: the use of dichotomy quickly solving nonlinear equations f (x) = 0 with vector form o
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:535
    • 提供者:李能
  1. nownow

    0下载:
  2. 分别采用复化梯形公式,复化simpson公式和Gauss积分法求解方程组的解-Using the complex formula of trapezoid, simpson restoration of Gauss integral formula and method of solution of equations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1686
    • 提供者:tai
  1. jacobiQR

    0下载:
  2. jacobi迭代法程序和矩阵的QR分解算法,jacobi用来解线性方程组,比直接求解速度快-jacobi
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:31092
    • 提供者:yxdl
  1. GSandSOR

    0下载:
  2. 高斯GS与超松弛SOR迭代算法解线性方程组-Gaussian GS and SOR iterative algorithm over-relaxation solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:376215
    • 提供者:陈炜
  1. jgdhghjd

    0下载:
  2. DHRT:对分法搜索方程的实根 ATKN:埃特金迭代法求方程的一个实根 NEWT:牛顿迭代法求方程的一个实根 QRRT:QR方法求实系数多项式方程的全部根 NETN:拟牛顿法求非线性方程组的一组实数解-DHRT: method to search for the real roots of equation ATKN: Aitken iterative method for a real roots of equation NEWT: Newton iteration equat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4094
    • 提供者:万相友
  1. SOR

    0下载:
  2. 解线性方程组的迭代加速方法的C实现 解线性方程组的迭代加速方法的C实现-SOR Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:116295
    • 提供者:天一生水
  1. Gaussxiaoyuanfa

    0下载:
  2. 解线性方程组,通过列主元消去法,方便快捷,基于VB版本的小程序-Solution of linear equations by elimination out PCA, convenient, based on the VB version of the applet
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:391640
    • 提供者:王皓申
  1. homework1

    0下载:
  2. :用列主元Gauss消去法解线性方程组Ax=b,-: The Principal out Gauss elimination method solution of linear equations Ax = b,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:251245
    • 提供者:孔明
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 ... 50 »
搜珍网 www.dssz.com