In an article about Metcalfe's law, I've read that $n(n-1)/2$ is asymptotically proportional to $n^2$.
What does this mean?
PS:
I did find asymptotically optimal but I'm not sure if they mean the same thing.
In an article about Metcalfe's law, I've read that $n(n-1)/2$ is asymptotically proportional to $n^2$.
What does this mean?
PS:
I did find asymptotically optimal but I'm not sure if they mean the same thing.
Proportional to $n^2$ when $n$ tends to infinity. In other words, the larger $n$, the closer the expression at hand is to $cn^2$, for some constant $c$.
In Landau's notation, $\dfrac {n(n-1)}2=\Theta(n^2)$.