Commit 6eaca6b4 by Lenovo

定理条件写反了

parent abfd66ae
......@@ -96,8 +96,8 @@ If the transition probabilities $Q$ between non-absorbing states satifies,
$\forall i,j \in S\setminus\{\text{T}\}$,
\begin{equation}
Q_{i,j}=\begin{cases}
0, & \text{if } i\leq j; \\
\geq 0, & \text{otherwise.}
\geq 0, & \text{if } i\leq j; \\
0, & \text{otherwise.}
\end{cases}
\label{condition}
\end{equation}
......
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