I would like to write expressions involving the equivalents of MATLAB's "*" 
and ".*"; i.e.

A*(B.*C)

should mean

\sum_j A_{ij} ( \sum_{pq} B_{pq} * C_{pq} )_{jk}.

I don't want to actually instantiate matrices because I don't care to 
specify their shape or to index into them.  Really I just need two kinds of 
multiplication of non-commutative symbols.  Is this possible in Sympy?

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sympy/-/OcJwB5OokIYJ.
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.

Reply via email to