Second try:
(power {1, 2, 3}) = ? {{ }, {1}, {2}, {3}, {1,2}, {2,3}, {1,2,3}}
.
And I give you a little subject research: if a set x has n elements, how many elements are in (power x)?
How's this for a wild guess? I have a feeling that it's missing the accolades, but I have no idea where to put them.
(power {x}) = n(n-1) (n-2)...(n-x+1)
x!
Bruno
http://iridia.ulb.ac.be/~marchal/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Everything List" group.
To post to this group, send email to everything-list.domain.name.hidden
To unsubscribe from this group, send email to everything-list+unsubscribe.domain.name.hidden
For more options, visit this group at
http://groups.google.com/group/everything-list?hl=en
-~----------~----~----~----~------~----~------~--~---
Received on Wed Jul 08 2009 - 09:43:04 PDT