import control import numpy as np import matplotlib.pyplot as plt Ts = 1 G1 = control.tf([60], [1,0.1]) G2 = control.tf([0.5, 3], [1, 5, 12]) G3 = control.tf([1], [1