Here I am, entering an equation for the Monin-Obukov length (a turbulence parameter) into #SymPy, and SymPy is like: No!
WTF is happening here? Vars are just symbols with positive=True and real=True, except for L_MO and F_H which have positive=False.
Interestingly, if I constrain F_H to positive, the equation stays an equation and is not just False.
EDIT: Aaah, positive=False means *negative* SymPy did its job!
Describing problems helps!
> SymPy is like: No!
Classic! I got this loads when calling `solve()` and just getting empty set … it’s the new "prolog No!"