-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add functions to check controllability/observability using the PHB test #866
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #866 +/- ##
=======================================
Coverage 92.72% 92.72%
=======================================
Files 5 5
Lines 330 330
=======================================
Hits 306 306
Misses 24 24 ☔ View full report in Codecov by Sentry. |
This is an automated message.
|
This is an automated message.
|
This is an automated message.
|
good job @baggepinnen! I'll use them in my package :) |
I would move the check for square matrix before eigenvalue computation. |
In a strict sense, the function |
Thanks for the comment! Is your proposed change to rename the implemented function to |
A pertinent discussion of this aspect is, for example, in the book of Kailath (1980), starting with page 95, where also the dual concepts observability and constructibility are discussed. See also the picture on page 100, which illustrates the equivalence of these notions in discrete case if A is nonsingular. I would suggest to keep the function |
See discussion in #865
@franckgaga