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!