|
-
September 11th, 2009, 06:25 PM
#1
Tricky question that deals with big O notation and little o notation
Hi,
I have this question that seems trivial to me.
I need to find a function which is not o(1) but where f(2009) = 0 <---fyi this is a zero
using the fact that f(x) is a function such that f(x) = O(1) <---fyi this is big O notation
I was thinking the following:
f(x) = 2009/x
and make x equal to 0....but it doesn't satisfy for f(2009) part.
My intuition is that I need some sort of function that deals with the 2009 since the 2009 plays a part at the second part which somehow has to get 0 as an answer.
Anyway, thanks so much in advance for help.
Help is greatly appreciated,
coder752
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|