powered by
A commonly used measure of the overall controllability of a system defined by \(x_(t+1) = Ax_(t) + Bu_(t)\).
inv_average_control(A, B)
A \(n x n\) matrix.
A \(n x m\) matrix.
Trace of the inverse infinite time Gramian.
# NOT RUN { A = matrix(c(0,-3,-2,2,-2,1,-1,2,-1), 3,3) B = diag(3) inv_average_control(A, B) # }
Run the code above in your browser using DataLab