Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Test whether the binary relation defined by edges of a graph is transitive
A directed graph formed by tuples is transitive:
In[1]:= |
Out[1]= |
In[2]:= |
Out[2]= |
In[3]:= |
Out[3]= |
But the undirected graph formed by the same tuples is not:
In[4]:= |
Out[4]= |
In[5]:= |
Out[5]= |
The divisibility relation between integers is transitive since n|m implies m=kn for some integer k, so m|l implies n|l:
In[6]:= |
Out[6]= |
In[7]:= |
Out[7]= |
This work is licensed under a Creative Commons Attribution 4.0 International License