Possible Duplicate:
How to look up a math symbol?
How can I the code for "big omega", NOT \omega which is little omega. I want the symbol that's used in big-O notation.
How can I the code for "big omega", NOT |
||||
| show 4 more comments |
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
It's quite easy: |
|||
|
|
|
Perhaps you are looking for something like this:
If you want the brackets to resize automatically you can use:
|
||||
|
|
|
Add
to your document (preamble) and then you can use
instead. |
|||
|
|
|
An up-front comment (not directly an answer, but I'll get to that soon): The Greek "little" o, or omicron (as opposed to the "big" o, i.e., omega), is identical in appearance -- in both its lowercase and uppercase versions -- to the Roman lowercase letters "o" and "O". Hence there are no TeX commands for $\omicron$ and $\Omicron$. To denote the asymptotic order of magnitudes "little-oh" and "big-Oh", respectively, I've frequently encountered $o$ and $O$ (i.e., using TeX's math-italics font) and -- for big-Oh only -- $\mathcal{O}$. Most math fonts (including Computer/Latin Modern) do not have lowercase mathcal letters, therefore one generally does not see $\mathcal{o}$ for "little-oh". Incidentally, the
Finally, I must confess that I have not yet seen the symbol $\Omega$ (uppercase-Omega) used in asymptotic "big-Oh" notation, but that may be just be a consequence of my lack of erudition. |
||||
\mathcal{O}and/or\Omega. – Werner Oct 7 '11 at 20:20\Omega(although that is the title). In the text he clearly indicates that he is looking for big-O notation. – Peter Grill Oct 7 '11 at 22:48