M HYPE SPLASH
// news

What is an asymptotically nonnegative function?

By Abigail Rogers
$\begingroup$

I was reading up on the definition of theta- notation and came across this,

The definition of $\Theta(g(n))$ requires that every member $f(n) = \Theta(g(n))$ be asymptotically nonnegative, that is, that $f(n)$ be nonnegative whenever $n$ is sufficiently large.

I'm having a little difficulty understanding what this means.

$\endgroup$

1 Answer

$\begingroup$

It means that there is some positive $N$ such that for all $n > N$, we have $f(n) \geq 0$.

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy