搜索资源列表
work
- 在matlab环境下的二维双曲型和抛物型偏微分方程的数值解法
Crank-Nicolson_
- C-N解偏微分方程的程序。解的是定步长的抛物型偏微分方程: du/dx - a * d2u/dx2 = 0 在程序中可以更改 a 的值以实现不同系数的解。在循环中改变 a 的值以实现变系数. 该说明在压缩包是也有
Richardson
- 里查得森(Richardson)法解偏微分方程的程序。解的是定步长的抛物型偏微分方程: du/dx - a * d2u/dx2 = 0 在程序中可以更改 a 的值以实现不同系数的解。由于它是一种显式格式,解的结果不稳定 在Matlab7下面运行发现竟然有一些值达到十的几十次方,这是算法本身决定的。不是程序有错误
Crank-Nicolson解抛物方程
- C-N解偏微分方程的程序。解的是定步长的抛物型偏微分方程: du/dx - a * d2u/dx2 = 0 在程序中可以更改 a 的值以实现不同系数的解。在循环中改变 a 的值以实现变系数
matlab.rar
- 主要用来计算抛物型偏微分方程的数值解,而且通过调用边界函数来计算方程,采用差分编程方式,Mainly used to calculate the parabolic partial differential equations numerical solution, and by calling the function to calculate the equation of the border, using differential programmatically
Crank-Nicolson
- 这是用matlab编辑的求解偏微分方程的一种方法隐式求解抛物型偏微分方程-This is edited using matlab a method of solving partial differential equations implicit solution of parabolic partial differential equations
matlab1
- 偏微分方程的数值解法的MATLAB程序介绍了应用最为广泛的椭圆型、双曲型、抛物型偏微分方程的数值解法,而且还详细编程实现了每种方程的多种常见数值解法。 附件使用MATLAB编程来实现这些算法。 -The numerical solution of partial differential equations of the MATLAB program, introduced the most widely used elliptic, hyperbolic, parabolic partia
partraldiffrential
- 求解椭圆型,双曲型和抛物型偏微分方程的matlab代码-Solve the elliptic, hyperbolic and parabolic partial differential equations matlab code
Numerical-Solution-PDE-
- 偏微分方程的数值解法的MATLAB程序介绍了应用最为广泛的椭圆型、双曲型、抛物型偏微分方程的数值解法,而且还详细编程实现了每种方程的多种常见数值解法。 附件使用MATLAB编程来实现这些算法-introduces the most widely elliptic, hyperbolic, parabolic partial differential equations numerical solution, but also the details of each programming a v
Untitled7
- 抛物型偏微分方程隐式差分的matlab程序,追赶法程序-Parabolic partial differential equations implicit difference matlab program, and pursued law program
xianshichafengeshi
- 利用古典显式差分格式求解抛物型偏微分方程-parabolic partial differential equation
C_Ngeshi
- 利用Crank-Nicolson隐式差分格式求解抛物型偏微分方程,matlab程序代码-Crank-Nicolson implicit difference scheme
3
- 】本文首先简单回顾了基于抛物型偏微分方程的图像恢复模型。在此基础上,提出了一个通过 可变权重联合各向同性扩散和金变分模型的图像恢复模型,该权重参数依赖于图像曲面的几何特征。 最后,通过数值实验论证了算法的有效-Abstract:In this paper,we study the dynamic behavior of a class of predator prey system with stage-structure and Beddington-DeAngelis funct
paowuxingEF_Euler
- 本代码主要讲述了抛物型偏微分方程的向前Euler格式的差分解法。代码简单,高效。-This code mainly tells the story of parabolic partial differential equations of Euler forward format of finite difference method. The code is simple, efficient.
Numerical-Methods-for-PDE
- 一、椭圆型偏微分方程 1. Helmholtz方程 及 特例(Possion方程, Laplace方程); Helmholtz.m possion 2. 满足牛顿边值条件的Helmholtz方程;Helmholtz_Newton.m 二、抛物线型偏微分方程 1. 显式前向欧拉法 EF_Euler.m 2. 隐式后向欧拉法 IB_Euler.m 3. Grank-Nicholson法 Grank_Nicholson.m 4. 二
显示格式
- 三种抛物型偏微分方程数值解法的matlab代码,利用的方法是显示差分格式。(the numerical solution of three kinds of parabolic function using the explicit method.)
抛物型偏微分方程的有限差分法
- 抛物型偏微分方程的有限差分法中的向前差分显格式和向后差分隐格式。(The forward difference explicit scheme and backward difference implicit scheme in the finite difference method for parabolic partial differential equations.)
MATLAB源码--古典显式格式求解抛物型偏微分方程等
- MATLAB源码--古典显式格式求解抛物型偏微分方程等(MATLAB Source-Classical Explicit Format for Solving Parabolic Partial Differential Equations)
抛物型方程
- matlab求解非线性偏微分方程的抛物型方程的追赶法(to solve nonlinear equation us matlab)
偏微分方程求解
- 本文研究下列定解问题(抛物型方程) 的有限差分法,其中 为正常数, 为已知函数,且满足边界条件和初始条件。关于式(1)的求解,采用离散化方法,剖分网格,构造差分格式。其中,网格剖分是将区域 用两簇平行直线 分割成矩形网格,其中 分别为空间步长和时间步长。将式(1)中的偏导数使用不同的差商代替,将得到不同的差分格式,如古典显格式、古典隐格式、Crank-Nicolson格式等。其中,Crank-Nicolson格式具有更高的收敛阶数,应用更广泛,故本文采用Crank-Nicol