Rdocumentation
powered by
Learn R Programming
ResistorArray (version 1.0-7)
makefullmatrix: 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
Value
Returns matrix of size $RC\times RC$. Note that this matrix is singular.
Details
Note that the array is toroidally connected.
Examples
Run this code
makefullmatrix(
3
,
3
)
Run the code above in your browser using
DataLab