搜索资源列表

  1. 偏微分方程的数值解法

    0下载:
  2. 偏微分方程的经典求解方法,有限元分析法,可以求解典型的偏微分方程的数值解(The classical solution of partial differential equations and finite element analysis can solve the numerical solutions of typical partial differential equations)
  3. 所属分类:数学计算/工程计算

  1. jfchs

    0下载:
  2. 可求解一微分方程,在得到解析解的同时用matlab画出方程图像。(A differential equation can be solved and the image can be obtained.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:梨儿
  1. pde1

    0下载:
  2. 用数值方法有限差分法求解二阶偏微分方程附带C分解(partial differential equation)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:ygnmax
  1. 连续系统的微分方程matlab实例

    0下载:
  2. 可利用MATLAB软件编写,求取路面时域模型,同时也便于求解一些复杂的微分方程(MATLAB software can be used to obtain the time domain model of the road surface, and it is also convenient to solve some complex differential equations)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:39936
    • 提供者:淡漠胡烟
  1. library(deSolve).R

    0下载:
  2. 传染病sis模型代码,用于求解常微分方程模型,带有人口结构(Code of SIS model for infectious diseases)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:kaaa
  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应等于节点数量。a
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:random海
  1. 迎风格式

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

    • 发布日期:2024-05-20
    • 文件大小:46080
    • 提供者:令1995
  1. pde-thesis

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

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:仰望蓝天
  1. shoot

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

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:柯基饼干
  1. helmholtz (2)

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:舜hjws
  1. rongerKUTA

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:ww12311
  1. Matlab60个小程序代码

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

    • 发布日期:2024-05-20
    • 文件大小:24576
    • 提供者:simonlyn
  1. numerical

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

  1. first_model

    0下载:
  2. 二阶微分方程求解输出,供初学者熟悉Simulink仿真,熟悉相关模块的功能及使用方法(Two order differential equation solving output)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:11拖拉机
  1. Solving DDEs with Matlab

    0下载:
  2. 利用matlab求解时滞微分方程。常微分方程(ODE)和延迟微分方程(DDE)被用来描述许多有趣的现象。 虽然ODE包含依赖于自变量(“时间”)的当前值的解决方案的衍生物,但DDE还包含衍生物,其依赖于前一时间的解决方案。 在整个科学模型中出现了DDE [1]。 尽管ODE和DDE之间存在明显的相似性,但DDE问题的解决方案可能与ODE问题的解决方案在几个引人注目的重要方面存在差异[2] [20]。 这部分是因为缺乏用于解决DDE的通用
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:825344
    • 提供者:数学游击队
  1. 自适应变步长的龙格库塔法

    0下载:
  2. 常微分方程的数值解,可用于求解常微分方程,自适应步长的龙格法(Numerical solutions of ordinary differential equations)
  3. 所属分类:其他小程序

  1. 解方程

    0下载:
  2. 运用MATLAB进行一般方程、线性方程组、线性偏微分方程的求解(Using MATLAB to solve general equations, linear equations and linear partial differential equations.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:88064
    • 提供者:Rockman007
  1. MATLAB解矩阵微分方程

    0下载:
  2. 本文先简要介绍了矩阵的积分和微分的定义;接着通过弹簧-质量块儿-阻尼器系统的例子,阐述了求解常微分方程数值解的常用方法;最后,在前两部分的基础上,总结了用MATLAB求解形如_X(t) = f(X(t); t) 矩阵微分方程数值解的方法。(In this paper, the definition of integral and differential of matrix is briefly introduced. Then the
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:300032
    • 提供者:李磊哥
  1. 偏微分方程数值解法课件+南京师范大学

    0下载:
  2. 求解一般偏微分方程和一些基本的偏微分方程(Solving general partial differential equations)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1712128
    • 提供者:matlab beginer
  1. 显式格式求解一维热传导问题matlab程序

    0下载:
  2. 求解四层复合材料的第一类边界条件下一维热传导问题(Solving one-dimensional heat conduction problem of four layered composite under the first boundary condition)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:韩预言家
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org