tukilala
March 30th, 2009, 02:50 PM
proofs the following claims (find appropriate c and n0):
1. 3*n^3 + 2*n^2 + n + 4 = O(n^3)
2. n^3 - 2*n^2 = OMEGA(n^3)
1. 3*n^3 + 2*n^2 + n + 4 = O(n^3)
2. n^3 - 2*n^2 = OMEGA(n^3)
|
Click to See Complete Forum and Search --> : Asymptotic Notation question tukilala March 30th, 2009, 02:50 PM proofs the following claims (find appropriate c and n0): 1. 3*n^3 + 2*n^2 + n + 4 = O(n^3) 2. n^3 - 2*n^2 = OMEGA(n^3) ProgramThis March 31st, 2009, 11:39 AM You first. :mad: Sorry, I'm not going to do your homework for you. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |