Commit 7f5a6aeb by Lenovo

传递闭包

parent ec700129
......@@ -133,7 +133,7 @@ where $Q$ is the matrix of transition probabilities between
\label{definitionN}
\end{equation}
where $I_{n-1}$ is the $(n-1)\times(n-1)$ identity matrix.
$N$ is a reachability matrix.
$N$ is a transitive closure, and a reachability relation.
From state $i$, it is possible to reach state $j$ in an
expected number of steps $N_{ij}$.
$N_{ij}=0$ means that state $i$ is not reachable to state $j$.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment