1
vote
2answers
475 views

Solving differential equations numerically using Arduino

Is it possible to use an Arduino/Arduino Mega or a Maple (STM32 based board) to perform realtime numerical integration using a Runge Kutta algorithm(for simple physics simulations)? If not would the ...