<t>say you have three nodes at the first time: A1, B1 and C1 which go over in the nodes A2, B2, and C2.Then define the transition probabilities of going from node A1->A2 as p(A1,A2).Say A1 is two-dimensional A1 = (x1,y1), A2 = (x2,y2), then p(A1,A2) = P[ (X2,Y2) = (x2,y2) | (X1,Y1) = (x1,y1) ] ('Biv...