Editing Asymptotic analysis

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 101: Line 101:
  
 
===Little O notation===
 
===Little O notation===
Whereas the big O notation <math>f(n) \in O(g(n))</math> expresses that <math>g</math> grows ''at least as quickly'' as <math>f</math> in an asymptotic, constant-factor-oblivious sense, little O notation, as in <math>f(n) \in o(g(n))</math>, expresses that <math>g</math> grows ''strictly more quickly'' than <math>f</math> in the limit of infinite <math>n</math>. It means that <math>\lim_{n\to\infty} \frac{f(n)}{g(n)} = 0</math>. This notation is not used very often in computer science (simply because it is rarely useful). Additionally, the limit based notation is not entirely equivalent to the big/little-Oh notation since the limit of the quotient might not exist in case of non-continuous functions such as the step function, etc...
+
Whereas the big O notation <math>f(n) \in O(g(n))</math> expresses that <math>g</math> grows ''at least as quickly'' as <math>f</math> in an asymptotic, constant-factor-oblivious sense, little O notation, as in <math>f(n) \in o(g(n))</math>, expresses that <math>g</math> grows ''strictly more quickly'' than <math>f</math> in the limit of infinite <math>n</math>. It means that <math>\lim_{n\to\infty} \frac{f(n)}{g(n)} = 0</math>. This notation is not used very often in computer science (simply because it is rarely useful).
  
 
===Little omega notation===
 
===Little omega notation===
Line 312: Line 312:
 
<references/>
 
<references/>
 
[[Category:Pages needing diagrams]]
 
[[Category:Pages needing diagrams]]
[[Category:Incomplete]]
 

Please note that all contributions to PEGWiki are considered to be released under the Attribution 3.0 Unported (see PEGWiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)