parsedetguide {SymbolicDeterminants} | R Documentation |
Display Symbolic Representation of Determinant of pxp Matrix
Description
Produces symbolic (textual) representation of determinant of pxp matrix from previously defined determinant guide (detguide) for that matrix
Usage
parsedetguide(p, storage,
browser="C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe",
symmetric=FALSE, verbose=TRUE)
Arguments
p |
Size of matrix (pxp) |
storage |
Name of directory where detguide is stored |
browser |
Name of program to be used as HTML browser |
symmetric |
Logical. T causes printing of determinant for symmetric matrix |
verbose |
Logical. TRUE causes printing of function ID before and after running |
Value
Returns symbolic representation to screen and to existing external storage.
Author(s)
William R. Fairweather
Examples
## Not run: parsedetguide(p=5, storage=tempdir(),
browser="C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe",
symmetric=FALSE,verbose=TRUE)
## End(Not run)
[Package SymbolicDeterminants version 2.0.0 Index]