confirm.minidet {SymbolicDeterminants} | R Documentation |
Compares the determinant calculated by multiplying eigenvalues of a matrix to that calculated by applying the symbolic representation created by this package
confirm.minidet(x=NULL, p, storage, verbose=TRUE)
x |
a user-defined matrix, or NULL |
p |
size of matrix (pxp) for which a detguide has been prepared |
storage |
Quoted name of directory from which to get detguide |
verbose |
Logical. T causes printing of function ID before and after running |
Determinantof x produced obtained by multiplying its eigenvalues and determinant of x obtained by applying the minidetguide defined by p
William R. Fairweather
confirm.minidet(x=NULL, p=5,storage=tempdir(),verbose=TRUE)