It works fine for me. Likely the problem is the unicode font we use to print the Matrix brackets. Does [1/x] print correctly? What if you enter
print u""" ⎡1⎤ ⎢─⎥ ⎣x⎦ """ ? If not, then I guess you need to get better fonts. I can't tell you too much, as I didn't develop IPython. You might bring it up on their users list. Aaron Meurer On Tue, Aug 16, 2011 at 2:35 PM, Reckoner <[email protected]> wrote: > Hi, > > I'm using Ipython 0.11 with the sympy profile with version 0.7.1 and > the Matrix object is not rendered correctly. There are lots of little > "?" signs on the borders where the edges of the matrix should be. > > any ideas? > > this is on windows xp with python 2.6 > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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?hl=en. > > -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
