clement | R Documentation |
Returns an n
-by-n
tridiagonal matrix with zeros on the
main diagonal. For k=0
, A
is nonsymmetric. For k=1, A
is
symmetric
clement(n, k = 0)
n |
order of matrix |
k |
0 indicates symmetric matrix, 1 asymmetric |
Clement tridiagonal matrix with zero diagonal entries
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.