power of transition matrix 本质就是递归吧

回答: 我刚学了这个办法,有图解码?rapidestate2025-01-04 18:15:21

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

请您先登陆,再发跟帖!