aboutsummaryrefslogtreecommitdiff
path: root/sem3/BfCI/husk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sem3/BfCI/husk.txt')
-rw-r--r--sem3/BfCI/husk.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/sem3/BfCI/husk.txt b/sem3/BfCI/husk.txt
new file mode 100644
index 0000000..e5a7b96
--- /dev/null
+++ b/sem3/BfCI/husk.txt
@@ -0,0 +1,14 @@
+
+
+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)
+}