Skip to content

Commit

Permalink
Clarify pre for arrays
Browse files Browse the repository at this point in the history
Closes #2556
Note I also changed another part of pre for typographic reasons.
Currently I see:
y(tUnknown node type: sup)
In case mathjax isn't active (seems to be the case locally)
tpre looks weird, so t^-^ seems like the safest solution.
  • Loading branch information
HansOlsson committed Jun 10, 2020
1 parent 3ea5c47 commit d8aa3a3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions chapters/operatorsandexpressions.tex
Expand Up @@ -1158,10 +1158,12 @@ \subsection{Event-Related Operators with Function Syntax}\doublelabel{event-rela
positive number.\\ \hline

% pre
\lstinline!pre(y)! & Returns the \emph{left limit} $y(t\textsuperscript{pre})$ of
\lstinline!pre(y)! & Returns the \emph{left limit} $y(t^{-})$ of
variable $y(t)$ at a time instant $t$. At an event instant,
$y(t\textsuperscript{pre})$ is the value of y after the last event
iteration at time instant $t$ (see comment below). The \lstinline!pre()! operator can
$y(t^{-})$ is the value of y after the last event
iteration at time instant $t$ (see comment below).
Any subscripts in the component expression $y$ must be parameter expressions.
The \lstinline!pre()! operator can
be applied if the following three conditions are fulfilled
simultaneously: (a) variable $y$ is either a subtype of a simple type or
is a record component, (b) $y$ is a discrete-time expression (c) the
Expand Down

0 comments on commit d8aa3a3

Please sign in to comment.