``` import numpy as np K = 1.38e-23 z = 8 J = 1.8e-21 T = 1 m = 0 ```
these are just constants
m = np.tanh((z*J*m)/(K*T))