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

搜索资源列表

  1. fortran

    0下载:
  2. 关于常用的FORTRAN算法,该书有关于线性方程组的求解,矩阵特征值的计算,常微分方程组的求解等-FORTRAN on the commonly used algorithms, the book on the linear equations, eigenvalue calculation, solving ordinary differential equations, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5828365
    • 提供者:东东
  1. adams

    0下载:
  2. 常微分方程组adams数值解法以及非线性方程的二分法解法-Adams Ordinary Differential Equations Numerical Solution of nonlinear equations as well as the dichotomy method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1279
    • 提供者:secret
  1. 1

    0下载:
  2. 第二章 解线性方程组的直接法 --------------------------------------------------------------------------------------- 主函数文件 子函数文件 功能 实例 -------------------------------------------------------------------------------------- GELIMM.C GELIM.C Gauss顺序消去法解线
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:374250
    • 提供者:xig
  1. COLSYS

    1下载:
  2. 常微分方程求解程序,可以求解常微分方程的源程序
  3. 所属分类:Multi Monitor

    • 发布日期:2017-03-31
    • 文件大小:67173
    • 提供者:hailuo
  1. Source_code_matlab

    0下载:
  2. 源代码包括插值,函数逼近,数值微分,积分,线性及非线性方程,常微分,偏微分方程等的解法-Source code, including interpolation, function approximation, numerical differentiation, integration, linear and nonlinear equations, ordinary differential, partial differential equations such as the Soluti
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2838714
    • 提供者:李洁
  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. upjode

    0下载:
  2. fortran程序,迭代常微分方程求解器,包括源代码、使用说明。-fortran program, iterative solver of ordinary differential equations, including source code, use the instructions.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:39848
    • 提供者:吕枫
  1. ADAMS_VARIABLE_STEP-SIZE_PREDICTOR-CORRECTOR_ALGOR

    0下载:
  2. 本程序时用来求解常微分方程的Adams 变步长预估校正算法-The procedure used to solve ordinary differential equations of the variable step-size Adams predictor-corrector algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:2669
    • 提供者:mike
  1. CONTINUATION_METHOD_FOR_SYSTEMS_ALGORITHM

    0下载:
  2. 本程序是用来求解常微分方程的算法:延拓算法-This procedure is used to solve ordinary differential equations of the algorithm: Extension Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2089
    • 提供者:mike
  1. runge-kutta

    5下载:
  2. 常微分方程的数值解法及仿真 一、 欧拉(Euler)公式 2 二、 龙格-库塔公式 2 1. 二阶龙格-库塔公式 2 2. 四阶龙格-库塔公式 2 三、 一阶常微分方程组的数值解法 2 四、 仿真算例 4 仿真1 应用欧拉法 4 仿真2 应用二阶龙格-库塔法 5 仿真3 应用四阶龙格-库塔法 6 附录 Matlab程序 7 1. 欧拉法程序 7 2. 二阶龙格-库塔法程序 8 3. 四阶龙格-库塔法程序 9 参考文献 10 -runge
  3. 所属分类:Algorithm

    • 发布日期:2016-11-16
    • 文件大小:217496
    • 提供者:winwind
  1. shuzhijisuan

    0下载:
  2. 插值和拟合、数值微分和数值积分、求解线性方程组的直接法和迭代法、 计算矩阵特征值和特征向量和常微分方程数值解等问题。-Interpolation and fitting, numerical differentiation and numerical integration, solving linear equations of the direct method and iterative method of calculating matrix eigenvalues and eigenv
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-24
    • 文件大小:206958
    • 提供者:孙涛
  1. Rungerkutta4

    2下载:
  2. 该程序利用4阶龙格库塔方法解二阶常微分方程,该微分方程描述火箭发射时质心运动轨迹。-The program uses the 4th order Runge-Kutta method of second order ordinary differential equations, differential equations describe the mass center when the rocket trajectory.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:206802
    • 提供者:dai
  1. colmod

    0下载:
  2. 一个解常微分边值问题的高端求解器,可以解显式表达的微分方程组,且此微分方程组的每一个方程可以容许4阶的微分。长于解非线性的奇异问题。内附论文。程序自带说明和算例。-Automatic Continuation With Collocation. This Package Solves `Stiff Boundary Value Problems For Ordinary Differential Equations By Using Continuation, As Descri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:246284
    • 提供者:刘项
  1. work

    1下载:
  2. 采用MATLAB软件,应用有限元方法求解二阶常微分方程。-solution of FEM
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:19593
    • 提供者:wu
  1. 洛伦兹gui文件

    0下载:
  2. 世界上研究?广泛的常?分方程|是Lorenz混沌吸引子。该方程在1963年由M.I.T.数学家和气象学家Edward Lorenz提出,Edward Lorenz的研究兴趣主?在用6体运动模型描述地球空气运动。该文件为洛伦兹吸引子matlab程序以及相关文档说明。(function lorenzgui if ~isequal(get(gcf,'name'),'Lorenz Gui') rhos = [28 99.65 100.5 160 350]; shg clf reset
  3. 所属分类:matlab例程

  1. 2

    0下载:
  2. 模拟非线性微分方程组的图像,得到解的变化趋势(An image of a nonlinear differential equation is simulated)
  3. 所属分类:图形图象

    • 发布日期:2017-12-11
    • 文件大小:32643
    • 提供者:dongyuan
  1. 4

    0下载:
  2. 模拟非线性常微分方程的解的图像变化趋势与变化规律(An image of a nonlinear differential equation is simulated)
  3. 所属分类:图形图象

    • 发布日期:2017-12-24
    • 文件大小:32768
    • 提供者:dongyuan
  1. 牛顿插值和欧拉法解方程

    0下载:
  2. 欧拉法解常微分方程和牛顿插值法,是数值分析中的经典算法,适合初学者。(Euler solutions of ordinary differential equations and newton interpolation are the classic algorithms, they are suitable for beginners.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:润惠万物
  1. SDE_Toolbox_1.4.1

    0下载:
  2. 本工具包可用于matlab编写程序模拟随机常微分方程。(This toolkit can be used for matlab programming to simulate stochastic ordinary differential equations.)
  3. 所属分类:其他

    • 发布日期:2017-12-11
    • 文件大小:3478034
    • 提供者:mathfeng
  1. library(deSolve).R

    1下载:
  2. 传染病sis模型代码,用于求解常微分方程模型,带有人口结构(Code of SIS model for infectious diseases)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-01
    • 文件大小:2048
    • 提供者:kaaa
« 1 2 3 4 56 7 8 9 10 ... 33 »
搜珍网 www.dssz.com