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

搜索资源列表

  1. rk4

    0下载:
  2. function [tout, yout] = rk4(ypfun, tspan, y0, h) %定步长四阶Runge-Kutta法求常微分方程(组)数值解 %[tout,yout] = rk4( ypfun , tspan, y0,h) % 这里字符串ypfun是用以表示f(t, y)的M文件名, % tspan=[t0, tfinal]表示自变量初值t0和终值tf % y0表示初值向量y0,h是步长。 % 输出列向量tout表示节点 (t0 , t1 , … ,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1337
    • 提供者:王志波
  1. marungemaspline

    0下载:
  2. 4阶经典龙格库塔格式解常微分方程y =f(x, y), y(x0)=y0 marunge4 用途:三阶样条插值(一阶导数边界条件)maspline-w
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1392
    • 提供者:wangsizhao
  1. lq

    0下载:
  2. 所编子程序为标准四阶龙格库塔解常微分方程的程序,可以不作修改直接使用。再则,主程序当中用一个方程验证其正确性,并可以输出函数的一阶导。-Subroutine, compiled by a standard fourth order Runge-Kutta ordinary differential equation solution procedure can be used directly without modification. Furthermore, the main program
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:630
    • 提供者:lq
  1. rkf

    0下载:
  2. Runge-kutta-Fehlberg法求解一阶非线性常微分方程-Runge-kutta-Fehlberg method to solve first-order nonlinear ordinary differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:288911
    • 提供者:tao
  1. Runge-Kutta-4th-Order-Method--

    1下载:
  2. 用于求解常微分方程的四阶龙格-库塔法,该方法是一种很好的求解微分方程方法。-Runge- Kutta method for solving ordinary differential equations, the method is a good method for solving differential equations.
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:54432
    • 提供者:马峻修
  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. MATLAB

    0下载:
  2. ODE function 求解一阶线性常微分方程-ODE function for solving first-order linear ordinary differential equations
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:14965
    • 提供者:Keyou
  1. DEYCJZ_hm

    0下载:
  2. 用汉明预测校正法求一阶常微分方程的数值解-Numerical Solution of Ordinary Differential Equations seeking Hamming predictor-corrector method
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:537
    • 提供者:李理
  1. DEYCJZ_mid

    0下载:
  2. 用中点-梯形预测校正法求一阶常微分方程的数值解-A numerical solution of ordinary differential equations in order to predict demand keystone correction method- using the midpoint
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:555
    • 提供者:李理
  1. numerical-simulation

    0下载:
  2. 4阶经典Runge-Kutta格式解常微分方程,Romberg(龙贝格)法求函数的积分,三阶样条插值(一阶导数边界条件),定步长梯形法求函数的积分,矩阵A的伴随矩阵, Lagrange插值法数值求解,Newton迭代法解非线性方程f(x)=0-Fourth-order Runge-Kutta classic format solution of ordinary differential equations, Romberg (Romberg) method for function point
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2964
    • 提供者:dierlin
  1. Ordinary-Differential-Problems

    0下载:
  2. 用Euler法、中点格式、预报-校正格式、经典四级四阶R-K格式算法求解一阶常微分方程初值问题的数值解。-By Euler method, the midpoint format, forecast- correction format, the classic format of four fourth-order RK algorithm for a numerical solution of ordinary differential equations in order to solve
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:17398
    • 提供者:王册
  1. ODE-with-Numerical-Methods

    1下载:
  2. (单步和多步)数值方法求解一阶常微分方程。 方法包括: 1.欧拉方法 2.修的方法 3.四阶龙格库塔方法 4.Adams-Bashforth方法 5.Adams-Moulton方法-Numerical Methods (single step and multi step) for solving First Order Ordinary Differential Equations. Methods included: 1. Euler s Method
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-16
    • 文件大小:6144
    • 提供者:付晓强
  1. STP

    0下载:
  2. 解ode的算法源程序,算例为一阶常微分方程,不错的 很好-Solutions of the ode algorithm source code, an example is given for the first order ordinary differential equation, the good is very good
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-23
    • 文件大小:3072
    • 提供者:Hhory
  1. diffgsemtial

    0下载:
  2. 解ode的算法源程序,算例为一阶常微分方程,不错的 很好-Solutions of the ode algorithm source code, an example is given for the first order ordinary differential equation, the good is very good
  3. 所属分类:Graph Recognize

    • 发布日期:2017-12-17
    • 文件大小:3072
    • 提供者:gamap
  1. euler mehod

    0下载:
  2. 欧拉法是一种一阶数值方法,用以对给定初值的常微分方程(即初值問題)求解。它是一种解决数值常微分方程的最基本的一类显型方法(euler method for iteration)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:20480
    • 提供者:Jetory813
  1. LBZFS1

    0下载:
  2. 解ode的算法源程序,算例为一阶常微分方程,不错的 很好(Solutions of the ode algorithm source code, an example is given for the first order ordinary differential equation, the good is very good)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:dmtsbases
  1. Rungek-and-Adams

    0下载:
  2. 求解一阶常微分方程源代码,可以提供给大家参考(Solving the source code of the first order ordinary differential equation)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:13312
    • 提供者:goudezhi
« 1 2»
搜珍网 www.dssz.com