CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 偏微分方程求解

搜索资源列表

  1. PDEs.rar

    0下载:
  2. 用小波求解偏微分方程,特别是椭圆形偏微分方程,Wavelet solution of partial differential equations, especially elliptic partial differential equations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:583559
    • 提供者:黄善敏
  1. MATLABmfile.rar

    1下载:
  2. 偏微分方程matlab m文件,各种类型偏微分方程求解的详细例程,,Partial differential equations matlab m files, various types of partial differential equations to solve the detailed routines,
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:10667
    • 提供者:zhihujj
  1. EquationGUI-II

    1下载:
  2. 采用四阶龙格——库塔算法,应用MATLAB编写的常微分方程、偏微分方程求解算法及界面。 关键词:gui,ode,pde,difference method, runge kutta,euler,heun MATLAB版本:7.0 (R14)-EULER.m HEUN.m Rk4.M implement euler heun and runge kutta fourth order to solve ODE VANDERPOLODE.m LOGISTICOODE.m PREDAPREDA
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:35434
    • 提供者:谢刚
  1. wf

    2下载:
  2. MATLAB求解偏微分方程 很详细 算例很多-MATLAB Solution partial differential equations in great detail
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:5129927
    • 提供者:xu
  1. PDEMATLAB

    0下载:
  2. 偏微分方程的matlab解法,详细讲解了使用该工具求解偏微分方程的方法和途径,是一本很有价值的参考书-Solution of partial differential equations matlab, detailed account of the use of the tools for solving partial differential equations of the ways and means, are a valuable reference book
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5130273
    • 提供者:zhihujj
  1. PDFmatlabsovler

    0下载:
  2. 详细的偏微分方程的matlab求解步骤与程序说明。-detailed PDE soler ,using PDE tools and codes.
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:5130028
    • 提供者:吴涛
  1. PDE_matlab

    0下载:
  2. 求解偏微分方程的实例程序, 其他人不需帐号就可自由下载此源码 -solve PDE problom
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:9600
    • 提供者:洪武
  1. Solutionpartialdifferentialequations

    0下载:
  2. 偏微分方程的MATLAB解法,能快速求解,阐述了其编程思想,很实用-Solution partial differential equations
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5130015
    • 提供者:董力
  1. RK

    1下载:
  2. 利用rK法,也就是4阶论格库塔格式求解偏微分方程组的解并利用结果画图。-Solving partial differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1759
    • 提供者:weijie
  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. partraldiffrential

    0下载:
  2. 求解椭圆型,双曲型和抛物型偏微分方程的matlab代码-Solve the elliptic, hyperbolic and parabolic partial differential equations matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:9081
    • 提供者:tangshuang
  1. matlab偏微分方程求解

    0下载:
  2. 扩散对流方程求解了人体白细胞在人造血管材料表面的流动和迁移过程求解和分析(The diffusion convection equation is used to solve the flow and migration process of human leukocyte on the surface of artificial vascular material)
  3. 所属分类:matlab例程

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

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

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

    1下载:
  2. 《偏微分方程的数值解法》源代码,用matlab数值法求解常见偏微分方程("Numerical solution of partial differential equations" source code, using MATLAB numerical method for solving ordinary partial differential equations)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:91136
    • 提供者:wang155
  1. pde1

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

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:ygnmax
  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. 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. 偏微分

    0下载:
  2. 通过该程序可以求解偏微分方程,对数学计算有很大的用处(Partial differential equations can be solved by this program)
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:35840
    • 提供者:victor?
  1. 偏微分方程数值解法课件+南京师范大学

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

    • 发布日期:2020-02-21
    • 文件大小:1712128
    • 提供者:matlab beginer
  1. MATLAB求解偏微分方程(扩散方程)

    2下载:
  2. MATLAB求解偏微分方程(扩散方程)有限差分法 源程序代码(MATLAB to solve partial differential equation ( diffusion equation ) finite difference method source code)
  3. 所属分类:matlab例程

    • 发布日期:2019-07-28
    • 文件大小:2048
    • 提供者:Cc静静
« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com