Skip to content

Commit

Permalink
Don't use function name subscripts formatted as variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jun 12, 2020
1 parent 0edfe79 commit 670478f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chapters/dae.tex
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ \chapter{Modelica DAE Representation}\doublelabel{modelica-dae-representation}
obtained consisting of differential, algebraic and discrete equations of
the following form where ($v := \lbrack \dot{x}; x; y; t; m; \text{\lstinline!pre!}(m); p\rbrack$):
\begin{subequations}
\begin{equation}
c:=f_{\mathrm{c}}(\mathit{relation}(v))\label{eq:crossing}
\begin{equation}\label{eq:crossing}
c := f_{\mathrm{c}}(\mathit{relation}(v))
\end{equation}
\begin{equation}
m := f_{\mathrm{m}}(v, c)
\end{equation}
\begin{equation}
0=f_x(v, c)\label{eq:dae}
\begin{equation}\label{eq:dae}
0 = f_{\mathrm{x}}(v, c)
\end{equation}
\label{eq:hydrid-dae}
\end{subequations}
Expand Down

0 comments on commit 670478f

Please sign in to comment.