Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

Hypergraph

Guides

  • Hypergraph Functionality

Tech Notes

  • asd

Symbols

  • AdjacencyHypergraph
  • AdjacencyTensor
  • EnumerateHypergraphs
  • HighlightRule
  • HypergraphDraw
  • HypergraphIncidenceMatrix
  • Hypergraph
  • HypergraphRule
  • HyperMatrixGraph
  • HyperMatrix
  • IncidenceHypergraph
  • SimpleHypergraphPlot
WolframInstitute`Hypergraph`
Hypergraph
​
Hypergraph
[{
e
1
,
e
2
,…}]
yields a hypergraph with hyperedges
e
j
.
​
​
Hypergraph
[{
v
1
,
v
2
,…},{
e
1
,
e
2
,…}]
yields a graph with vertices
v
i
and edges
e
j
.
​
Examples  
(5)
Basic Examples  
(5)
Make a hypergraph from a list of edges:
In[1]:=
Hypergraph
[{{1},{1,2},{3,1},{1,2,3}}]
Out[1]=
Contents cannot be rendered at this time; please try again later
​
Make a hypergraph from a list of vertices and edges:
In[1]:=
Hypergraph
[{1,2,3,4},{{1,3},{3,2,1}},VertexLabels"Name"]
Out[1]=
Contents cannot be rendered at this time; please try again later
​
Label vertices and edges with style:
In[1]:=
Hypergraph
[{{3,1}"binary",{3,2,1},{1,2,4}"ternary"},​​VertexLabels"Name",VertexLabelStyle{232,_{FontSize16,FontColorBlue}},​​EdgeLabels{{3,2,1}"EdgeSymmetry",_"EdgeTag"},EdgeLabelStyle{{3,2,1}Directive[Blue,Italic],_Directive[Red,Bold]}]
Out[1]=
Contents cannot be rendered at this time; please try again later
​
Show edge arrows:
In[1]:=
Hypergraph
[{{3,1},{3,2,1},{1,2,4}},"EdgeArrows"True]
Out[1]=
Contents cannot be rendered at this time; please try again later
​
Go 3D:
In[1]:=
Hypergraph3D
[{{},{3,1},{3},{3,2,1},{1,2,4}}]
Out[1]=
Contents cannot be rendered at this time; please try again later
SeeAlso
HypergraphDraw
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com