summaryrefslogtreecommitdiff
path: root/ss2016/algodat/01/H1-2.md
blob: 7a50a2a875acd736c521e9cc2ce64f2fbabc32d0 (plain)
1
2
3
4
5
6
7
8
9
10
\begin{align*}
  L &= \lim_{n \to \infty} \frac{n \cdot 2^n}{n^n} \\
    &= \lim_{n \to \infty} \frac{2^{\log_2(n) + n}}{2^{\log_2(n) \cdot n}} \\
    &= \lim_{n \to \infty} 2^{n + \log_2(n) - \log_2(n) \cdot n} \\
  n + \log(n) - \log(n) \cdot n &\leq 2n - \log(n) \cdot n \\
    &= (2 - \log(n)) \cdot n \xrightarrow{n \to \infty} - \infty \\
  L &= 0
\end{align*}

$n \cdot 2^n$ und $n^n$ sind also sogar in der selben Komplexitätsklasse.