ResistorArray (version 1.0-32)

hypercube: Conductance matrix of a Boolean hypercube

Description

Returns the conductance matrix of an n-dimensional hypercube

Usage

hypercube(n)

Arguments

n

Integer giving the dimension of the hypercube

Value

Returns a conductance matrix

Details

The row and columnnames give the coordinates of each node (which are in binary order)

References

http://f2.org/maths/resnet/

See Also

cube

Examples

Run this code
# NOT RUN {
hypercube(4)

resistance(hypercube(5),1,32)  # cf exact answer of 8/15 
resistance(hypercube(5),1,2)   # cf exact answer of n <- 5; (2^n-1)/(n*2^(n-1))=31/80

# }

Run the code above in your browser using DataCamp Workspace