Solve 2d PDE
Mostra commenti meno recenti
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 Commenti
Torsten
il 5 Lug 2019
If you neglect the mixed-derivative term, I recommend CLAWPACK to solve.
MATLAB has no tools for first-order hyperbolic PDEs.
enduro
il 5 Lug 2019
See section 2-62 from
to see whether your equation can be transformed to the divergence form MATLAB requires (I doubt it).
enduro
il 5 Lug 2019
Risposte (1)
Usman Akram
il 17 Mar 2021
0 voti
2D PDE for equation
Q=-kAdt/dx
can you solve this equation
Categorie
Scopri di più su PDE Solvers in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!