adrianschlatter / tanuna

Python tools to work with dynamic systems.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

System comparison #14

Open adrianschlatter opened 8 years ago

adrianschlatter commented 8 years ago

add support of system comparison to CT_LTI_System. Doctest currently fails because this is not yet implemented.

adrianschlatter commented 8 years ago

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.