搜索资源列表

  1. 常微分方程求解

    0下载:
  2. 包括欧拉法求解、改进欧拉法求解、经典四阶龙格库塔法求解,同时还有这三种方法的结果比较
  3. 所属分类:数值算法/人工智能

  1. Euler_Taylor

    0下载:
  2. Euler解常微分方程,Taylor解常微分方程,追赶法求解三对角方程-Euler solutions ordinary differential equations, differential equations solution Taylor, catching up with the method three pairs Kok equation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:陈鹏
  1. work5

    0下载:
  2. 常微分方程求解过程!主要是使用matlab环境编译的!-ordinary differential equation solving process! Mainly use Matlab environment compiler!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:月夜
  1. odeEuler

    0下载:
  2. 求解常微分方程数值解的Euler算法matlab源程序。-ordinary differential equation solving numerical solution of Euler algorithm Matlab source.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:闰土
  1. euler

    0下载:
  2. 求解一阶常微分方程的两个欧拉法,先前欧拉和改进梯形法。-solving a differential equation 2 Euler, Euler and improve previous trapezoidal method.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:陈涛
  1. COLSYS

    0下载:
  2. 常微分方程求解程序,可以求解常微分方程的源程序
  3. 所属分类:多显示器编程

    • 发布日期:2024-05-12
    • 文件大小:67584
    • 提供者:hailuo
  1. numerical_analysis_homework

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

    • 发布日期:2024-05-12
    • 文件大小:351232
    • 提供者:wjl
  1. solvingdifferentialequations

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

    • 发布日期:2024-05-12
    • 文件大小:296960
    • 提供者:田有良
  1. upjode

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

    • 发布日期:2024-05-12
    • 文件大小:39936
    • 提供者:吕枫
  1. matlab

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

    • 发布日期:2024-05-12
    • 文件大小:652288
    • 提供者:称臣
  1. numerical

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

    • 发布日期:2024-05-12
    • 文件大小:25600
    • 提供者:于雨
  1. 常微分方程求解

    0下载:
  2. 常微分方程求解,人体液透析过程的模型,求解方程组(Ordinary differential equation solution, the human body dialysis process model, solving equations)
  3. 所属分类:matlab例程

  1. 常微分方程求解matlab

    0下载:
  2. 加恒定的膜电流,计算0~50ms时间段内 Hodgkin-Huxley模型的积分,并完整地分析和解释所得到的结果(With constant membrane currents, the integral of the Hodgkin-Huxley model in the 0~50ms period is calculated, and the results are fully analyzed and explained)
  3. 所属分类:matlab例程

  1. 用MATLAB解常微分方程

    0下载:
  2. 利用MATLAB求解常微分方程,列举例子后并进行说明(Using MATLAB for solving ordinary differential equations, cited examples and explained)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:57344
    • 提供者:GJG123
  1. 常微分方程求解算法

    0下载:
  2. 高阶线性常微分方程的求解算法步骤实验报告。(Solving algorithm, procedure and experiment report of higher order linear ordinary differential equation.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:231424
    • 提供者:瑞秋
  1. 常微分方程

    1下载:
  2. 你投资了100元在某个储蓄账户,存款年利率为 。令 表示 年后你的账户金额。假设该账户是连续计息,那么 满足以下常微分方程初值问题: 利用欧拉法或使用ode45求解该常微分方程初值问题,并画出10年内的 函数图像,和该常微分方程精确解比较(You invest 100 yuan in a savings account, the annual interest rate is. The amount of your
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:181248
    • 提供者:Lyndsay
  1. shoot

    1下载:
  2. 试用打靶法求二阶非线性常微分方程两点边值的数值解,用Matlab编程计算,并给出一些例子,验证你的算法与程序的正确性。(shooting method for two order nonlinear ordinary differential equations)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:12288
    • 提供者:柯基饼干
  1. Matlab解微分方程(ODE+PDE)

    0下载:
  2. MATLAB解常微分方程和偏微分方程求解器介绍,算法和用法。结合几个有代表性的案例,一步步讲解,非常简单、清楚,明了(MATLAB solutions to ordinary differential equations and partial differential equations solver, algorithm and usage. A few representative cases, step by step, are
  3. 所属分类:文档资料

    • 发布日期:2024-05-12
    • 文件大小:496640
    • 提供者:Shown Liu
  1. 常微分方程

    1下载:
  2. 运用fortran求解常微分方程,1.利用四阶龙格库塔法,计算t每增加h时,利用给定方程先找到变量y的k1和变量p的K1,然后利用公式得到y的k2和p的K2,如此,得到变量y的k1,k2,k3,k4和变量p的K1,K2,K3,K4(Solving Ordinary Differential Equations by Fortran)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:169984
    • 提供者:晨晨骑猪行
  1. 微分方程求解————————matlab

    0下载:
  2. 常微分方程的数值解法,设计到欧拉解法,欧拉改进解法,矩阵解法等等(Ordinary differential equation numerical solution, design to euler solution, euler improved solution, matrix solution and so on)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:10240
    • 提供者:杜红
« 12 3 4 5 6 7 8 9 10 ... 15 »

源码中国 www.ymcn.org