Re: Subsets
- To: mathgroup at smc.vnet.net
- Subject: [mg5026] Re: [mg4962] Subsets
- From: Robert Pratt <rpratt at math.unc.edu>
- Date: Sat, 19 Oct 1996 16:40:31 -0400
- Sender: owner-wri-mathgroup at wolfram.com
In[1]:= Needs["DiscreteMath`Combinatorica`"] In[2]:= ?Subsets Subsets[l] returns all subsets of set l. Rob Pratt Department of Mathematics The University of North Carolina at Chapel Hill CB# 3250, 331 Phillips Hall Chapel Hill, NC 27599-3250 rpratt at math.unc.edu On Thu, 17 Oct 1996, Fabiana Costa Pereira wrote: > > I need to know if there is a function in Mathematica > that generates the set of all subsets of a list. > > > > > >