Add escape velocity calculator using standard physics formula by SajeevSenthil · Pull Request #12721 · TheAlgorithms/Python · GitHub
Skip to content
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
f1a39f3
Added iterative solution for power calculation
SajeevSenthil May 6, 2025
89ad00e
Added iterative solution for power calculation
SajeevSenthil May 6, 2025
ee3f4be
Added iterative solution for power calculation
SajeevSenthil May 6, 2025
a55058b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 6, 2025
1b86189
Added iterative solution for power calculation fixes #12709
SajeevSenthil May 6, 2025
53ca0d3
Merge branch 'optimized-power-iteration' of https://github.com/Sajeev…
SajeevSenthil May 6, 2025
bde1393
Added iterative solution for power calculation FIXES NUMBER 12709
SajeevSenthil May 6, 2025
935febe
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 6, 2025
a908d03
Escape velocity is the minimum speed an object must have to break fre…
SajeevSenthil May 10, 2025
3c57056
Merge branch 'optimized-power-iteration' of https://github.com/Sajeev…
SajeevSenthil May 10, 2025
f33964a
Fix: added header comment to escape_velocity.py
SajeevSenthil May 10, 2025
58273e7
Merge branch 'TheAlgorithms:master' into physics
SajeevSenthil May 10, 2025
c6cfddc
Trigger re-PR with a minor change
SajeevSenthil May 10, 2025
5854d54
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 10, 2025
fa2597a
Fix: resolve Ruff linter errors and add Wikipedia reference
SajeevSenthil May 10, 2025
f4ea962
Delete maths/power_using_iteration.py
MaximSmolskiy May 10, 2025
a01af96
Test doctests
MaximSmolskiy May 10, 2025
cb9c027
Update escape_velocity.py
MaximSmolskiy May 10, 2025
ad97a08
Update escape_velocity.py
MaximSmolskiy May 10, 2025
1682ad4
Update escape_velocity.py
MaximSmolskiy May 10, 2025
7cceb7e
Update escape_velocity.py
MaximSmolskiy May 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions physics/escape_velocity.py