extract_Q
ludics.main.extract_Q(transition_matrix)
Extracts the submatrix of transitions between transitive states
Parameters
transition_matrix: numpy.array - A square matrix of transition probabilities
Returns
- numpy.array - the square submatrix of transitions between transitive states