Random Graphs in Time and 3D Space
summary:
Some 6000 nodes were generated, and if close enough in both time and space, were linked together. There is no pattern here, and none was expected.
description:
A random graph in spacetime looks both random and transient. It might be interesting to know how many of these short paths have branches. For this initial sketch, I did not provide a means of tracking the more complicated graphs.
command:
q_graph -dir networks -out random_3d_6000 -box 1.2 -command "generate_random_network -nodes 6000"
equation:
Link nodes if dt < 0.05 and |dx|+|dy|+|dz| < 0.15



