Merge branch 'master' of dev:/home/robin/git/thesis

Conflicts:
	submission_thesis/Makefile
This commit is contained in:
Robin P. Clark 2012-04-24 18:46:45 +01:00
commit 61e7eb800b
7 changed files with 31 additions and 53 deletions

View File

@ -6,9 +6,9 @@ PNG = fmmdh.png ct1.png hd.png ftcontext.png
all: ${PNG} all: ${PNG}
pdflatex software_fmea pdflatex software_fmmd
pdflatex software_fmea pdflatex software_fmmd
acroread software_fmea.pdf acroread software_fmmd.pdf
bib: bib:
bibtex software_fmea bibtex software_fmmd

View File

@ -930,12 +930,12 @@ 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
using the groups as intermediate stages: using the groups as intermediate stages:
\begin{eqnarray*} \begin{eqnarray*}
G_1 = \{R,ADC\} \\ G_1 &=& \{R,ADC\} \\
CMATV = \;\bowtie (G_1) \\ CMATV &=& \;\bowtie (G_1) \\
G_2 = \{CMATV, read\_ADC \} \\ G_2 &=& \{CMATV, read\_ADC \} \\
RADC = \; \bowtie (G_2) \\ RADC &=& \; \bowtie (G_2) \\
G_3 = \{ RADC, read\_4\_20\_input \} \\ G_3 &=& \{ RADC, read\_4\_20\_input \} \\
R420I = \; \bowtie (G_3) \\ R420I &=& \; \bowtie (G_3) \\
\end{eqnarray*} \end{eqnarray*}
or, a nested definition, 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). $$

View File

@ -930,12 +930,12 @@ 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
using the groups as intermediate stages: using the groups as intermediate stages:
\begin{eqnarray*} \begin{eqnarray*}
G_1 = \{R,ADC\} \\ G_1 &=& \{R,ADC\} \\
CMATV = \;\bowtie (G_1) \\ CMATV &=& \;\bowtie (G_1) \\
G_2 = \{CMATV, read\_ADC \} \\ G_2 &=& \{CMATV, read\_ADC \} \\
RADC = \; \bowtie (G_2) \\ RADC &=& \; \bowtie (G_2) \\
G_3 = \{ RADC, read\_4\_20\_input \} \\ G_3 &=& \{ RADC, read\_4\_20\_input \} \\
R420I = \; \bowtie (G_3) \\ R420I &=& \; \bowtie (G_3) \\
\end{eqnarray*} \end{eqnarray*}
or, a nested definition, 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). $$

View File

@ -3346,12 +3346,12 @@ as a hierarchical diagram, see figure~\ref{fig:hd}.
We can represent the hierarchy in figure~\ref{fig:hd} algebraically, using the `$\derivec$' function We can represent the hierarchy in figure~\ref{fig:hd} algebraically, using the `$\derivec$' function
using the groups as intermediate stages: using the groups as intermediate stages:
\begin{eqnarray*} \begin{eqnarray*}
G_1 = \{R,ADC\} \\ G_1 &=& \{R,ADC\} \\
CMATV = \;\derivec (G_1) \\ CMATV &=& \;\derivec (G_1) \\
G_2 = \{CMATV, read\_ADC \} \\ G_2 &=& \{CMATV, read\_ADC \} \\
RADC = \; \derivec (G_2) \\ RADC &=& \; \derivec (G_2) \\
G_3 = \{ RADC, read\_4\_20\_input \} \\ G_3 &=& \{ RADC, read\_4\_20\_input \} \\
R420I = \; \derivec (G_3) \\ R420I &=& \; \derivec (G_3) \\
\end{eqnarray*} \end{eqnarray*}
or, a nested definition, or, a nested definition,
$$ \derivec \Big( \derivec \big( \derivec(R,ADC), read\_4\_20\_input \big), read\_4\_20\_input \Big). $$ $$ \derivec \Big( \derivec \big( \derivec(R,ADC), read\_4\_20\_input \big), read\_4\_20\_input \Big). $$

Binary file not shown.

Binary file not shown.

View File

@ -15,35 +15,13 @@ clean:
bib: bib:
bibtex thesis bibtex thesis
chapters_sub_make:
CH1: cd CH1_introduction; make copy
cd $@; make copy cd CH2_FMEA; make copy
cd CH3_FMEA_criticism; make copy
CH2: cd CH4_FMMD; make copy
ln -s CH2_FMEA/ CH2 cd CH5_Examples; make copy
cd $@; make copy cd CH6_Evaluation; make copy
cd CH7_Conculsion; make copy
CH3: cd CH8_finsh_appendixes; make copy
ln -s CH3_FMEA_criticism/ CH3
cd $@; make copy
CH4:
ln -s CH4_FMMD/ CH4
cd $@; make copy
CH5:
ln -s CH5_Examples/ CH5
cd $@; make copy
CH6:
ln -s CH6_Evaluation/ CH6
cd $@; make copy
CH7:
ln -s CH7_Conculsion/ CH7
cd $@; make copy
CH8:
ln -s CH8_finish_appendixes/ CH8
cd $@; make copy