Skip to content

Commit d3b76b0

Browse files
authored
Update potential_energy_two_charges.py
1 parent c4157e0 commit d3b76b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

electronics/potential_energy_two_charges.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from __future__ import annotations
22

33
k_e = 8.99 * (10**9) # N·m²/C², Coulomb's constant
4+
45
# Reference:
56
# https://phys.libretexts.org/Bookshelves/University_Physics/
67
# University_Physics_(OpenStax)/University_Physics_II_-_Thermodynamics_
@@ -56,3 +57,4 @@ def potential_energy_2_charges(
5657
import doctest
5758

5859
doctest.testmod()
60+

0 commit comments

Comments
 (0)