Open adrianschlatter opened 8 years ago
add support of system comparison to CT_LTI_System. Doctest currently fails because this is not yet implemented.
Missing comparison is only part of the reason: Even if that would work, G + G is not the same as 2 * G. 2 * G has the same order as G, but G + G has twice the order of G! => the documentation is wrong.
add support of system comparison to CT_LTI_System. Doctest currently fails because this is not yet implemented.