How to solve two second order partial differential equations simultaneously?
古いコメントを表示

How to solve two second order partial differential equations simultaneously?
1 件のコメント
回答 (1 件)
Solve the first equation for d^2s/dx^2 and insert the expression in the second equation:
(1+rho)/alpha * d^2s/dx^2 - (zeta+(1+rho)*beta/alpha)*t(s,theta)=-V(x)
delta * d^2theta/dx^2 = (-V(x) + (zeta+(1+rho)*beta/alpha)*t(s,theta))*alpha/(1+rho)-beta*t(s,theta)
Now use "bvp4c" to solve.
Best wishes
Torsten.
カテゴリ
ヘルプ センター および File Exchange で PDE Solvers についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!