How can I use Createpde to solve a fourth degree partial differential equation?
3 次查看(过去 30 天)
显示 更早的评论
Hello,
How can I use Createpde to solve the a fourth degree partial differential equation?
∇4(u)=q/D?
2 个评论
回答(1 个)
Torsten
2025-1-16
移动:Torsten
2025-1-17
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:
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 General PDEs 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

