How to solve system of three nonlinear PDE?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Alex
am 12 Mai 2014
Beantwortet: Bill Greene
am 12 Mai 2014
Hello, can you help with the solving following system of nonlinear PDE. All functions are complex. t,z are the only variables
i*dF/dt = c1(d^2F/dz^2)-c2(E*)G+c3*|F|^2*F
i*dG/dt = c1(d^2G/dz^2)-c2(E)F
i*dE/dt= -(d^2E/dz^2) - c4*E - c5(F*)E
i - imaginary one, c1-5 known constants, (E*) and (F*) are complex conjugate to the E and F,|F| is absolute value of F. Can I use 'pdenolin' in this case or not?
0 Kommentare
Akzeptierte Antwort
Bill Greene
am 12 Mai 2014
pdenonlin is for solving only PDE that are not a function of time.
However, the parabolic function can solve equations that are first-order in time and have complex coefficients that are functions of the dependent variables (nonlinear).
Since you have only one spatial independent variable, z, the pdepe function in core MATLAB can also be used to solve this system.
Bill
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Boundary Conditions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!