Thank you very much Is there a way, like f.is_real, to tell sympy that f(x).diff(x) is real, so that print((f(x).diff(x)).is_real) will be true? Right now the output of print((f(x).diff(x)).is_real) is none.
-- 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/b2ba84bc-81ff-4de2-97e7-e72fa91ad4ab%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
