> Is there a standard way in sympy to represent _mathematical_ functions > of multiple arguments (that also works wrt derivation, partial > derivation and integration).
Maybe this work in progress is helpful: https://github.com/sympy/sympy/wiki/About-implementing-special-functions Look at the "nargs" stuff. And maye things like the atan2 implementation. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
