How can I use Createpde to solve a fourth degree partial differential equation?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
How can I use Createpde to solve the a fourth degree partial differential equation?
∇4(u)=q/D?
2 Kommentare
Antworten (1)
Torsten
am 16 Jan. 2025
Verschoben: Torsten
am 17 Jan. 2025
You have a system of two second-order differential equations. Thus instead of defining one equation, you have to define two and solve them simultaneously.
I don't have experience with the PDE toolbox - thus I can only tell you what you should do, not how you can do it.
But I think this is almost what you need:
Siehe auch
Kategorien
Mehr zu General PDEs finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

