power of transition matrix 本质就是递归吧

来源: 2025-01-04 19:38:48 [旧帖] [给我悄悄话] 本文已被阅读:

final_state = init_state * p^n
p^n = p^(n-1) * p