Skip to content

Instantly share code, notes, and snippets.

@asmeurer
Created May 26, 2011 19:48
Show Gist options
  • Save asmeurer/993917 to your computer and use it in GitHub Desktop.
Save asmeurer/993917 to your computer and use it in GitHub Desktop.
meijer g
In [6]: meijerg((1, 2), (a, 4), (5,), [], x)
Out[6]:
G1,2 ⎛1, 2 a, 4 │ ⎞
4,1 ⎝ 5 │ x⎠
In [7]: meijerg((1/x, 2), (a, 4), (5,), [], x)
Out[7]:
⎛1 │ ⎞
╭─╮1, 2 ⎜─, 2 a, 4 │ ⎟
│╶┐ ⎜x │ x⎟
╰─╯4, 1 ⎜ │ ⎟
⎝ 5 │ ⎠
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment