Thanks for the helpful responses. I was trying to resurrect pull # 819 .
Rather than pprint all matrices in docstrings I thought I would see if the
printer could just be overridden at the start of the docstring. This has
worked well. I'm not sure if commas should be kept or not:

[ x, (x + 1)/a]
[ 1,           2]

vs

[ x (x + 1)/a]
[ 1           2]

I think the more compact form is better than the pprint form. Any other
thoughts?

[   x + 1]
[x  -----]
[     a  ]
[        ]
[1    2  ]

<This is in my mprint branch.>
/c

-- 
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.

Reply via email to