|
|
|
|
|
by gizmo686
2989 days ago
|
|
Mathamaticians also abuse big-O in a simmilar way. For instance we might say: sin(x) = x -x^3/6 + x^5/120 + O(x^7)
To indicate that the terms we did not write are in O(x^7). Also note that, in this case, we are actually looking at big-O as x->0. |
|
However, mathematicians do indeed use similar notation in this context, that is, little-o notation. It is in fact true that
sin(x) = x -x^3/6 + x^5/120 + o(x^5), x -> 0.