Comment #3 on issue 2020 by [email protected]: Symbols & Matrices
http://code.google.com/p/sympy/issues/detail?id=2020

I started writing a first draft of a test script for matrices and symbols.
It could be used as a guideline for implementing these features.
Please feel free to add any functionality or test cases which you think might be necessary.

As for eq2 you're right. If you provide a and b in a dictionary thus keeping them non commutative then it works:

eq2 = sympy.sympify('transpose(a)*b', locals={'a':a, 'b':b})

Regards,

Christian

Attachments:
        test_sym_matrices.py  5.6 KB

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.

Reply via email to