mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-12-18 01:00:15 +00:00
Docs: correct the shape of trajectory (#6255)
The shape of the trajectory of projectile is a parabola.
This commit is contained in:
parent
d25187eb7f
commit
7e3dff17c5
|
@ -3,13 +3,13 @@ Horizontal Projectile Motion problem in physics.
|
||||||
This algorithm solves a specific problem in which
|
This algorithm solves a specific problem in which
|
||||||
the motion starts from the ground as can be seen below:
|
the motion starts from the ground as can be seen below:
|
||||||
(v = 0)
|
(v = 0)
|
||||||
**
|
* *
|
||||||
* *
|
* *
|
||||||
* *
|
* *
|
||||||
* *
|
* *
|
||||||
* *
|
* *
|
||||||
* *
|
* *
|
||||||
GROUND GROUND
|
GROUND GROUND
|
||||||
For more info: https://en.wikipedia.org/wiki/Projectile_motion
|
For more info: https://en.wikipedia.org/wiki/Projectile_motion
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user