master > master: Druckfehler bei octave/python Befehl in Fußnote
This commit is contained in:
parent
c89862d902
commit
06dc5ae6fe
BIN
docs/zusatz.pdf
BIN
docs/zusatz.pdf
Binary file not shown.
@ -1577,10 +1577,10 @@ gelten.
|
|||||||
In \textbf{octave}, \textbf{python}, \textit{etc.}
|
In \textbf{octave}, \textbf{python}, \textit{etc.}
|
||||||
benutzt man \texttt{\%} für Moduloberechnungen.
|
benutzt man \texttt{\%} für Moduloberechnungen.
|
||||||
In \textbf{octave} gibt man bspw.
|
In \textbf{octave} gibt man bspw.
|
||||||
{\ttfamily (A \* [2, 1, 0, 0, 0].\textquotesingle) \% 7}
|
{\ttfamily (A$\ast$[2, 1, 0, 0, 0].\textquotesingle)\%7}
|
||||||
ein
|
ein
|
||||||
und in \textbf{python} gibt man
|
und in \textbf{python} gibt man
|
||||||
{\ttfamily (np.matmul(A, [2, 1, 0, 0, 0]) \% 7}
|
{\ttfamily (np.matmul(A, [2, 1, 0, 0, 0])\%7}
|
||||||
ein (solange man konventionsgemäß numpy mittels \texttt{import numpy as np;} importiert).
|
ein (solange man konventionsgemäß numpy mittels \texttt{import numpy as np;} importiert).
|
||||||
}
|
}
|
||||||
Bei den o.\,s. Lösungen kommen
|
Bei den o.\,s. Lösungen kommen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user