lazyDet | R Documentation |
Compute the determinant of a lazy matrix.
lazyDet(M)
M |
a |
A lazy number (lazyVector
object with length 1).
M <- lazymat(toeplitz(c(3, 2, 1))) as.double(lazyDet(M))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.