Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ pinned: false
|
|
| 12 |
# Projectile Motion — Deterministic Calculator + One-Sentence Explanation
|
| 13 |
|
| 14 |
A **first-principles projectile motion** calculator (no air resistance) that returns:
|
| 15 |
-
- All **inputs** with units: `
|
| 16 |
- **Derived results**: `t_apex` [s], `max height` [m], `time of flight` [s], `range` [m], `impact speed` [m/s]
|
| 17 |
- A **one-sentence, LLM-generated explanation** grounded strictly in the computed values.
|
| 18 |
|
|
|
|
| 12 |
# Projectile Motion — Deterministic Calculator + One-Sentence Explanation
|
| 13 |
|
| 14 |
A **first-principles projectile motion** calculator (no air resistance) that returns:
|
| 15 |
+
- All **inputs** with units: `v0` [m/s], `theta` [deg], `y0` [m], `g` [m/s^2], and **ball weight** [kg]
|
| 16 |
- **Derived results**: `t_apex` [s], `max height` [m], `time of flight` [s], `range` [m], `impact speed` [m/s]
|
| 17 |
- A **one-sentence, LLM-generated explanation** grounded strictly in the computed values.
|
| 18 |
|