#%% import numpy as np # varient 3 Q=np.array([0.2, 0.1, 0.1, 0.15 ]).reshape(2,2) print(Q) ev, e = np.linalg.eig(Q) e[:,0] * -2