makefullmatrix {ResistorArray}R Documentation

Conductance matrix for a lattice of unit resistors

Description

Conductance matrix for a lattice of unit resistors

Usage

makefullmatrix(R, C)

Arguments

R Number of rows of nodes
C Number of columns of nodes

Details

Note that the array is toroidally connected. Determine pairwise resistances using function array.resistance().

Value

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

Author(s)

Robin K. S. Hankin

See Also

array.resistance

Examples

makefullmatrix(3,3)

[Package ResistorArray version 1.0-22 Index]