fix error in la3 and update lectures

This commit is contained in:
2020-05-19 11:50:46 +02:00
parent fa985907a0
commit a822783306
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -143,8 +143,8 @@
}% }%
% integral d sign % integral d sign
\makeatletter \renewcommand\d[1]{\ensuremath{% \makeatletter \renewcommand\d[2][]{\ensuremath{%
\;\mathrm{d}#1\@ifnextchar\d{\!}{}}} \,\mathrm{d}^{#1}#2\@ifnextchar^{}{\@ifnextchar\d{}{\,}}}}
\makeatother \makeatother
% contradiction % contradiction
Binary file not shown.
+4 -4
View File
@@ -251,16 +251,16 @@
\colops \colops
\add[-(-3 + t)]{1}{2} \add[-(-3 + t)]{1}{2}
\rowops \rowops
\add[t+t-t^2]{1}{2} \add[1+t-t^2]{1}{2}
\end{gmatrix} \\ \end{gmatrix} \\
&\rightsquigarrow &\rightsquigarrow
\begin{gmatrix}[p] 1 & 0 & 0 \\ \begin{gmatrix}[p] 1 & 0 & 0 \\
0 & 1 & 0 \\ 0 & 1 & 0 \\
0 & 0 & 8 + t - 4t^2 + t^3 0 & 0 & 2 - 5t + 4t^2 - t^3
\end{gmatrix} \end{gmatrix}
.\end{align*} .\end{align*}
Damit folgen die Elementarteiler $1$, $1$ und $8 + t - 4t^2 + t^3$. Für die Fittingideale gilt Damit folgen die Elementarteiler $1$, $1$ und $2 - 5t + 4t^2 - t^3$. Für die Fittingideale gilt
$\text{Fit}_1(B) = (1)$, $\text{Fit}_2(B) = (1)$ und $\text{Fit}_3(B) = (8 + t - 4t^2 + t^{3})$. $\text{Fit}_1(B) = (1)$, $\text{Fit}_2(B) = (1)$ und $\text{Fit}_3(B) = (2 - 5t + 4t^2 - t^{3})$.
\end{enumerate} \end{enumerate}
\end{aufgabe} \end{aufgabe}