What is the origin of "Weissinger Implicit ODE"
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
In the ode15i tutorial, the first example is titled "Weissinger Implicit ODE". Could you explain the physical process this equation models and provide information about its origin? I’ve searched for references but haven’t been able to find any that describe this equation in detail.
Antworten (1)
John D'Errico
am 2 Jan. 2025
I usually laugh at the results of the AI tools available. Half the time they are blowing smoke, since they don't really understand the mathematics involved. And I can recall some great examples, where such a tool gave an answer that was completely incorrect, just total mathematical word salad BS.
Regardless, I threw your question into an AI tool (Poe). It said this:
The Weissinger Implicit Ordinary Differential Equation (ODE) refers to a specific approach in numerical methods for solving ODEs. It’s typically associated with the Weissinger method, which is an implicit method used for solving ordinary differential equations, particularly for stiff systems.Key Features of the Weissinger Implicit Method:
- Implicit Nature: Unlike explicit methods, where the next step is calculated directly from the previous step, implicit methods require solving an equation that involves both the current and next steps.
- Stability: Implicit methods are generally more stable than explicit methods, especially for stiff ODEs. This means they can handle larger time steps without becoming unstable.
- Applications: Commonly used in engineering and physics where stiff equations arise, such as in chemical kinetics or certain mechanical systems.
- Formulation: The general form can be represented as:yn+1=yn+hf(tn+1,yn+1),yn+1=yn+hf(tn+1,yn+1),where yn+1yn+1 is the unknown at the next time step, ynyn is the known value, hh is the step size, and ff is the function defining the ODE.
- Iterative Solution: Because of the implicit nature, methods like Newton's method are often used to solve for yn+1yn+1.
Feel free to take it as worth what I spent on it.
2 Kommentare
John D'Errico
am 2 Jan. 2025
Bearbeitet: John D'Errico
am 2 Jan. 2025
As I said, it need not be trusted, coming from an AI tool. As I said, worth what it cost.
That you cannot find anything, might suggest you are looking in the wrong places, or the wrong way. Very often search engines are highly sensitive to posing the correct question, in a very specific way.
Were I you, I would start with the Shampine paper. If it is described there, then that paper will probably have a reference you can read. Or you can contact tech support as has been suggested.
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!