ilayn / harold

An open-source systems and controls toolbox for Python3
MIT License
173 stars 19 forks source link

Minimality after MIMO Transfer and State Multiplication is still missing. #4

Closed ilayn closed 7 years ago

ilayn commented 9 years ago

For the transfer multiplications, tests are performed and thanks to lcm and gcd stuff the order does not grow as drastically as is for matlab.

For State there is no minimality guarantee at the outset. Hence a minimalization step is necessary.

Maybe an option to automate that as a key as in G = F**H that results in simplify=True ? Needs a proper infix operator for this ** is just a placeholder.

ilayn commented 9 years ago

The MIMO multiplication is done. However the infix operator issue is still open.

ilayn commented 7 years ago

minimal_realization() works pretty stable for Transfers and States now. So this can be added after the multiplication.