mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[wpimath] Clean up rank notation in docs (NFC) (#5274)
This commit is contained in:
@@ -90,7 +90,7 @@ public final class StateSpaceUtil {
|
||||
* Returns true if (A, B) is a stabilizable pair.
|
||||
*
|
||||
* <p>(A, B) is stabilizable if and only if the uncontrollable eigenvalues of A, if any, have
|
||||
* absolute values less than one, where an eigenvalue is uncontrollable if rank(λI - A, B) %3C n
|
||||
* absolute values less than one, where an eigenvalue is uncontrollable if rank([λI - A, B]) %3C n
|
||||
* where n is the number of states.
|
||||
*
|
||||
* @param <States> Num representing the size of A.
|
||||
@@ -108,7 +108,7 @@ public final class StateSpaceUtil {
|
||||
* Returns true if (A, C) is a detectable pair.
|
||||
*
|
||||
* <p>(A, C) is detectable if and only if the unobservable eigenvalues of A, if any, have absolute
|
||||
* values less than one, where an eigenvalue is unobservable if rank(λI - A; C) %3C n where n is
|
||||
* values less than one, where an eigenvalue is unobservable if rank([λI - A; C]) %3C n where n is
|
||||
* the number of states.
|
||||
*
|
||||
* @param <States> Num representing the size of A.
|
||||
|
||||
Reference in New Issue
Block a user