I was looking code of rref() function of matrixes.py, In this function, there is a function variable defined as
simpfunc = simplify if isinstance( simplify, FunctionType) else _simplify Why here it is checked that simplify is a FunctionType, which other type does the simplify word has? Also at the beginning of the matrices.py following is imported from sympy.simplify import simplify as _simplify, nsimplify why simplify is imported as _simplify as well as nsimplify? I mean what is the need of both? -- 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 https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/8cf34aa0-bdaa-4fb3-a0b3-cdccfb731206%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
