parsemini: Display Symbolic Representation of Determinant of pxp Matrix

Description Usage Arguments Value Author(s) Examples

View source: R/parsemini.r

Description

Produces symbolic (textual) representation of determinant of pxp matrix from previously defined determinant guide (minidetguide) for that matrix

Usage

1
parsemini(p, storage, symmetric, cols=1:p, verbose=TRUE)

Arguments

p

Size of matrix (pxp)

storage

Name of directory where detguide is stored

symmetric

Logical. T causes printing of determinant for symmetric matrix

cols

Column numbers of minidetguide to be calculated. Default (1:p) causes all to be calculated

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

1
parsemini(p=5, storage=tempdir(), symmetric=FALSE,cols=1:5, verbose=TRUE)

SymbolicDeterminants documentation built on Feb. 11, 2021, 1:05 a.m.