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!