powered by
Produces symbolic (textual) representation of determinant of pxp matrix from previously defined determinant guide (minidetguide) for that matrix
parsemini(p, storage, symmetric, cols=1:p, verbose=TRUE)
Size of matrix (pxp)
Name of directory where detguide is stored
Logical. T causes printing of determinant for symmetric matrix
Column numbers of minidetguide to be calculated. Default (1:p) causes all to be calculated
Logical. TRUE causes printing of function ID before and after running
Returns symbolic representation to screen and to existing external storage.
# NOT RUN { parsemini(p=5, storage=tempdir(), symmetric=FALSE,cols=1:5, verbose=TRUE) # }
Run the code above in your browser using DataLab