Just use Function, the same as with single argument functions. Everything should work in the multiple argument case. See atan2 for an example. I think you can even do functions with n arguments, where n is unspecified (like Max() for example).
Aaron Meurer On Fri, Mar 16, 2012 at 2:51 PM, [email protected] <[email protected]> wrote: > Is there a standard way in sympy to represent _mathematical_ functions > of multiple arguments (that also works wrt derivation, partial > derivation and integration). > > -- > 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. > -- 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.
