Skip to content

Commit ec62732

Browse files
authored
Merge pull request #76 from Laulo/patch-1
Update what_is_tnt.rst
2 parents 3e26a2d + 81659fa commit ec62732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/what_is_tnt.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ When connections are undirected, it means that both nodes share the connection.
3535
Adding a time dimension
3636
-----------------------
3737

38-
In the above formulation of networks :math:`A_{ij}` only has one edge. In a temporal network, a time-stamp is also included in the edge's tuple. Thus, binary edges are not expressed as 3-tuples (i,j,t) and weighted networks as 4 tuples (i,j,t,w). Connectivity matrices are now three dimensional: :math:`A_{ijt} = 1` in binary and :math:`A_{ijt} = w` in weighted networks.
38+
In the above formulation of networks :math:`A_{ij}` only has one edge. In a temporal network, a time-stamp is also included in the edge's tuple. Thus, binary edges are now expressed as 3-tuples (i,j,t) and weighted networks as 4 tuples (i,j,t,w). Connectivity matrices are now three dimensional: :math:`A_{ijt} = 1` in binary and :math:`A_{ijt} = w` in weighted networks.
3939

4040
The time indices are an ordered sequence. This ordering can now reveal information about what is occurring in the network through time.
4141

0 commit comments

Comments
 (0)