本程序介绍了应用最为广泛的椭圆型、双曲型、抛物型偏微分方程的数值解法,并详细编程实现了每种方程的多种常见数值解法。附件中使用MATLAB编程来实现这些算法。
Numerical Solutions of PDEs in MATLAB
相关推荐
Numerical Solutions of Linear Systems-RPA E-commerce Industry Solutions
3.4 Numerical Solutions of Linear Systems
The solution of linear systems of equations is a topic that is widely applicable not only in engineering and technology but also in many other fields. There are two main categories of numerical methods for solving linear systems:
Direct methods, where an
Matlab
14
2024-11-06
Matlab Singular Value Decomposition Solutions
很不错的Matlab代码,可以很好的解决奇异值分解问题。
Matlab
15
2024-11-04
Numerical_Methods_Using_Matlab
本书提供了用Matlab进行数值计算的丰富资料,内容可读性、知识性和实用性都非常强。
Matlab
8
2024-11-01
Matlab PDEs微分方程数值解代码
偏微分方程的数值解,有时候真的挺头疼的。是 2D 扩散问题或者泊松方程,自己从头撸一套还挺费劲的。这份matlab 微分方程代码就蛮实用的,直接用Jacobi 方法来二维扩散(热传导)和泊松问题,结构也清晰,代码也不复杂。适合你快速上手试试数值方法的思路。代码参考了 PowerPoint 的演示 PDF,还比较详细。虽然有两个辅助文件Utilities.cu和Utilities.cuh没放上来,但不影响你理解主要逻辑。Jacobi 迭代部分挺经典的,搞懂这块再拓展 Gauss-Seidel、SOR 啥的都容易。建议你顺手看看这几个相关资源:Matlab 微分方程求解、泊松方程的数值解法,有些思
Matlab
0
2025-07-06
Numerical Approximation of Adjoint Blasius Equation Using MATLAB
目前的脚本近似于原始和相关联的对偶(伴随)布拉修斯方程,如Kuehl等人[~11/2020]在关于“连续伴随补充到布拉修斯方程”中的研究所述。数值边值问题使用射击方法近似,其中要解决的初值问题采用4阶Runge-Kutta方法(RK4)。
Matlab
11
2024-11-04
Genetic Operators and MATLAB Code for Numerical Analysis
3.2 Genetic Operators
(1) Crossover Operator
The crossover operator randomly pairs individuals from the parent population for crossover operations, generating ( m ) offspring individuals to form the next generation. Two types of crossover are employed: single-point crossover and two-point crossover.
Matlab
10
2024-11-06
Numerical Methods in MATLAB-Fourth Edition
数值方法(MATLAB版)(第四版)中文版.pdf
Matlab
17
2024-11-04
Numerical Approximation of the Volterra Population Model Using MATLAB GUI
在Volterra的封闭系统中,人口增长模型的无量纲形式为 k(du/dt) = u - u^2 - u ∫_0^t u(x) dx。该GUI允许用户输入初始总体 u0、无量纲常数 k、最终时间 Tmax 和网格点数 M。通过单击适当的按钮,用户可以使用各种数值方法生成图。 \"毒性项\" 是积分 ∫_0^t u(x) dx。面板“毒性术语的梯形规则”和“毒性术语的辛普森规则”首先对毒性术语应用正交规则,然后使用指定的数值方法求解所得系统。有关更多信息,请参阅 (1)。有关问题的全面分析,请参阅: 1. Kevin G. TeBeest,Volterra*人口模型的数值和解析解,SIAM Re
Matlab
14
2024-11-04
Numerical Methods for Solving Partial Differential Equations using MATLAB
This method can solve various partial differential equations and represents the latest numerical solution techniques. It is based on MATLAB programming, making it easier to understand and implement. By utilizing MATLAB, complex mathematical models become more accessible and the process of solving PD
Matlab
12
2024-11-06