We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4947488 commit b290e84Copy full SHA for b290e84
electronics/potential_energy_two_charges.py
@@ -3,6 +3,7 @@
3
k_e = 8.99 * (10**9) # N·m²/C², Coulomb's constant
4
"""reference:https://phys.libretexts.org/Bookshelves/University_Physics/University_Physics_(OpenStax)/University_Physics_II_-_Thermodynamics_Electricity_and_Magnetism_(OpenStax)/07%3A_Electric_Potential/7.02%3A_Electric_Potential_Energy """
5
6
+
7
def potential_energy_2_charges(
8
charge_1: float,
9
charge_2: float,
0 commit comments