power of transition matrix 本质就是递归吧
来源:
run2022
于
2025-01-04 19:38:48
[
旧帖
] [
给我悄悄话
] 本文已被阅读:次
final_state = init_state * p^n
p^n = p^(n-1) * p