What are my options to solve in scipy the ODE system:
Obviously if A is invertibile then i can solve equivalently:
using standard methods from scipy.integrate. But still remain the following questions: what about efficiency and what if A is singular and cannot be inverted?