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

DiagrammaticComputation

Guides

  • Diagrams

Tech Notes

  • Introduction to Diagrammatic Computation

Symbols

  • ColumnDiagram
  • DiagramComposition
  • DiagramDraw
  • DiagramDual
  • DiagramFlip
  • DiagramGraphics
  • DiagramGrid
  • Diagram
  • DiagramNetwork
  • DiagramProduct
  • DiagramReverse
  • DiagramSum
  • IdentityDiagram
  • PermutationDiagram
  • PortDual
  • Port
  • PortProduct
  • RowDiagram
  • ToDiagram
Wolfram`DiagrammaticComputation`
DiagramComposition
​
DiagramComposition[
d
1
,
d
2
,
d
3
,…]
represents a sequential composition of the diagrams
d
1
,
d
2
,
d
3
,
…
.
​
Examples  
(1)
Basic Examples  
(1)
Compose diagrams in sequence:
In[1]:=
DiagramComposition

Diagram
["A",b,a],
Diagram
["B",c,b]
Out[1]=
Use
Composition
and
RightComposition
constructor shortcuts:
In[2]:=
Diagram

Diagram
["A",b,a]@*
Diagram
["B",c,b]
Out[2]=
In[3]:=
Diagram

Diagram
["B",c,b]/*
Diagram
["A",b,a]
Out[3]=
SeeAlso
Diagram
 
▪
DiagramProduct
 
▪
DiagramNetwork
 
▪
Dot
 
▪
TensorContract
 
▪
Composition
RelatedGuides
▪
Diagrams
""

© 2025 Wolfram. All rights reserved.

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