how can I solve this non linear partial differential equation mentioned below I have some initial & boundary condition
1 回表示 (過去 30 日間)
古いコメントを表示
回答 (2 件)
Torsten
2022 年 4 月 8 日
Discretize the differential operators, include the boundary conditions and solve the resulting system of nonlinear equations for z'(i,j) (values of z' in (x'(i),y'(j))) using "fsolve".
4 件のコメント
Rohan Singla
2022 年 4 月 12 日
1 件のコメント
Torsten
2022 年 4 月 12 日
Above, you define 4 circles. I can't decipher on which circle you want to solve the PDE and what boundary condition you want to impose for z' on the circumpherence.
参考
カテゴリ
Help Center および File Exchange で Boundary Conditions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!