To see the assumptions of x use `x.assumptions0` which gives a dictionary of assumptions on x.
On Wednesday, February 25, 2015 at 4:19:10 PM UTC-6, Joachim Durchholz wrote: > > Am 25.02.2015 um 22:35 schrieb Paul Royik: > > But then, when I substitute positive symbol back to normal: > >> symbols = f.free_symbols > >> for symbol in symbols: > >> f = f.subs(symbol, sympy.Symbol(symbol.name)) > > > > It still shows log(x), isntead of log(|x|) > > Maybe that's a bug. > I'm not sure how to make SymPy print the assumptions for a symbol; that > should help verify what's actually going on. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/a7a190b1-a656-4845-a4fe-e9d6eb723f93%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
