Integration of the gravitational laws of motion using solve_ivp from the python module scipy and the RK32 (Runge-Kutta 3(2)) method to simulate the motion of the solar system using real-time data of position and velocity of the planets obtained with the astropy module.
For the programes to work, it's necessary to install all the used modules: -numpy -scipy -matplotlib -astropy -datetime -vpython
It's important to remark astropy because it's not a common module.
Then, after saving all the files in the same folder as "texplanets" it should be all ready to execute them.
#Sistema_solar INtegración de las leyes de movimiento gravitacional usando solve_ivp (módulo scipy) y el método RK32 (Runge-Kutta 3(2)) para simular el movimiento del sistema solar usando datos en tiempo real de la posición y velocidad de los planetas obtenidos a través del módulo astropy.
Para que los programas funcionen va a ser necesario instalar todos los módulos que se han utilizado: -numpy -scipy -matplotlib -astropy -datetime
Hay que destacar astropy ya que no es un módulo común.
Después con guardar todos los archivos en una misma carpeta que también incluya dentro de ella la carpeta 'texplanets' deberían funcionar todos correctamente.