hypercube {ResistorArray} | R Documentation |
Returns the conductance matrix of an n-dimensional hypercube
hypercube(n)
n |
Integer giving the dimension of the hypercube |
The row and columnnames give the coordinates of each node (which are in binary order)
Returns a conductance matrix
In the case of a 3D cube, the nodes are in a different order from that
returned by cube()
(which uses Maple's scheme).
Robin K. S. Hankin
hypercube(4)