Text: Modern Control
Find the A and B matrices of the linear state equation when the states and inputs are defined as follows:
x = [r s p q]^T (transpose)
u = [u1 u2 u3 u4]^T
Here,
r dot = p
s dot = q
p dot = Rz [g3, -g2, 1/m*u1 - g]^T
q dot = Identity matrix^(-1) [u2, u3, u4]^T.
Please show how to solve it with details and clear steps. I would like to learn from you. Thank you for helping me.