predictor {SymbolicDeterminants} | R Documentation |
In order to anticipate the impact of p on calculation time and storage, some indication can be found from size.predictor( ).
predictor(p,verbose=TRUE)
p |
Size of matrix (pxp) |
verbose |
Logical. TRUE causes printing of function ID before and after running |
Provide full path in storage, using double backslashes. Example: storage="c:\determinants". If storage directory is in same folder as R Workspace, storage=".\name" is sufficient.
Summary of calculations in other functions of this package and their relationship to p, including the number of levels of positive terms and of negative terms, the number of elements of the matrix in each term of the determinant, and the number of lines of text required for the symbolic representation of the determinant.
William R. Fairweather
predictor(p=10,verbose=TRUE)