1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-07 03:46:25 +02:00

FGI2: 13.6.1 bearbeitet

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2015-01-23 10:54:59 +01:00
parent ae79e8be67
commit ef4ffd6e59

View File

@ -140,5 +140,17 @@
\setcounter{section}{5}
\section{} % 13.6
\subsection{}
Umformen von \(X\):
\begin{alignat*}{2}
X &=& (a + b) \cdot Y + c \cdot X \\
X &=& a \cdot Y + b \cdot Y + c \cdot X
\end{alignat*}
Umformen von \(Y\):
\begin{alignat*}{2}
Y &=& X \cdot d + e \\
Y &=& (a \cdot Y + b \cdot Y + c \cdot X) \cdot d + e
\end{alignat*}
\(Y\) lässt sich nicht in die notwendige Form überführen. Daher ist \(E\) keine geschützte rekursive Spezifikation.
\end{document}