From 0c73ae10125fe9fff076f52c3d36196bc2f93929 Mon Sep 17 00:00:00 2001 From: Urvish Lanje Date: Tue, 10 Feb 2026 09:26:37 +0100 Subject: [PATCH] Update project description in README Added a note that the project was for Jugend-Forscht. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6688554..b0c83d4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Simulates a planet orbiting a star using Newton's law of universal gravitation. ### 🚀 Hohmann Transfer Simulations and Delta-V Calculations **Status:** Done -Simulates a probe performing a Hohmann Transfer using the Vis-Viva equation. Graphs show "Speed vs. Time" and other relations. Visualizes and calculates the orbit path and graphs using `matplotlib` and `numpy`. +Simulates a probe performing a Hohmann Transfer using the Vis-Viva equation. Graphs show "Speed vs. Time" and other relations. Visualizes and calculates the orbit path and graphs using `matplotlib` and `numpy`. This project was for Jugend-Forscht. ---