Skip to content

Instantly share code, notes, and snippets.

@shifei010
Created October 7, 2012 00:06
Show Gist options
  • Save shifei010/3846556 to your computer and use it in GitHub Desktop.
Save shifei010/3846556 to your computer and use it in GitHub Desktop.
sympy pprint apart demo
from sympy import pprint, apart
from sympy.abc import *
pprint(apart(z/(z**2-z-1),z))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment