How to solve this equation?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Wan Ji
il 17 Ago 2021
Modificato: Wan Ji
il 17 Ago 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
Risposte (1)
Walter Roberson
il 17 Ago 2021
Modificato: Walter Roberson
il 17 Ago 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.
Vedere anche
Categorie
Scopri di più su Ordinary Differential Equations 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!