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

搜索资源列表

  1. ODE20110306

    0下载:
  2. 常系数差分方程、微分方程、时滞方程求解程序,可以自动识别用户输入方程的系数和运算关系,用户可以设置多种求解条件,求解结果保存入文件,同时在界面上图形化显示-Constant coefficient differential equations, differential equations, delay equations program that can automatically identify the user to enter equations and computing the c
  3. 所属分类:Algorithm

    • 发布日期:2017-05-29
    • 文件大小:12016834
    • 提供者:谢旭
  1. mathexp4m

    0下载:
  2. 第五章 常微分数值解 改进欧拉公式求微分方程数值解的程序 预备实验-Of ordinary differential equations numerical solution
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:936
    • 提供者:xiaoqian
  1. weidingzhuangtai

    0下载:
  2. 常微分分析稳定与不稳定的规律常常不需要求解微分方程,而可以利用微分方程稳定性理论,直接研究平衡状态的稳定性,这里举出一些例子和源码-Ordinary differential analysis of the stable and unstable law does not usually need to solve differential equations, and can take advantage of the stability theory of differential equa
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:206778
    • 提供者:陈龙震
  1. single-COLSYS

    0下载:
  2. 单精度COLSYS子程序,用于求解常微分线性、非线性方程组。经过扩容后版本,可以求解1000个最高阶次为4阶的方程。-Single precision COLSYS subroutine for solving ordinary differential linear, non-linear equations. Expansion or later, you can solve the 1000 highest order for the fourth-order equation.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:35344
    • 提供者:朱颖
  1. MATLAB-25-cases

    1下载:
  2. MATLAB高效编程技巧与应用,25个案例分析。272页的电子书。包含重新认识向量化编程,MATLAB处理海量数据,积分案例,MATLAB优化及非线性方程求解案例,人脸图像压缩与重建,预测分类案例常微分方程组求解案例,层次分析法,定时器。-Efficient MATLAB programming skills and application of the 25 case studies. 272 e-books. Contains new understanding of vectorized
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:27086588
    • 提供者:Binjie Liao
  1. Numerical-Analysis-for-Statisticians

    0下载:
  2. Java常用数值算法集 共有数值计算中常用的Java方法近200个.内容包括:解线性代数方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序、特征值问题、数据拟合、方程求根和非线性方程组求解、函数的极值和最优化、数据的统计描述、傅里叶变换谱方法、解常微分方程组、两点边值问题的解法和解偏微分方程组.-Java common set numerical algorithm the total numerical calculation commonly used Java method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:5880217
    • 提供者:Mr Li
  1. Lorenz

    3下载:
  2. 常微分方程组的四阶龙格库塔法求解洛伦兹方程-The fourth-order ordinary differential equations Runge-Kutta method for solving the Lorentz equation
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:648
    • 提供者:蔡琰
  1. NumAlgFor77

    0下载:
  2. 这是一个标准数值计算的Fortran77案例程序,虽然没有高深而专门的算法,但对一些常用的算法,如矩阵计算,插值,拟合,数值微分和积分,非线性方程求根,函数极值,常微分和偏微分方程的求解等给出了案例式的的解法,有助于数值方法初学者入门或老用户常规调用,也可以作为子例子程序调用。-This is a standard numerical Fortran77 procedures in case, though not profound and specialized algorithms, but
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:146793
    • 提供者:Jia Duojie
  1. Euler

    0下载:
  2. 改进欧拉算法,算出微分方程与微分方程组的定解。此代码仅限于一阶常微分方程组。-Improved Euler algorithm calculates the differential equation and definite solution of differential equations. This code is limited to one order ordinary differential equations.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1468
    • 提供者:Phoebe
  1. adomian

    0下载:
  2. adomian 分解法 求解非线性常微分偏微分方程 很有效-adomian decomposition method
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1969
    • 提供者:redream
  1. differential-equation

    0下载:
  2. 一本介绍微分方程的解法的书,主要提供PDEtool用法、有限元和有限差分法和常微分方程组的解法。-A book that describes the solution of differential equations, mainly to provide PDEtool usage, finite element and finite difference method and ordinary differential equations solution.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5130154
    • 提供者:徐昀
  1. C常用算法程序集(第二版)

    0下载:
  2. 针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。(The effective algorithm commonly used in engineering and preparation, the main contents include polynomia
  3. 所属分类:数值算法/人工智能

« 1 2 ... 21 22 23 24 25 26»
搜珍网 www.dssz.com