mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
a8b6bda993
* Remove eval from arithmetic_analysis/newton_raphson.py * Relocate contents of arithmetic_analysis/ Delete the arithmetic_analysis/ directory and relocate its files because the purpose of the directory was always ill-defined. "Arithmetic analysis" isn't a field of math, and the directory's files contained algorithms for linear algebra, numerical analysis, and physics. Relocated the directory's linear algebra algorithms to linear_algebra/, its numerical analysis algorithms to a new subdirectory called maths/numerical_analysis/, and its single physics algorithm to physics/. * updating DIRECTORY.md --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> |
||
---|---|---|
.. | ||
image_data | ||
__init__.py | ||
altitude_pressure.py | ||
archimedes_principle_of_buoyant_force.py | ||
basic_orbital_capture.py | ||
casimir_effect.py | ||
center_of_mass.py | ||
centripetal_force.py | ||
coulombs_law.py | ||
doppler_frequency.py | ||
grahams_law.py | ||
horizontal_projectile_motion.py | ||
hubble_parameter.py | ||
ideal_gas_law.py | ||
in_static_equilibrium.py | ||
kinetic_energy.py | ||
lorentz_transformation_four_vector.py | ||
malus_law.py | ||
mass_energy_equivalence.py | ||
mirror_formulae.py | ||
n_body_simulation.py | ||
newtons_law_of_gravitation.py | ||
newtons_second_law_of_motion.py | ||
photoelectric_effect.py | ||
potential_energy.py | ||
reynolds_number.py | ||
rms_speed_of_molecule.py | ||
shear_stress.py | ||
speed_of_sound.py | ||
speeds_of_gas_molecules.py | ||
terminal_velocity.py |