Form Controllability Matrix
ctrb forms the controllability matrix.
ctrb
ctrb(A, B)
A
B
Returns the controllability matrix.
ctrb ctrb(a, b) returns the controllability matrix, [B AB A^2B ... A^(n-1)B]. If the Controllability matrix has full row rank, the system is controllable.
ctrb(a, b)
a1 <- rbind(c(0,0),c(1,-3)) b1 <- rbind(-2,0) ctrb(a1, b1)
obsv
Useful links