Skip to content

Instantly share code, notes, and snippets.

@kendhia
Created December 28, 2011 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kendhia/1528059 to your computer and use it in GitHub Desktop.
Save kendhia/1528059 to your computer and use it in GitHub Desktop.
Issue 2069 sympy
@XFAIL
def teszt_issue_2069():
assert classify_ode(diff(v(r),r) + 2*k/r*v(r) + y, v(r)) == classify_ode(diff(v(r), r) + 2*k/r*v(r) + v(r))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment