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

搜索资源列表

  1. finite_element_quadratic_form

    0下载:
  2. 这个c++程序用于求解形如 -(pu')'+qu=f;u=0于左边界;u'=alpha于右边界。 的椭圆型偏微分方程。采用有限元解法,二次元差分格式。 使用说明: 在corefunc.h中自己定义修改方程中的函数p,q,f,它们分别对应文件中的3个函数funcp,funcq,funcf。 核心函数是double *Calcu(double *x, int n,double alpha=0.0) 其中x是节点数组,n+1应等于节点数量。alpha是右边值条件。核心函数返回计算的 近似解u在节点及对
  3. 所属分类:数学计算

    • 发布日期:2018-01-05
    • 文件大小:4096
    • 提供者:random海
  1. zd530003514 (2)

    1下载:
  2. 一个matalb的四阶龙格库塔法解二阶微分方程的案列,附带一个FFT变换程序,供初学者参考(A MATALB four order Runge Kutta method for solving the two order differential equations for reference for beginners)
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:Phumetr
  1. 五点差分法(matlab)解椭圆型偏微分方程

    0下载:
  2. 五点差分法(matlab)解椭圆型偏微分方程,内容详尽(Five-point difference method (matlab) Elliptic partial differential equations)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:liao2016
  1. 迎风格式

    0下载:
  2. 用迎风格式求解偏微分方程实例,答案通过图形方法给出(use wind-scale to figure out the partial differential equation)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:46080
    • 提供者:令1995
  1. 常微程序

    0下载:
  2. 常微分方程matlab软件仿真,方便,好用。(Ordinary differential equation MATLAB software simulation, convenient, good use.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:3072
    • 提供者:陈林林
  1. pde-thesis

    0下载:
  2. 求解偏微分方程常用代码,分别有初始值函数设置程序m文件,与边界条件、主程序等(matlab code for partial differential equations)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:仰望蓝天
  1. 微分方程数值解

    0下载:
  2. 欧拉法是常微分方程的数值解法的一种,其基本思想是迭代。其中分为前进的EULER法、后退的EULER法、改进的EULER法。所谓迭代,就是逐次替代,最后求出所要求的解,并达到一定的精度。误差可以很容易地计算出来。(Euler method is a kind of numerical solution of ordinary differential equations, and its basic idea is iteration. It is divided into forward EUL
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:4096
    • 提供者:tyshiwo1
  1. 常微分方程的初值问题

    0下载:
  2. 常微分方程初值问题的matlab计算方法代码(The calculation method of initial value problem of ordinary differential equation)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-20
    • 文件大小:11264
    • 提供者:娜娜0102
  1. shoot

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

    • 发布日期:2018-04-22
    • 文件大小:12288
    • 提供者:柯基饼干
  1. Morris Hirsch 3ed

    0下载:
  2. Differential Equations, Dynamical Systems, and an Introduction to Chaos 3ed, 微分方程,动力系统,混沌系统入门图书(Differential Equations, Dynamical Systems, and an Introduction to Chaos 3ed,pdf)
  3. 所属分类:其他

  1. helmholtz (2)

    0下载:
  2. 椭圆偏微分方程求解函数,调用该函数可以解任意椭圆偏微分方程(Elliptic partial differential equations to solve the function, call this function can solve any elliptic partial differential equations)
  3. 所属分类:数学计算

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:舜hjws
  1. rongerKUTA

    1下载:
  2. 龙格库塔法求解常微分方程,matlab程序,解决速率方程的计算(Runge-Kutta method for solving ordinary differential equations, matlab program, to solve the calculation of the rate equation)
  3. 所属分类:*行业应用

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:ww12311
  1. 使用R解常微分时滞及偏微分方程

    1下载:
  2. 使用R语言示例如何解决常微分方程,偏微分方程,时滞微分方程的初值问题。
  3. 所属分类:编程文档

  1. RK_numb

    0下载:
  2. 利用四阶龙格库塔法求解微分方程,可以较快的得到结果(Solving differential equations by using four order Runge Kutta method)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:26624
    • 提供者:Welcend
  1. Matlab60个小程序代码

    1下载:
  2. 利用Eular求解常微分方程、牛顿插值、迭代求解等计算方法(Use Eular solving ordinary differential equations)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:24576
    • 提供者:simonlyn
  1. numerical

    1下载:
  2. 我们可以用来求解非线性偏微分方程的数值解。(We can derive the numerical solutions with this programs.)
  3. 所属分类:其他

  1. Runge_Kutta

    0下载:
  2. 用三种不同的Runge-kutta方法计算常微分方程(Runge-kutta for ODE)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:eoptimsm
  1. work

    0下载:
  2. 用Mtlab写的解常微分方程的欧拉法,属于比较基础的方法。(The solution of ordinary differential equations of Euler method)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:GLLll
  1. 抛物型偏微分方程的有限差分法

    1下载:
  2. 抛物型偏微分方程的有限差分法中的向前差分显格式和向后差分隐格式。(The forward difference explicit scheme and backward difference implicit scheme in the finite difference method for parabolic partial differential equations.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:杨小歪
  1. changweifen

    0下载:
  2. 常微分方程的模拟仿真画图,程序简单、好用。(Simulation and drawing of ordinary differential equationsSimple and easy to use.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:CHENLILIN
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com