NonEmptyPowerSet - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Hypergraphs[ExampleHypergraphs]

  

NonEmptyPowerSet

  

Return the power set of given order

 

Calling Sequence

Parameters

Description

Examples

References

Compatibility

Calling Sequence

NonEmptyPowerSet(S)

Parameters

S

-

set

Description

• 

The command NonEmptyPowerSet(S) returns the hypergraph with the set S as vertex set and  with all non-empty subsets of S as hyperedges.

Examples

Consider the following power set hypergraph.

(1)

Draw a graphical representation of this hypergraph.

Compute its minimal hyperedges.

(2)

Compute its maximal hyperedges.

(3)

Consider this other power set hypergraph.

(4)

Draw a graphical representation of this hypergraph.

Compute its minimal hyperedges.

(5)

Compute its maximal hyperedges.

(6)

References

  

Claude Berge. Hypergraphes. Combinatoires des ensembles finis. 1987,  Paris, Gauthier-Villars, translated to English.

  

Claude Berge. Hypergraphs. Combinatorics of Finite Sets.  1989, Amsterdam, North-Holland Mathematical Library, Elsevier, translated from French.

  

Charles Leiserson, Liyun Li, Marc Moreno Maza and Yuzhen Xie " Parallel computation of the minimal elements of a poset." Proceedings of the 4th International Workshop on Parallel Symbolic Computation (PASCO) 2010: 53-62, ACM.

Compatibility

• 

The Hypergraphs[ExampleHypergraphs][NonEmptyPowerSet] command was introduced in Maple 2024.

• 

For more information on Maple 2024 changes, see Updates in Maple 2024.

See Also

Hypergraphs[ExampleHypergraphs]

Hypergraphs[Max]

Hypergraphs[Min]

 


Download Help Document