Skip to content

Commit

Permalink
Rewrite sequence of inequalities in a more compact and less confusing…
Browse files Browse the repository at this point in the history
… way
  • Loading branch information
henrikt-ma committed Jun 2, 2020
1 parent 97e9d1b commit 470724d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions chapters/stream.tex
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,8 @@ \section{Stream Operator inStream and Connection Equations}\doublelabel{stream-o
equation system identically (upto the usual numerical
accuracy), provided the absolute value of every flow variable in
the connection set is greater than a small value
($\abs{m_{1}\text{\lstinline!.c.m_flow!}} > \text{\lstinline!eps!}$ and
$\abs{m_{2}\text{\lstinline!.c.m_flow!}} > \text{\lstinline!eps!}$ and \ldots and
$\abs{c_{M}\text{\lstinline!.m_flow!}} > \text{\lstinline!eps!}$).
($\abs{m_{i}\text{\lstinline!.c.m_flow!}} > \text{\lstinline!eps!}$ for $1 \leq i \leq N$ and
$\abs{c_{i}\text{\lstinline!.m_flow!}} > \text{\lstinline!eps!}$ for $1 \leq i \leq M$).
\end{enumerate}

\begin{nonnormative}
Expand Down

0 comments on commit 470724d

Please sign in to comment.