We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05c81a commit 452bd00Copy full SHA for 452bd00
sympy/physics/control/tests/test_lti.py
@@ -1838,7 +1838,7 @@ def test_StateSpace_symbolics():
1838
[a12*c1 + a22*c2]])]
1839
assert qc == Matrix([[0, 1], [1, -5]])
1840
assert qo == Matrix([[0, 1], [1, -5]])
1841
- assert ss.rewrite(TransferFunction) == [[TransferFunction(-c1*(a12*b2 - a22*b1 + b1*s) - c2*(-a11*b2 + a21*b1 + b2*s),
+ assert ss.rewrite(TransferFunction) == [[TransferFunction(-c1*(a12*b2 - a22*b1 + b1*s) - c2*(-a11*b2 + a21*b1 + b2*s),
1842
-a11*a22 + a11*s + a12*a21 + a22*s - s**2, s)]]
1843
1844
0 commit comments