Description Usage Arguments Value Author(s) Examples
Compares the determinant calculated by multiplying eigenvalues of a matrix to that calculated by applying the symbolic representation created by this package.
1 | confirm.det(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 |
Determinant of x produced obtained by multiplying its eigenvalues and determinant of x obtained by applying the detguide defined by p
William R. Fairweather
1 | confirm.det(x=NULL, p=5,storage=tempdir(),verbose=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.