搜索资源列表
heat1
- 利用Crank-Nicolson 方法解决偏微分方程-using Crank-Nicolson solution PDE
Crank-Nicolson解抛物方程
- C-N解偏微分方程的程序。解的是定步长的抛物型偏微分方程: du/dx - a * d2u/dx2 = 0 在程序中可以更改 a 的值以实现不同系数的解。在循环中改变 a 的值以实现变系数
Grank_Nicholson
- 本文件包含Crank Nicolson算法的matlab源代码,在一定的初始条件下有一定的实用性。-This document contains the Crank Nicolson algorithm matlab source code, under certain initial conditions have a certain practicality.
Crank-Nicolson
- 这是用matlab编辑的求解偏微分方程的一种方法隐式求解抛物型偏微分方程-This is edited using matlab a method of solving partial differential equations implicit solution of parabolic partial differential equations
heat1d_mfiles_v2
- compHeatSchemes Compare FTCS, BTCS, and Crank-Nicolson schemes for solving the 1D heat equation-compHeatSchemes Compare FTCS, BTCS, and Crank-Nicolson schemes for solving the 1D heat equation
EqChaleurCrankNicholson
- Resolution of heat equation using Crank Nicholson method. Implemented in matlab language.
Grank_Nicholson
- 利用crank nicholson法 解一維熱傳PDE-Using crank nicholson method for solving a PDE-dimensional heat transfer
optionpricing
- 运用explicit,implicit, crank-nicolson方法计算美式期权以及带分红的美式期权-using explicit,implicit, crank-nicolson methods to calculate american options
ex3.4.1
- 孙志忠书:偏微分方程数值解,第三章第四节,抛物方程的Crank-Nicolson格式-Crank-Nicolson Type
ex3.4.2
- 孙志忠书:偏微分方程数值解,第三章,Crank-Nicolson 外推法-Crank-Nicolson extrapolation for parabolic problem
one_possion2
- 求解一维热方程。采用经典的Crank—Nicolson差分格式-Solving one-dimensional heat equation. Using the classical Crank-Nicolson Difference Scheme
cn
- Crank-Nicolson法求解poisson方程,矩形区域,狄利克雷边界。-Crank-Nicolson method for solving poisson equation, rectangular area, Dirichlet boundary.
six
- 抛物型方程的有限差分法——六点对称格式,即Crank-Nicolson格式-Parabolic finite difference method- six point symmetric form,i.e.Crank-Nicolson Form
CRANK_NICHOLSON
- Crank Nicholson program
ht1d_fem2
- crank nicolson heat conduction
heat_1d
- Heat Transfer with CRANK NICOLSON Method-Heat Transfer with CRANK NICOLSON Method
ADE-Crank-Nicolson
- 对流扩散方程的Crank-Nicolson差分格式程序-Crank-Nicolson difference scheme of the convection-diffusion equation program
Crank-Nicolson方法
- 数值《微分方程的数值解法与程序实现》第三章Crank-Nicolson方法程序,原书程序为C,我写成了matlab(MATLAB program for Crank-nicolson difference scheme)
抛物线方程的差分格式
- 抛物线方程的几种常见差分格式matlab代码,包括向前欧拉,向后欧拉,Crank-Nicolson和Du-For-Frankel(Several common difference schemes for parabolic equations are matlab codes, including forward Euler, backward Euler, Crank-Nicolson and Du-For-Frankel.)
对流扩散方程的Crank-Nicolson差分格式程序
- (Crank-Nicolson difference scheme of the convection-diffusion equation program)matlab版本