I have two tuples of NumPy arrays. One tuple is a permutation of the other:
t = (np.identity(2), np.identity(3),) s = (np.identity(3), np.identity(2),)