Status: Accepted
Owner: asmeurer
CC: [email protected]
Labels: Type-Defect Priority-Medium Printing
New issue 2647 by asmeurer: MeijerG pretty G should remain centered
http://code.google.com/p/sympy/issues/detail?id=2647
We have
In [54]: meijerg([1, 2,], [4, 3], [3], [4, 1/(1/x + 1)], x)
⎛1, 2 4, 3 │ ⎞
⎜ │ ⎟
╭─╮1, 2 ⎜ 1 │ ⎟
│╶┐ ⎜ 3 4, ───── │ x⎟
╰─╯4, 3 ⎜ 1 │ ⎟
⎜ 1 + ─ │ ⎟
⎝ x │ ⎠
which is good, but then we have
In [52]: meijerg([1, 2,], [4, 3], [3], [4, 5], 1/(1/(1/(1/x + 1) + 1)+ 1))
╭─╮1, 2 ⎛1, 2 4, 3 │ 1 ⎞
│╶┐ ⎜ │ ─────────────⎟
╰─╯4, 3 ⎜ 3 4, 5 │ 1 ⎟
⎜ │ 1 + ─────────⎟
⎜ │ 1 ⎟
⎜ │ 1 + ─────⎟
⎜ │ 1⎟
⎜ │ 1 + ─⎟
⎝ │ x⎠
Clearly the big G should remain centered in both cases, but it is only
doing so in the former. hyper() exhibits the same problem.
--
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.