Skip to content

Commit

Permalink
resolve label warnings for executablebooks/sphinx-exercise#36
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Oct 20, 2021
1 parent ddc6abd commit 7a41522
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ctmc_lectures/generators.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,13 @@ $$
$h \to 0$ in {eq}`devlim` is the right limit.)
```{prf:example}
:label: generators-prf-1
If $U_t = t V$ for some fixed $V \in \linop$, then it is easy to
see that $V$ is the derivative of $t \mapsto U_t$ at every $t \in \RR_+$.
```
```{prf:example}
:label: generators-prf-2
In {doc}`our discussion <kolmogorov_fwd>` of the Kolmogorov forward equation
when $S$ is finite, we introduced the derivative of a map $t
\mapsto P_t$, where each $P_t$ is a matrix on $S$.
Expand Down
2 changes: 1 addition & 1 deletion ctmc_lectures/kolmogorov_bwd.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ b = 10
The calculation was done by simulating independent draws and histogramming.
Try to generate the same figure using {eq}`psolq` instead, modifying code from
{ref}`our lecture <markov_prop>` on the Markov property.
{doc}`our lecture <markov_prop>` on the Markov property.
````
```{exercise}
Expand Down
1 change: 1 addition & 0 deletions ctmc_lectures/uc_mc_semigroups.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ The second last of these results is the Kolmogorov forward and backward equation
The last of these results shows that we can obtain the intensity matrix $Q$ by differentiating $P_t$ at $t=0$.
```{prf:example}
:label: uc-mc-semigroups-prf-1
Let us consider again the Poisson process $(N_t)$ with rate $\lambda > 0$
in light of the discussion above.
Expand Down

0 comments on commit 7a41522

Please sign in to comment.