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

搜索资源列表

  1. EquationSolve

    0下载:
  2. 高斯消元法求解线性方程组,语言采用c++,开发平台.net2003-Gauss elimination
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1240
    • 提供者:mary
  1. 123

    0下载:
  2. 求解线性方程组的多种方法,希望对大家有所帮助啊-Solving linear equations of a number of ways
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7200
    • 提供者:nihao
  1. matrix_invers

    0下载:
  2. C语言写的矩阵处理算法 主要实现了求逆和线性方程组的求解-Matrix written in C language processing algorithms to achieve a major inversion and solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2002
    • 提供者:张士广
  1. LINGO

    0下载:
  2. LINGO是Linearnteractive and General Optimizer的缩写,即“交互式的线性和通用优化求解器”,可以用于求解非线性规划,也可以用于一些线性和非线性方程组的求解等。lingo教程帮助你学习lingo-LINGO is Linearnteractive and General Optimizer acronym, that is, " an interactive optimization of linear and general-purpose sol
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:184855
    • 提供者:fxx
  1. 4-1Jacbi

    0下载:
  2. 对于阶数不高的方程组,直接法非常有效,对于阶数高,而系数矩阵稀疏的线性方程组却存在着困难,在这类矩阵中,非零元素较少,若用直接法求解,就要存贮大量零元素。为减少运算量、节约内存,使用迭代法更有利。-The order of the equations is not high, the direct method is very effective for high order, and the sparse coefficient matrix of linear equations, ther
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:828
    • 提供者:鲁亮
  1. odegalerkin

    1下载:
  2. Galerkin方法求解常微分方程组的实现-源代码原文-fddfdgfgdf
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1618
    • 提供者:ycw
  1. MySolutions

    0下载:
  2. 运用迭代法求解线性方程组,包括高斯-赛德尔法、雅克比法、SOR法。-The use of iterative method for solving linear equations, including Gauss- Seidel method, Jacobian method, SOR method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1805356
    • 提供者:王方
  1. petsc-3.0.0-p6.tar

    0下载:
  2. PETSc (Portable, Extensible Toolkit for Scientific Computation) 是美国能源部ODE2000 支持开发的20 多个ACTS 工具箱之一,由Argonne 国家实验室开发的可移植可扩展科学计算工具箱,主要用于在分布式存储环境高效求解偏微分方程组及相关问题。-PETSc (Portable, Extensible Toolkit for Scientific Computation) is ODE2000 U.S. Department
  3. 所属分类:Algorithm

    • 发布日期:2017-06-02
    • 文件大小:14556106
    • 提供者:liugang
  1. spline3

    0下载:
  2. 三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。-Cubic spline interpolation (hereinafter referred to Spline interpolation) is through a series of point-shaped curve of a smooth, mathematically by solving the three-moment equations derived
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1021
    • 提供者:刘佳
  1. UMFPACK

    0下载:
  2. UMFPACK是求解线性方程组AX=B的函数库,其使用非常简单-UMFPACK is a set of routines for solving unsymmetric sparse linear systems, Ax=b, using the Unsymmetric MultiFrontal method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1259966
    • 提供者:南亮亮
  1. sol

    0下载:
  2. 利用高斯列主元消去法求解线性方程组的fortran程序,测试通过!-Out the use of principal component Gaussian elimination for solving linear equations fortran procedures, test!
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:129382
    • 提供者:康师傅
  1. erjieqiudao

    0下载:
  2. 首先对函数求导数,然后求解方程组,得出原来方程的参数值-First order derivative function, and then solve the equations, the original equation derived parameter values
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6600
    • 提供者:刘青
  1. Thomas

    1下载:
  2. 用vb编写的追赶法求解三对角方程组算法,可以作为数值函数使用-Prepared to catch up with vb method tridiagonal algorithm equations can be used as a numerical function
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:1649
    • 提供者:樊庆缘
  1. sor

    0下载:
  2. 用SOR 算法实现求解方程组 使用方便 在C++环境都可实现.-SOR algorithm used to solve equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:10047
    • 提供者:nabuna
  1. szjs

    0下载:
  2. 几种数值代数中求解线性方程组的方法,包括平方根法,列选主元,全选主元等-Several numerical linear algebra to solve equations, including the square root law, the election out PCA, PCA, etc. Select All
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:3246
    • 提供者:初蕾
  1. NonCvxGroupSparsity

    2下载:
  2. 本程序为一种基于凸优化的OFDM信道估计算法,平滑SLO算法是求解稀疏线性方程组的一种迭代解法,本程序将其应用于OFDM信道估计,取得了较好的信号估计精度以及速度-This procedure is a convex optimization of OFDM-based channel estimation algorithm, smoothing algorithm SLO is sparse system of linear equations to solve an iterative m
  3. 所属分类:matlab

    • 发布日期:2016-11-15
    • 文件大小:3909
    • 提供者:赵亮
  1. vb.NET

    0下载:
  2. 利用克拉姆法则求解线性方程组,例子为四阶-solving linear equations with cramer rules
  3. 所属分类:.net

    • 发布日期:2017-04-05
    • 文件大小:2409
    • 提供者:owen
  1. chaoliu1

    0下载:
  2. 采用C语言编写的用于处理潮流计算问题的代码,包括生成导纳矩阵和求解雅克比方程组.-Using C language to deal with the issue of power flow calculation code, including admittance to generate Jacobian matrix and solving equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:21787
    • 提供者:魏刚
  1. gmres

    3下载:
  2. 求解大型线性方程组的广义极小残量法的源代码-code of GMRES for large linear system solving
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:860160
    • 提供者:张旭平
  1. gbit

    0下载:
  2. 采用算法GBIT的求解大型线性方程组的代码-code of GBIT for large linear system solving
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:1003520
    • 提供者:张旭平
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com