Im good at the Hamilton paths etc, but at the notations Im really weak so I need help.
Hear my thought first and correct me or propose a better solution.
After the ^ symbol is the exponent.Before is the base.
Is it correct or not that (n^a + n^b ) = Θ(n^ab ) : a,b both positive ints numbers. (dont know how to translate it )
My thought :
The symbol Θ tells me that :
Θ(g(n))={ f(n) : there are positive ints number c1,c2 and n0 for which
0<= c1g(n) <= f(n)<=c2g(n) for every n>=n0}
So that f(n) is between c1g(n) and c2g(n) ,after a point n0, in a graphic design.
So, whats left is to prove it. If I take a=1 and b=1, c1=1 and c2=4 and design the functions the f function goes between the other two.So its correct.
So other thoughts?

New Topic/Question
Reply



MultiQuote




|