Integrating ODEs with deSolve

Install and load the package deSolve. Take a look at the first example of the documentation of ode().

Exercise 1: SIR model

The ODEs of the SIR model, \(\dot{\vec x} = f(\vec x)\), are given by: \[ \begin{align} \dot{S}(t) & = - r \cdot S(t) \cdot I(t), \\ \dot{I}(t) & = r \cdot S(t) \cdot I(t) - a \cdot I(t), \\ \dot{R}(t) & = a \cdot I(t), \end{align} \] where \(\mathbb{R} \ni t \mapsto S(t),I(t),R(t) \in \mathbb{R}\) and the parameters \((a, r) \in \mathbb{R}_{+}^2\) are positive.

Cathedral exercise

Close to the outside staircase leading to the top panorama platform there are seven huge figures. During the renovation around 1900 one of the figures was replaced by a figure of the Canon. What about this fact was so funny for a church representative from Konstanz when he visited the inauguration ceremony after the renovation?