Skip to content

Commit 46f2c17

Browse files
authored
Update potential_energy_two_charges.py
1 parent d19d91b commit 46f2c17

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

electronics/potential_energy_two_charges.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
k_e = 8.99 * (10**9) # N·m²/C², Coulomb's constant
44

5-
# Reference:
6-
# https://phys.libretexts.org/Bookshelves/University_Physics/
7-
# University_Physics_(OpenStax)/University_Physics_II_-_Thermodynamics_
8-
# Electricity_and_Magnetism_(OpenStax)/07%3A_Electric_Potential/7.02%3A_
9-
# Electric_Potential_Energy
5+
"""Reference: https://en.wikipedia.org/wiki/Electric_potential_energy"""
106

117

128
def potential_energy_2_charges(

0 commit comments

Comments
 (0)