Description Usage Arguments Value
Functions to create forms of tridiagonal matrix objects.
1 2 3 4 5 6 7 8 9 | triDiag(diagonal, upper, lower, nrow = length(diagonal), ncol = nrow)
triDiag2(diagonal, upper, lower, nrow = length(diagonal), ncol = nrow)
triDiag2S(diagonal, upper, lower, r = length(diagonal))
triDiag3(diagonal, upper, lower, nrow = length(diagonal), ncol = nrow)
triDiag3S(diagonal, upper, lower, r = length(diagonal))
|
diagonal, upper, lower |
Numeric data to store in these positions. |
nrow, ncol |
Number of rows and columns |
r |
size of square matrix |
Tridiagonal matrices, constructed by a variety of computations, as described in the book.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.