how can I solve this non linear partial differential equation mentioned below I have some initial & boundary condition
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
0 Commenti
Risposte (2)
Torsten
il 8 Apr 2022
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 Commenti
Rohan Singla
il 12 Apr 2022
1 Commento
Torsten
il 12 Apr 2022
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.
Vedere anche
Categorie
Scopri di più su Boundary Conditions in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!