You are not logged in.
Pages: 1
Thank you very much. That was very helpful.
Appreciate it.
Actually, I got what I want but I got another problem which is :
I want to simplify the following equation:
(because I am not allowed to post any link, I'll give you the link without http)
img201.imageshack.us/img201/9801/codecogseqnh.gif
to be this equation:
(3/8)n^2
or
(3/8)n^2 - (.................) << anything else in the blank
I hope you get what I need
Thanks
How can I sum the following sequence:
∑ k∈{⌊n∕2⌋ n-1}k = ⌊n∕2⌋ + ⌊n+1∕2⌋ + ⌊n+2∕2⌋ + ...... + (n-1)
(In another form)
n-1
∑ k = ⌊n∕2⌋ + ⌊n+1∕2⌋ + ⌊n+2∕2⌋ + ...... + (n-1)
⌊n∕2⌋
What I think is discard the floor and sum what inside each floor !! This is just a guess.
Give me any hint or general formula that helps me to sum them
Thanks
No, it is :
(2a/n)(1/2 ......)
for clarifying the question
2a/n (1/2n^2 log n - 1/8 n^2) + Θ(n)
= ???
= ???
= ???
= ???
= a n log n - (an/4 - Θ(n))
What are the steps between both of them ?
Hi
I have the following equation:
2a/n (1/2n^2 log n - 1/8 n^2) + Θ(n)
What are the steps that I can do to let the previous equation be the following:
a n log n - (an/4 - Θ(n))
Thanks
Hi
I need to prove the following statements:
1) for any a>1, and any b, a^n ∈ ω(n^b).
We have to prove f(n) > C.g(n) for all C>0, n0>0 and n>=n0
a^n > C . n^b
Since a > 1 , I think a >= n and a > b
which assures that the left hand side will be always greater than the right hand side.
Is that right ?
2) We have f(n)= n^2 and g(n)=42.
Is f(n) ∈ O (g(n)) or f(n) ∈ Ω(g(n)) ?
What I think is f(n) ∈ Ω(g(n))
n^2 >= C.g(n)
n must be >= 7 and C = 1
Is this prove right or not ?
Thanks
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 !!
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
Pages: 1