Skip to content

Commit

Permalink
Fix hybrid DAE discrete-time Real equation
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jun 12, 2020
1 parent 9d8f0dd commit 0edfe79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/dae.tex
Expand Up @@ -29,7 +29,7 @@ \chapter{Modelica DAE Representation}\doublelabel{modelica-dae-representation}
c:=f_{\mathrm{c}}(\mathit{relation}(v))\label{eq:crossing}
\end{equation}
\begin{equation}
\dot{m}:=f_m(v, c)
m := f_{\mathrm{m}}(v, c)
\end{equation}
\begin{equation}
0=f_x(v, c)\label{eq:dae}
Expand Down

0 comments on commit 0edfe79

Please sign in to comment.