You are not logged in.
Pages: 1
Hi
I have the following statement
2^(⌊lg n⌋+⌈lg n⌉)∕n ∈ Θ(n)
I need to prove it. The first thing that I am going to do is to expand the exponential .. someone gave me a hint about expanding the exponential but I didn't understand it.
Can someone explain that to me plz ?
Thanks
Offline
Hi NumOne;
Mind if I see the hint?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
n1*n2/n, where n1<=n<=n2, 2*n1>n and n*2>n2
Located on StackOverFlow.com
How to Prove Asymptotic Notations
It's complicated !!
Offline
Hi NumOne;
I am there now and I do not understand it either. I am sorry about that.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I'm assuming lg means the base 2 logarithm.
Wrap it in bacon
Offline
Pages: 1