Status: Valid
Owner: ----
CC: [email protected]
Labels: Type-Defect Priority-Medium Matrices Printing
New issue 3486 by [email protected]: pretty printing of Adjoint(A)
requires unicode
http://code.google.com/p/sympy/issues/detail?id=3486
from sympy import *
A = MatrixSymbol('A', 3, 3)
pprint(Adjoint(A), use_unicode=False)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "sympy/printing/pretty/pretty.py", line 1638, in pretty_print
print pretty(expr, **settings)
UnicodeEncodeError: 'latin-1' codec can't encode character u'\u2020' in
position 1: ordinal not in range(256)
--
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.