- Title of the Research: Simulation of a solar system with animation using pygame and analyse using matplotlib
- Group member: Yi-Jhan Huang, Ian Chang
Our research project is based on the current physical detail of solar system.
- Language of programming: mainly python
- Package requirements: matplotlib, numpy, scipy, pygame, math
- https://towardsdatascience.com/simulate-a-tiny-solar-system-with-python-fbbb68d8207b
- https://thepythoncodingbook.com/2021/12/11/simulating-3d-solar-system-python-matplotlib/
- Ian Chang: Responsible for simulation part of the project
- Yi-Jhan Huang: Responsible for analysis part of the project
- Both: Topic Chose and Structure Design
We chose this project generally because recently, as you might’ve known, the James Webb Space telescope sent back marvelous high-resolution images of galaxies, nebulas, black holes, and more. These new images will allow us to have a greater understanding of the history of our universe, recording information about collisions of galaxies and births of stars. Being inspired by this phenomenal event, we’ve decided to use what we’ve learnt in the course and try to simulate a solar system, mainly using the libraries matplotlib and numpy.