Hi,
if I have a equation like (just a random eq.) p_dot = S(omega)*p. where p = [x, y, z] is the original states, omega = [p, q, r] and S - skew symmetric.
How does the equation appear if i only want a system to have the state z? do I get z_dot = -q*x + p*y. Or is the symmetric not valid so I...