SquaredSquare         package:ResistorArray         R Documentation

_A _S_q_u_a_r_e_d _s_q_u_a_r_e

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

     A resistor network corresponding to a squared square

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

     data(SquaredSquare)

_F_o_r_m_a_t:

     Returns a conductance matrix

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

     The nodes are ordered so that the potentials are in increasing
     order.

_S_o_u_r_c_e:

     Bollobas 1998

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

     data(SquaredSquare)
     resistance(SquaredSquare,1,13) # should be 1

     circuit(L=SquaredSquare,currents=c(NA,rep(0,11),1),v=c(0,rep(NA,12)))$potentials
     # should be in increasing order

