From cc7a05fa0e9a25dae12bc850d272d4077ca216b9 Mon Sep 17 00:00:00 2001 From: Jordi Date: Wed, 5 Apr 2023 13:37:08 +0200 Subject: [PATCH] aa --- Informationssicherheit/VL02/VL02.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Informationssicherheit/VL02/VL02.md diff --git a/Informationssicherheit/VL02/VL02.md b/Informationssicherheit/VL02/VL02.md new file mode 100644 index 0000000..8ff518e --- /dev/null +++ b/Informationssicherheit/VL02/VL02.md @@ -0,0 +1,17 @@ +# A4 +- Mathematische Definition + - 5+8n+13n^2 <= 5n^2 + 8n^2 + 13n^2 = 26n^2 +- Grenzwertbetrachtung + - lim n-> inf (5+8n+13n^2)/n^2 = lim n-> inf ((5/n^2)+(8/n)+13)/1 = 13 +- Methode der 7 Worte + - 5+8n+13n^2 + +# A5 +## a) +4+3+2+1 = 10 + +## b) +Sig 1..n-1 ((n-1)n)/2 + +## c) +O(n^2) \ No newline at end of file