aboutsummaryrefslogtreecommitdiff
path: root/sem1/BfCI/husk.txt
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-02-11 12:24:56 +0100
committerJulian T <julian@jtle.dk>2020-02-11 12:24:56 +0100
commit6db1a2cdd3b96731f2e092d55d8c2136eabc52d0 (patch)
tree2be8fae8ce82d708ed9f00f376dda14420850e80 /sem1/BfCI/husk.txt
parent57305119e05559c1c37e903aef89cd43f44c42c9 (diff)
Rename and cleanup
Diffstat (limited to 'sem1/BfCI/husk.txt')
-rw-r--r--sem1/BfCI/husk.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/sem1/BfCI/husk.txt b/sem1/BfCI/husk.txt
deleted file mode 100644
index e5a7b96..0000000
--- a/sem1/BfCI/husk.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-log(log(x^4)) = log(log(x))
-
-Husk at 4 flytter sig uden for log(x).
-
-
-x^2-1 = (x-1)(x+1)
-
-lim(to inf) f(x) over g(x) = {
- 0 -> f is O(g)
- const -> f(x) = THETA(g(x))
- INF -> f is OMEGA(g)
-}