搜索资源列表
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
cn
- 偏微分方程数值解法中用C-N格式求解抛物型方程程序-Numerical solution of partial differential equations using CN format procedures for Solving Parabolic Equations
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
scheme
- 一类非线性延迟抛物偏微分方程的Crank_Nicolson型差分格式-A class of nonlinear delay parabolic partial differential equations Crank_Nicolson difference scheme
classicle
- 用古典显式和古典隐式格式计算偏微分方程初值解,抛物型方程解-Classical explicit and classical implicit scheme to calculate the partial differential equation initial value solution of parabolic equations
C-N
- 用Crank-Nicolson差分格式计算抛物型方程初值问题的解,偏微分方程解-Throw the diffusion equation initial value problem solution, calculated with the Crank-Nicolson Difference Scheme for Partial Differential Equations
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
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.
显示格式
- 三种抛物型偏微分方程数值解法的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.)
偏微分方程求解
- 本文研究下列定解问题(抛物型方程) 的有限差分法,其中 为正常数, 为已知函数,且满足边界条件和初始条件。关于式(1)的求解,采用离散化方法,剖分网格,构造差分格式。其中,网格剖分是将区域 用两簇平行直线 分割成矩形网格,其中 分别为空间步长和时间步长。将式(1)中的偏导数使用不同的差商代替,将得到不同的差分格式,如古典显格式、古典隐格式、Crank-Nicolson格式等。其中,Crank-Nicolson格式具有更高的收敛阶数,应用更广泛,故本文采用Crank-Nicol