- #1
jamesriechel
- 8
- 0
Lepros said:If f(x) if big-theta of g(x), is it also always the case then that g(x) is big-theta of f(x)?
I'm brand new to this website, and couldn't figure out how to start a new thread, but I also have a question about Big Theta notation.
Is big-theta(x/y) = big-theta(x)/big-theta(y)?
I know big-o(x/y) = big-o(x)/big-o(y), but I don't know if big-omega(x/y) = big-omega(x)/big-omega(y).
I can attempt to prove the latter, but I was hoping somebody already knows.
Thanks!
-James