|
-
Oct 11th, 2002, 09:34 AM
#1
Thread Starter
Hyperactive Member
Big-O computation
could anyone help me in the following question
Show that the function f(n) = 4n2 + 6n + 1 is O(n2) by finding the suitable values of c and n0
-
Oct 11th, 2002, 10:02 AM
#2
Addicted Member
-
Oct 11th, 2002, 11:14 AM
#3
Thread Starter
Hyperactive Member
thanks HairyDave for the site u gave me
it seems to be helpful but I couldn't get help
-
Oct 12th, 2002, 01:14 PM
#4
New Member
When using Big O notation, constants are eliminated, and as N get high N^2 becomes much more signifigant than just N...
For my prof all I would have to write is:
f(n) = 4n2 + 6n + 1
O(kn^2 + bn)
because as n becomes larger bn becomes more insignifigant
O(n^2)
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
|