- #1
Pauly Man
- 129
- 0
Suppose I have a directed graph in Rn. Where the graph is a hypercube, (a square in R2, a cube in R3 etc).
Suppose I define an equilibrium point of a directed graph to be a vertex such that I can travel from any adjacent vertex along an edge to that vertex. What is the maximum number of equilibrium points of a directed hypercube in Rn?
As an example in R2:
(For some reason the graph isn't formatting properly, hopefully you can imagine that it is supposed to be a square).
The upper left corner is an equilibrium point for the directed hypercube.
I now wish to work out how to find the maximum number of equilibrium points possible in a directed hypercube in Rn. (Any ideas??)
Suppose I define an equilibrium point of a directed graph to be a vertex such that I can travel from any adjacent vertex along an edge to that vertex. What is the maximum number of equilibrium points of a directed hypercube in Rn?
As an example in R2:
Code:
*****<*****
* *
^ ^
* *
***** >*****
(For some reason the graph isn't formatting properly, hopefully you can imagine that it is supposed to be a square).
The upper left corner is an equilibrium point for the directed hypercube.
I now wish to work out how to find the maximum number of equilibrium points possible in a directed hypercube in Rn. (Any ideas??)
Last edited: