Solve 2d PDE
显示 更早的评论
Hi,
I want to solve a 2d partial differential equation with Matlab. The equation reads

Is it possible to solve this PDE with Matlab? I have the PDE toolbox, but I cannot bring my PDE to the form required by Matlab:
6 个评论
Torsten
2019-7-5
If you neglect the mixed-derivative term, I recommend CLAWPACK to solve.
MATLAB has no tools for first-order hyperbolic PDEs.
enduro
2019-7-5
See section 2-62 from
to see whether your equation can be transformed to the divergence form MATLAB requires (I doubt it).
enduro
2019-7-5
回答(1 个)
Usman Akram
2021-3-17
0 个投票
2D PDE for equation
Q=-kAdt/dx
can you solve this equation
类别
在 帮助中心 和 File Exchange 中查找有关 PDE Solvers 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!