Question

6. (15) Determine whether each statement is true or false. Justify your answers. (a) if f(n)...

6. (15) Determine whether each statement is true or false. Justify your answers.
(a) if f(n) = O(g(n)), then g(n) = O(f(n)).

(b) if f(n) = O(g(n)), then g(n) = Ω(f(n)).

(c) if f(n) = Θ(g(n)), then g(n) = Θ(f(n)).

0 0
Add a comment Improve this question Transcribed image text
Answer #1

a)False, this cannot be true because in BIg-oh notation The function inside the O() are asymptotically greater than the function that is present outside.So Both cannot be possible at the same time.

b) f(n) =O(g(n)) means the rate of growth of g(n) is larger than f(n) or g(n) is asymptotically has larger order than f(n).

And g(n)=omega(f(n)) means f(n) is smaller than g(n) so both have the same meaning.

So this is true.

c) In omega notation,the function inside omega() is asymptotically equal to the function present at outside i.e. both have same rate of growth so this can be written at either way.So this is True.

Add a comment
Know the answer?
Add Answer to:
6. (15) Determine whether each statement is true or false. Justify your answers. (a) if f(n)...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT