Subject: Definition -- Big Omega
Author: Alex_Raj
In response to: Definition -- Big O
Posted on: 12/14/2013 09:33:00 PM
Function f(x) is bounded below (lower-bounded) by function g(x) asymptotically, namely,
if and only if there exists
a positive real number C and a real number x0 such that
|f(x)| >= C|g(x)| for all x>x0.
>
> On 12/14/2013 09:29:59 PM
Alex_Raj wrote:
Function f(x) is bounded above (upper-bounded) by function g(x) asymptotically, namely,
if and only if there exists a positive real number C and a real number x0 such that
|f(x)| <= C|g(x)| for all x>x0.
References: