How to calculate solutions for logarithmic equations in python via sympy

前端 未结 0 469
鱼传尺愫
鱼传尺愫 2020-12-04 18:47

I try to find the friction factor for Moody diagram (f) by this formula using sympy

from sympy import *
f = Symbol (\'f\')
Re = 3000
relative_roughness=0.1
so         


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