No. You have the ! in the wrong spot. It should be LOG (N!), not LOG
(N)!. The factorial function (operator) is defined only for integers.

Then, again, question 2 should be
2) What is relationship between    LOG(N!)   and   NLOGN?

Dave

On Oct 22, 2:31 pm, Allysson Costa <[EMAIL PROTECTED]> wrote:
> I have some doubts about summation notation
> ============================================================
> 1) Is there a formule like:
>
> SUM (LOG i)     i=1  to i=n
>
> is equivalent to
>
> LOG (N)!
>
> This formule is true?
> =============================================================
> 2) What is relationship between    LOG(N)!   and   NLOGN?
>
> =============================================================
> Thanks
>
> Allysson


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to