from sympy.abc import x, y, z, a, b
from sympy import exp
print sympy.solve(exp(-1 * x * 29) - 0.1, x)
参考链接:https://blog.csdn.net/bitcarmanlee/article/details/100072157
from sympy.abc import x, y, z, a, b
from sympy import exp
print sympy.solve(exp(-1 * x * 29) - 0.1, x)
参考链接:https://blog.csdn.net/bitcarmanlee/article/details/100072157