mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 10:34:23 +00:00
[NumCS] Catch up to current state
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
% ┌ ┐
|
||||
% │ AUTHOR: Janis Hutz<info@janishutz.com> │
|
||||
% └ ┘
|
||||
|
||||
\subsection{Rundungsfehler}
|
||||
|
||||
\begin{definition}[]{Absoluter \& Relativer Fehler}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
% ┌ ┐
|
||||
% │ AUTHOR: Janis Hutz<info@janishutz.com> │
|
||||
% └ ┘
|
||||
|
||||
\newsection
|
||||
\subsection{Rechenaufwand}
|
||||
In NumCS wird die Anzahl elementarer Operationen wie Addition, Multiplikation, etc benutzt, um den Rechenaufwand zu beschreiben.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
% ┌ ┐
|
||||
% │ AUTHOR: Janis Hutz<info@janishutz.com> │
|
||||
% └ ┘
|
||||
|
||||
\newsection
|
||||
\subsection{Rechnen mit Matrizen}
|
||||
Wie in Lineare Algebra besprochen, ist das Resultat der Multiplikation einer Matrix $A \in \C^{m \times n}$ und einer Matrix $B \in \C^{n \times p}$ ist eine Matrix $AB = \in \C^{m \times p}$
|
||||
|
||||
Reference in New Issue
Block a user