Question: The Order Term Function simplification O(x^n)/x^(n-1) = O(x^{n-1})

Hello colleagues,

I would like to get a suggestion on how to utilize an existing `simplify` function or to define an operator, which allows the following simplification:

O(x^n)/x = O(x^(n - 1))

— Alexander

Please Wait...