View source: R/functions.linalg.R
det.tridiag | R Documentation |
Computes the determinant of a tridiagonal matrix using continuants three term relation.
det.tridiag(H)
H |
A tridiagonal matrix whose determinant is to be computed. No default value. |
H = tridiag(c(1,2,3), c(4,5,6), c(7,8,9)) det.tridiag(H)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.