CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 微分方程

搜索资源列表

  1. ode45

    1下载:
  2. 解常微分方程的Matlab程序 字符串ypfun是用以表示f(t, y)的M文件名, tspan=[t0, tfinal]表示自变量初值t0和终值tf y0表示初值向量y0,可选参数options为用odeset设置精度等参数。 输出列向量tout表示节点,输出矩阵yout 表示数值解,每一列对应y的一个分量。若无输出参数,则作出图形。-Solution of ordinary differential equations of the Matlab program is
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6201
    • 提供者:jiajt
  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. shuzhijifen

    0下载:
  2. 用经典RK方法和四阶ADAMS预测校正算法求解微分方程-Classical RK method and fourth-order predictor-corrector algorithm for solving differential equations ADAMS
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:874
    • 提供者:彭圣锋
  1. matlab1

    4下载:
  2. 偏微分方程的数值解法的MATLAB程序介绍了应用最为广泛的椭圆型、双曲型、抛物型偏微分方程的数值解法,而且还详细编程实现了每种方程的多种常见数值解法。 附件使用MATLAB编程来实现这些算法。 -The numerical solution of partial differential equations of the MATLAB program, introduced the most widely used elliptic, hyperbolic, parabolic partia
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:9595
    • 提供者:sean
  1. RKmethodmatlab

    0下载:
  2. 常微分方程数值解法四阶龙哥库塔算法Matlab实现-RK method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:10108
    • 提供者:甘刚
  1. changweifenfangchengshuzhijie

    0下载:
  2. 自编常微分方程初值问题的常用算法,包括折线法、改进欧拉法、4阶龙格-库塔法-Self-compiled initial value problems of ordinary differential equations commonly used algorithms, including the broken line method, improved Euler' s method, 4-order Runge- Kutta method
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:301047
    • 提供者:袁堂飞
  1. sandychen

    1下载:
  2. 偏微分方程数值解法的MATLAB源程序,非常全面。-Numerical solution of partial differential equations in MATLAB source, very comprehensive.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:9607
    • 提供者:陈姣
  1. matlab

    1下载:
  2. 插值,函数逼近,矩阵特征值计算,数值微分,积分,方程求根,非线性方程求解,迭代,随机数生成,特殊函数,常微分方程,偏微分方程等常用的matlab程序。-Interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, integration, finding roots of equations, nonlinear equations, iterative, rand
  3. 所属分类:matlab

    • 发布日期:2015-01-18
    • 文件大小:652324
    • 提供者:称臣
  1. numerical

    0下载:
  2. 按显示R-K算法编制任意m级显式R-K程序,用四阶或五阶的方法解决方程求解常微分方程的求解问题。-The use of R-K method for solving equations of the mathematical model
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:25875
    • 提供者:于雨
  1. ch8soft

    0下载:
  2. 牛顿和拉格朗日求解微分方程的数值程序,是计算中常用的Fortran语句。-Newton and Lagrange numerical procedure for solving differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1908
    • 提供者:James
  1. Numerical-solution-of-differential-equation-and-Ma

    0下载:
  2. 常微分方程数值解及其MATLAB实现,包含了数学原理,算法和程序。-Numerical Solution of Ordinary Differential Equations MATLAB implementation, including the mathematical principles, algorithms and procedures.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:992414
    • 提供者:wang jungang
  1. pdf

    0下载:
  2. 常微分方程(ODEs)的MATLAB数值解法-Ordinary differential equations (ODEs) of the MATLAB numerical solution
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:246262
    • 提供者:巴山竹
  1. PDEMatlab

    0下载:
  2. 这是偏微分方程在图像处理中的应用一书的配套光盘,非常好的东东哦-This is a partial differential equations in image processing applications supporting CD-ROM book, very good stuff oh
  3. 所属分类:matlab

    • 发布日期:2017-06-09
    • 文件大小:16218660
    • 提供者:卢兆林
  1. jisuanfangfachengweifenfangcheng

    0下载:
  2. 计算方法实验四 常微分方程初值问题 改进欧拉法 microsoft visual basic 实现 有实验报告-Calculated experiment four ODEs Improved Euler microsoft visual basic to achieve a lab report
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:28763
    • 提供者:范林林
  1. duffingfencha

    0下载:
  2. duffing分岔程序,用于求解微分方程的分岔,研究稳定性-duffing bifurcation procedure for solving differential equations of the bifurcation of stability
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:864
    • 提供者:
  1. duffing

    1下载:
  2. 计算上田阵子的最大利亚普诺夫函数的matlab源码程序, 是确定系统的常微分方程。-the matlab code is using to caculat duffing the max lyapunvo about determined duffing system .
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:57777
    • 提供者:wangcaihong
  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. adams

    0下载:
  2. 用四阶亚当斯显式公式求解常微分方程初值问题是一种比较有效的方法-Adams with the fourth-order explicit formula for solving ODEs is a more effective method
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:7907
    • 提供者:honghong
  1. work

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

    • 发布日期:2017-04-05
    • 文件大小:19593
    • 提供者:wu
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com