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

搜索资源列表

  1. 利用四阶龙格-库塔公式计算常微分初值问题的数值解

    2下载:
  2. 利用四阶龙格-库塔公式计算常微分初值问题的数值解,The use of fourth-order Runge- Kutta ordinary differential formula of the numerical solution of initial value problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-10
    • 文件大小:669
    • 提供者:runze
  1. 常微分方程(组)求解

    0下载:
  2. 给出计算常微分方程(组)的各种算法的使用示例。-Given the calculation of ordinary differential equations (group) the use of various algorithms sample.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-26
    • 文件大小:12824
    • 提供者:一刀客
  1. MyRK4sys

    1下载:
  2. 四阶龙格库塔法解常微分方程组 四阶龙格库塔法解常微分方程组-4-Runge-Kutta
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:606
    • 提供者:王凯
  1. prog10-16

    0下载:
  2. 余向阳博士Matlab教程的源代码。 包括:1.非线性方程的解法;2.线性方程的数值解法;3插值法;4.常微分方程的解法-Dr. Yu Xiangyang Tutorial Matlab source code. Include: 1. Non-linear equations 2. The numerical solution of linear equations 3 interpolation 4. The solution of ordinary differential eq
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:12326
    • 提供者:张扬
  1. Runge_KuttaAndsquar_least

    0下载:
  2. 常微分方程数值解法Runge_Kutta解法-Numerical Solution of Ordinary Differential Equations Solution Runge_Kutta
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:805
    • 提供者:secret
  1. matlab2

    0下载:
  2. matlab求解常微分方程在机械设计中的应用-matlab solving ordinary differential equations in mechanical design
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:65671
    • 提供者:lgx
  1. DoubleIntegration

    0下载:
  2. 用于求解二阶常微分方程的变步长多步积分法,适合飞行器轨道计算等领域。-Solving second order ordinary differential equations for the variable step-size multi-step integration method for calculating the fields of aircraft track.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:179069
    • 提供者:LittleArmy
  1. fit

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

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

    4下载:
  2. (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:350886
    • 提供者:wjl
  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. solvingdifferentialequations

    1下载:
  2. 有关求解微分方程的代码 常微分方程的matlab解法-using matlab to solve normal differential equations
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:297461
    • 提供者:田有良
  1. ode

    0下载:
  2. 一阶常微分方程的初值问题数值解,里面有各种方法的公式和使用范围-A first-order ordinary differential equations numerical solution of initial value problem, which there are various methods and the use of the formula
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:671074
    • 提供者:li
  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. matlabnsoodeami

    0下载:
  2. 这是一篇关于常微分方程数值解及其Matlab实现的论文形式的论文-This is the article on the numerical solution of ordinary differential equations and Matlab implementation form of a thesis paper
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:999441
    • 提供者:zz
  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. 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. 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 23 4 5 6 7 8 9 10 ... 33 »
搜珍网 www.dssz.com