Can anyone help out this question....? Arrange the following functions in increasing order of growth rate. ie. if g(n) follows f(n) in your list, then f(n) is necessarily O(g(n)). a)2^2n b)2^n^2 c)n^2log(n) d)n e)n^2n
put n=10000 and see
i am confused by the last part
increasing order : d>a>b>c>e is this correct ?
some should be easy \(f(n)=n\) is first on the list
i think you have it right, but i would have written the inequalities the other way
hmm maybe i am wrong
looks like \(2^{x^2}\) grows faster than \(x^{2x}\)
http://www.wolframalpha.com/input/?i=limit+x+to+infinity+%282^%28x^2%29%29%2F%28x^%282x%29%29
can yu give me ur ans. i will work out n c to t :)
give ur ans in increasing order :)
i didn't do any work, i just checked with wolfram if \(\lim_{x\to\infty}\frac{2^{x^2}}{x^{2x}}=\infty\) then \(2^{x^2}\) grows faster
here is another comparison http://www.wolframalpha.com/input/?i=limit+x+to+infinity+%282^%282x%29%29%2F%28x^%282log%28x%29%29%29
yup so thats what i mentioned ryt ? :)
a)2^2n b)2^n^2 c)n^2log(n) d)n e)n^2n least is d then looks like c from the last wolfram link
then my guess is a then e then b but i was cheating and going fast check each gotta run
okay :)
yu were correct dude :)
Join our real-time social learning platform and learn together with your friends!