No, I mean [1/x]. That is, a list with a single element, which is 1/x. The brackets that we use to print lists are exactly the same as the ones we use to print matrices.
To be more clear, perhaps I should have asked you to try [1, 1/x]. Aaron Meurer On Tue, Aug 16, 2011 at 3:13 PM, Reckoner <[email protected]> wrote: > Yes,1/x prints fine. Every sqrt() prints fine. I'm just having trouble > with Matrix. > > On Aug 16, 1:53 pm, Aaron Meurer <[email protected]> wrote: >> 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 >> > athttp://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. > > -- 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.
