hypercube           package:ResistorArray           R Documentation

_C_o_n_d_u_c_t_a_n_c_e _m_a_t_r_i_x _o_f _a _h_y_p_e_r_c_u_b_e

_D_e_s_c_r_i_p_t_i_o_n:

     Returns the conductance matrix of an n-dimensional hypercube

_U_s_a_g_e:

     hypercube(n)

_A_r_g_u_m_e_n_t_s:

       n: Integer giving the dimension of the hypercube

_D_e_t_a_i_l_s:

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

_V_a_l_u_e:

     Returns a conductance matrix

_N_o_t_e:

     In the case of a 3D cube, the nodes are in a different order from
     that returned by 'cube()' (which uses Maple's scheme).

_A_u_t_h_o_r(_s):

     Robin K. S. Hankin

_S_e_e _A_l_s_o:

     'cube'

_E_x_a_m_p_l_e_s:

     hypercube(4)

