How can I use Createpde to solve a fourth degree partial differential equation?
조회 수: 4 (최근 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!

