Solve non linear equation with one variable Python

前端 未结 0 1160
醉梦人生
醉梦人生 2020-12-29 00:10

I am trying to solve the following equation in python with sympy.

13000*1.44**x =1000000

I tried:

x = symbols(\'x\', real=True) 
print(solveset(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题