Be more specific. What are you multiplying? What is the output. If you define a class for your operands you can overload *.
On Fri, May 27, 2016 at 4:15 AM, meInvent bbird <[email protected]> wrote: > if i define a new custom multiply operator and would like to add to > existing algebra system in python > > how can i extend this function? > > -- > 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/e4678ef9-a787-4a05-aa10-78d60a65ebba%40googlegroups.com > <https://groups.google.com/d/msgid/sympy/e4678ef9-a787-4a05-aa10-78d60a65ebba%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CALOxT-kAxVcOOTc5Rx53LsZ%2BXhcAomNdojPdVMYFQCSF3%2Bwp8w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
