chow | R Documentation |
returns matrix A = H(alpha) + delta * EYE
, such that
H[i,j] = alpha^(i-j+1)
.
chow(n, alpha = 1, delta = 0)
n |
order of the matrix |
alpha |
defaults to 1 |
delta |
defaults to 0 |
Singular Toeplitz lower Hessenberg matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.