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

搜索资源列表

  1. daifangchengzu

    0下载:
  2. 一般带型方程组的求解 return bool 型,方程组求解是否成功-General belt-type equations return bool type, the success of Equations
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1341
    • 提供者:Hou
  1. Iluk

    2下载:
  2. 这是用于线性方程组求解的ILUK预处理算法的实现。在VC++编译通过。矩阵采用压缩稀疏行格式存储(CSR),采用如下结构存储:struct Distmatrix {double **ma int **ja,dimension,*nnzrow } 很容易移植到自己定义数值计算软件包中。经本人测试计算效率比Fortran写的高很多(比如与Sparskit2比较)。-This is used for solving linear equations ILUK preconditioning algor
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:58626
    • 提供者:张德柱
  1. Ilut

    0下载:
  2. 这是用于线性方程组求解的ILUT预处理算法的实现。在VC++编译通过。矩阵采用压缩稀疏行格式存储(CSR) 很容易移植到自己定义数值计算软件包中。经本人测试计算效率比Fortran写的高很多(比如与Sparskit2比较)。-This is used for solving linear equations ILUT preconditioning algorithm. In VC++ Compiled through. Matrix using compressed sparse row st
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:65758
    • 提供者:张德柱
  1. LE_GaussSeidelIteration

    0下载:
  2. vc++实现线性方程组求解
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:101979
    • 提供者:youngvery
  1. 5488w

    1下载:
  2. 用VB程序编写的数值分析高斯消去法求解线性方程组-VB programmers to use the numerical analysis of Gaussian elimination for solving linear equations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:2661
    • 提供者:kllogg
  1. mymath

    0下载:
  2. 数值计算方法中常用方法的程序实现,包括线性方程组求解,差值拟合,常微分方程求解等-Numerical methods commonly used methods of procedures to achieve, including solving linear equations, difference fitting, ordinary differential equation solving, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:9137
    • 提供者:陈洁
  1. gauss

    0下载:
  2. 本程序使用高斯消去法编写的线性方程组求解程序,经过测试运行通过 能正常运行-This procedure using the Gaussian elimination of the preparation of procedures for solving linear equations, after the test run through to the normal operation of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:8169
    • 提供者:马维维
  1. MATLAB

    0下载:
  2. 数值分析,上机题目,求解方程组十分方便 数值分析,高斯公式, 求解方程组十分方便-Numerical analysis, the machine topic is very convenient for solving equations numerical analysis, Gaussian formula is very convenient for solving equations
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2249
    • 提供者:詹黎明
  1. shu

    0下载:
  2. 这是数值方法中实现非线性方程组求解的程序,运用到了高斯消元方法-This is the realization of numerical methods for solving nonlinear equations of the procedures, the use of the Gauss elimination method
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:10988
    • 提供者:wyywd
  1. 0004SolvingNonlinearEquations

    0下载:
  2. 非线性方程组的求解算法,里面还有MATLAB编程实现的程序-Nonlinear equations of the algorithm, along with MATLAB programming procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:12368
    • 提供者:王海波
  1. fit

    0下载:
  2. 用差分方程或数值微分解决简单的实际问题。 实验3 插值与数值积分 l 插值问题提法和求解思路 l Lagrange插值的原理和优缺点 l 分段线性和三次样条插值的原理和优缺点 l 用MATLAB实现分段线性和三次样条插值 l 梯形、辛普森积分公式的原理及MATLAB实现 l 数值积分公式的误差——收敛阶的概念 l 高斯积分公式 l 广义积分与多重积分 l 用插值和数值积分解决
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:364810
    • 提供者:周易
  1. gongetidu

    0下载:
  2. 这个程序利用共轭梯度方法,求解对称正定线性方程组-This procedure using conjugate gradient method for solving symmetric positive definite system of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2358
    • 提供者:l
  1. changweifen

    0下载:
  2. 利用MATLAB进行求解常微分方程组的四阶R-K算-Use MATLAB to solve ordinary differential equations of fourth-order RK algorithm method
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1777
    • 提供者:zhangcheng
  1. Nonlinearequationssolver

    0下载:
  2. 非线性方程组的求解程序,包含很多解法,是数值求解非线性方程的方法的总结。-Nonlinear equations procedures, contains a lot of solution, numerical solution of nonlinear equations are the summation method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:95195
    • 提供者:cbzeng
  1. sor

    1下载:
  2. 求解线性方程组的超松弛(SOR)迭代法-Solving Linear Equations over-relaxation (SOR) iterative method
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:582
    • 提供者:liruifa
  1. matrix

    0下载:
  2. 矩阵运算可以实现矩阵运算的常见功能,方程组求解等功能。-C# Matrix type, you can realize a common matrix calculation functions, equation solving functions.-C# Matrix type, you can realize a common matrix calculation functions, equation solving functions.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:908
    • 提供者:kokoc
  1. algebraic

    0下载:
  2. 此程序为线性代数方程组的求解源程序,里面包含多个有用的小程序,供大家参考!-This process of linear algebraic equations for solving the source, which contains a small number of useful procedures for your reference!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:70467
    • 提供者:黄森军
  1. runge_kutta

    0下载:
  2. 采用4阶runge_kutta法求解给定初始值的常微分方程(组)。该方法具有较好的精度。-Using 4-order method runge_kutta given initial value of the ordinary differential equations (group). The method has good accuracy.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7781
    • 提供者:小龙
  1. gausseliminatetosolvelinearequation

    1下载:
  2. 高斯消元法求解线性方程组,fortran源代码编辑-gauss eliminate to solve lineare quation
  3. 所属分类:其他小程序

    • 发布日期:2017-05-23
    • 文件大小:988
    • 提供者:jiyoujun
  1. diedaifa

    0下载:
  2. 给出了线性方程组的CG法、Gauss_Seidel、SOR、Jacobi、fem求解,-Linear equations given the CG method, Gauss_Seidel, SOR, Jacobi, fem solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2974
    • 提供者:王海
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com