ENH: add `linform` to compute linear system L-infinity norm by roryyorke · Pull Request #729 · python-control/python-control

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

murrayrm

Comment on lines +1921 to +1922

Comment on lines +1943 to +1945

Comment on lines +1935 to +1942

linfnorm requires Slycot routine ab13dd, which does the actual work.

Added tests to check that wrapping of ab13dd is correct, that static
systems are handled, and that discrete-time system frequencies are
scaled correctly.

bnavigator