Skip to content

Instantly share code, notes, and snippets.

@kendhia
Created December 28, 2011 14:15
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/1528074 to your computer and use it in GitHub Desktop.
Save kendhia/1528074 to your computer and use it in GitHub Desktop.
Issue 2678 sympy
@XFAIL
def test_issue_2678():
b = Eq(x2(t).diff(t), x1(t) - 3*x2(t))
assert solve(b, x2(t)) == (x1 - x2(t).diff(t))/3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment