Java for Scientific Computing: Systems of Ordinary Differential Equations -- Part 1

Опубликовано: 11 Февраль 2026
на канале: Java for Engineers
325
8

In this java tutorial, I discuss the idea of solving a system of ordinary differential equations by implementing Euler method and Runge-Kutta method in a vector (array) format. For more reading material, see:
1. https://www.jirka.org/diffyqs/html/se...
2. http://tutorial.math.lamar.edu/Classe...
3. https://en.wikipedia.org/wiki/Ordinar...