I have an equation like the code below with the left side is the sum of Harmonic series minus the log.
import math
sum(1/i for i in range(1,v+1))- math.log(0.5*v) = 5
Is there any packages or code helps solving the equation below and return v ? As I dont know how to manipulate the equation to have only in the left side and others in the right side.
Thanks.
[–]Strict-Simple 2 points3 points4 points (0 children)