System of differenital equations with odesolve - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: System of differenital equations with odesolve (/thread-21207.html) |
System of differenital equations with odesolve - Sabaism - 01-26-2024 08:10 AM Dear community, I want to solve a system of differential equations numerically by using the odesolve command. I think it should be possible, but I am not able to figure out the correct syntax to do so. By searching the web I have found the following example: Code:
Could somebody please give me a hint to solve this. Thank you in advance. Best wishes, Jo RE: System of differenital equations with odesolve - parisse - 01-27-2024 08:36 PM Here is an example: Code:
|