lunchtime edit geddit

This commit is contained in:
Your Name 2012-04-17 14:31:26 +01:00
parent 313b7f89de
commit aaf650ef3f

View File

@ -927,11 +927,23 @@ as a hierarchical diagram, see figure~\ref{fig:hd}.
We can represent the hierarchy in figure~\ref{fig:hd} algebraically, using the $\bowtie$ function We can represent the hierarchy in figure~\ref{fig:hd} algebraically, using the `$\bowtie$' function
definition nested thus: using the groups as intermediate stages:
\begin{eqnarray*}
G_1 = \{R,ADC\} \\
CMATV = \;\bowtie (G_1) \\
G_2 = \{CMATV, read\_4\_20\_input \} \\
RADC = \; \bowtie (G_2) \\
G_3 = \{ RADC, read\_4\_20\_input \} \\
R420I = \; \bowtie (G_3) \\
\end{eqnarray*}
or, a nested definition,
$$ \bowtie \Big( \bowtie \big( \bowtie(R,ADC), read\_4\_20\_input \big), read\_4\_20\_input \Big). $$ $$ \bowtie \Big( \bowtie \big( \bowtie(R,ADC), read\_4\_20\_input \big), read\_4\_20\_input \Big). $$
This nested structure means that we have multiple traceable This nested structure means that we have multiple traceable
stages of failure mode reasoning in our analysis. Traditional FMEA would have only one stage stages of failure mode reasoning in our analysis. Traditional FMEA would have only one stage
of reasoning for each component failure mode. of reasoning for each component failure mode.