How to solve this equation?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi everyone,
Please can someone tells me how to solve the following equation using a pre-defined solver, such as ode15s;
is there any tutorials, file exchange, youtube video that may help ?
thank you so much in advance,
regards;
2 Kommentare
Wan Ji
am 17 Aug. 2021
Bearbeitet: Wan Ji
am 17 Aug. 2021
Hey, friend! The equation you provided cannot be solved by ode solver. It is already a 1st-order linear nonhomogeneous partial differential equation. It looks like 2d advection equation. So you can solve it by finite difference method.
You may take a reference to advection-in-1d-and-2d
Antworten (1)
Walter Roberson
am 17 Aug. 2021
Bearbeitet: Walter Roberson
am 17 Aug. 2021
That is a Partial Differential Equation (PDE), and can only be solved with ODE approaches if k_b sigma^b mu_3 delta(L, W) are separable for the three variables, making it really a series of three ODE.
Notice that the left side has a partial with respect to t but the right does not mention t in any obvious way. Either t is hidden (such as in the definition of k_b) or else the derivative with respect to t has to be zero.
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations 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!