1
$\begingroup$

I have the following (directed) graph:

A --> B

the transition is labled C. Is there symbol to denote the inverse of the (A,B) transtion?

  • 0
    I'm not aware of any standard notation, you can just invent one.2011-02-28

1 Answers 1

1

As Yuval mentioned there's no direct simple standard notation. But:

  • a directed graph is a relation, and this an be represented by a square adjacency matrix $A$, so the graph with all edges reversed has the transposed adjacency matrix $A^T$.

  • in category theory, for a given category $C$, the same objects and the reverse of all arrows as $C$ is called $C^{op}$.