Alexander, We are bound by the Python language on what operators are available for overloading. Python 3.5 has a new @ operator for matrix multiplication, but other than that you will have to use the functions that implement these operators. This is unfortunately one downside to building at CAS that conforms to the Python language.
Jason moorepants.info +01 530-601-9791 On Sun, Jul 12, 2015 at 9:47 AM, Alexander Loschilov <[email protected]> wrote: > Hello, > > Does anybody analyzed the possibility of implementation element wise > operations that are present in Maple > <http://www.maplesoft.com/support/help/Maple/view.aspx?path=operators/elementwise> > ? > Any chance that somebody is already implementing such functionality? > > I am primarily interested in binary element wise operations. > > best regards, > Alexander. > > -- > 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/06fd5b5a-8e91-493e-97cb-701d376024ee%40googlegroups.com > <https://groups.google.com/d/msgid/sympy/06fd5b5a-8e91-493e-97cb-701d376024ee%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 http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAP7f1AgbEsZeN7-UHJjkSxzL2stKYLD9YZcb34f8%2BFemHRApVg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
