Status: Accepted
Owner: asmeu...@gmail.com
Labels: Type-Defect Priority-Medium NonCommutative

New issue 2757 by asmeu...@gmail.com: Noncommutative functions do not work
http://code.google.com/p/sympy/issues/detail?id=2757

In [60]: x = Function('x', commutative=False)

In [61]: y = Function('y', commutative=False)

In [62]: x(t)*y(t)
Out[62]: x(t)⋅y(t)

In [63]: y(t)*x(t)
Out[63]: x(t)⋅y(t)

They should work non-commutatively.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to