makefullmatrix         package:ResistorArray         R Documentation

_C_o_n_d_u_c_t_a_n_c_e _m_a_t_r_i_x _f_o_r _a _l_a_t_t_i_c_e _o_f _u_n_i_t _r_e_s_i_s_t_o_r_s

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

     Conductance matrix for a lattice of unit resistors

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

     makefullmatrix(R, C)

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

       R: Number of rows of nodes

       C: Number of columns of nodes

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

     Note that the array is toroidally connected.

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

     Returns matrix of size RC*RC.  Note that this matrix is singular.

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

     Robin K. S. Hankin

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

     makefullmatrix(3,3)

