mirror of
https://github.com/vale981/TUD_MATH_BA
synced 2025-03-05 17:41:41 -05:00
Added Mathematica-Befehle
-> neuer Counter @epsilonbelowzero
This commit is contained in:
parent
9f491dbc8c
commit
c5b769b78e
3 changed files with 30 additions and 1 deletions
|
@ -71,4 +71,16 @@ Sei $R$ Hauptidealring.
|
|||
\begin{align}
|
||||
\begin{pmatrix}0&1\\1&0\end{pmatrix},\begin{pmatrix}1&2 \\ 3&4\end{pmatrix},\begin{pmatrix}2&0&0 \\ 0&4&0 \\0&0&6\end{pmatrix}\notag
|
||||
\end{align}
|
||||
\end{example}
|
||||
\end{example}
|
||||
|
||||
\begin{mathematica}[\person{Smith}-Normalform]
|
||||
Elementarteiler lassen sich mit Mathematica bzw. WolframAlpha mit der Funktion
|
||||
\begin{align}
|
||||
\text{\texttt{SmithDecomposition[]}}\notag
|
||||
\end{align}
|
||||
die als einziges Argument eine Matrix braucht. Allerdings ist der Output unformatiert, mit folgenden Befehl sieht das deutlich besser aus:
|
||||
\begin{align}
|
||||
\text{\texttt{MatrixForm/@ (\{u,r,v\} = SmithDecomposition[])}}\notag
|
||||
\end{align}
|
||||
Der Output sind 3 Matrizen, wobei \texttt{u} für $S$, \texttt{v} für $T$ und \texttt{r} für das Ergebnis von $SAT$ steht.
|
||||
\end{mathematica}
|
Binary file not shown.
|
@ -219,6 +219,17 @@
|
|||
backgroundcolor=lightgrey,%
|
||||
]{*anmerkung}{Anmerkung}
|
||||
|
||||
\newmdtheoremenv[%
|
||||
style=boxedtheorem,%
|
||||
topline=false,%
|
||||
rightline=false,%
|
||||
leftline=false,
|
||||
bottomline=false,%
|
||||
innertopmargin=\topskip,%
|
||||
innerbottommargin=\topskip,%
|
||||
backgroundcolor=lightgrey,%
|
||||
]{mathematica}{Mathematica/WolframAlpha-Befehle}
|
||||
|
||||
%Hinweis-Theoremstyle and environment
|
||||
%To get rid of the parentheses, a new theorem style is neccessary (definition of nonumberbreak from ntheorem.sty)
|
||||
%to achieve the underlining, this needed to put in the theoremstyle definition
|
||||
|
@ -739,6 +750,12 @@
|
|||
\theoremlisttype{optname}
|
||||
\listtheorems{proposition,lemma}
|
||||
|
||||
\pagebreak
|
||||
\section{Liste der Mathematica/WolframAlpha-Befehle}
|
||||
\smiley{} für faule Mathematiker \smiley{} \\
|
||||
\theoremlisttype{allname}
|
||||
\listtheorems{mathematica}
|
||||
|
||||
%\printglossary[type=\acronymtype]
|
||||
|
||||
\printindex
|
||||
|
|
Loading…
Add table
Reference in a new issue