Skip to content

Commit

Permalink
Fix typo in "dicsrete"
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Mar 29, 2021
1 parent 92db3c6 commit 6d09dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/equations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ \section{Events and Synchronization}\label{events-and-synchronization}
above1 = noEvent(x1 > 1); // above1 is discrete-time variable
\end{lstlisting}
The when-condition error is a direct violation of the requirement that the when-condition must be discrete-time.
The error in the equation with \lstinline!above1! is only indirect; since \lstinline!above1! requires a dicsrete-time solution, it cannot be solved from this equation.
The error in the equation with \lstinline!above1! is only indirect; since \lstinline!above1! requires a discrete-time solution, it cannot be solved from this equation.
Consequently, this equation cannot be solved for any variable, a structural singularity condition that will be reported in tool-specific ways.
\end{example}

Expand Down

0 comments on commit 6d09dbd

Please sign in to comment.