1、古典显式格式求解抛物型偏微分方程(一维热传导方程) 2、古典隐式格式求解抛物型偏微分方程(一维热传导方程) 3、Crank-Nicolson隐式格式求解抛物型偏微分方程 4、正方形区域Laplace方程Diriclet问题的求解 如: function [U x t]=PDEParabolicClassicalExplicit(uX,uT,phi,psi1,psi2,M,N,C) %古典显式格式求解抛物型偏微分方程 %[U x t]=PDEParabolicClassicalExplicit(uX,uT,phi,psi1,psi2,M,N,C) % %方程:u_t=C*u_xx 0 <= x <= uX,0 <= t <= uT %初值条件:u(x,0)=phi(x) %边值条件:u(0,t)=psi1(t), u(uX,t)=psi2(t)
2024-04-25 10:49:27 111KB 古典显式格式 Crank Nicolson 隐式格式
1
MATLAB
2023-03-03 15:46:26 3MB matlab
1
§1、引言 §2、初值问题的数值解法--单步法 §3、龙格-库塔方法 §4、收敛性与稳定性 §5、初值问题的数值解法―多步法 §6、方程组和刚性方程 §7、习题和总结
2023-03-03 15:39:20 2.77MB 常微分方程
1
Introduction to Finite and Spectral Element Methods Using MATLAB®Second Edition This book contains information obtained from authentic and highly regarded sources. Reasonable efforts have been made to publish reliable data and information, but the author and publisher cannot assume responsibility for the validity of all materials or the consequences of their use. The authors and publishers have attempted to trace the copyright holders of all material reproduced in this publication and apologize to copyright holders if permission to publish in this form has not been obtained. If any copyright material has not been acknowledged please write and let us know so we may rectify in any future reprint.
2022-12-08 16:19:17 1.82MB Matlab 有限元 谱元法 微分方程数值解法
1
Adams隐式公式 注:在这些方法中,4阶的Adams预测校正方法具有方法 简洁、使用方便、易排序、高精度等优点。尤其当函数 f比较复杂时更能显出它的优越性。 k p 公式 1 2 2 3 3 4 4 5
2022-11-16 00:31:41 2.77MB 常微分方程
1
1、古典显式格式求解抛物型偏微分方程(一维热传导方程) 2、古典隐式格式求解抛物型偏微分方程(一维热传导方程) 3、Crank-Nicolson隐式格式求解抛物型偏微分方程 4、正方形区域Laplace方程Diriclet问题的求解 如: function [U x t]=PDEParabolicClassicalExplicit(uX,uT,phi,psi1,psi2,M,N,C) %古典显式格式求解抛物型偏微分方程 %[U x t]=PDEParabolicClassicalExplicit(uX,uT,phi,psi1,psi2,M,N,C) % %方程:u_t=C*u_xx 0 <= x <= uX,0 <= t <= uT %初值条件:u(x,0)=phi(x) %边值条件:u(0,t)=psi1(t), u(uX,t)=psi2(t)
2022-05-25 22:10:31 111KB 古典显式格式 追赶法 Crank Nicolson
1
微分方程数值解法常见习题,麻烦各位朋友帮忙解答。
2022-03-14 14:46:40 97KB 偏微分方程习题
1
非常全面的偏微分方程的数值解法课件,可以作为自学和教学之用。
2022-03-04 10:49:22 5.28MB 偏微分方程,数值解法
1
对于数学专业所学的数值方程在用C语言解题具有参考价值。
2022-02-23 10:19:32 511KB 微分方程
1
此资源为PDF格式,内容不为图片,而是可以复制的文字加图形、公式。
2022-02-07 15:11:26 355KB 偏微分方程 毕业论文
1