is_circuit | R Documentation |
A circuit is a vector with minimal support by inclusion and coprime (non-zero) entries. This function checks whether each column of a matrix U is a circuit of the solution set for y = Ax
is_circuit(A, U)
A |
Configuration matrix with ncol(A) >= nrow(A) |
U |
A matrix with columns comprising some basis for the integer lattice kernel of A |
A logical vector of length ncol(U) indicating whether each column of U is a circuit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.