hanowa {gallery} | R Documentation |
Hanowa matrix
Description
Matrix whose eigenvalues lie on vertical plane in complex plane.
Returns a 2-by-2 block matrix with four n/2
by n/2
blocks. n
must be an even integer.
[d*eye(m) -diag(1:m),
diag(1:m) d*eye(m)]
Usage
hanowa(n, d = NULL)
Arguments
n |
order of matrix |
d |
value of main diagonal |
Value
Matrix whose eigenvalues lie on a vertical line in the complex plane.
[Package gallery version 1.0.0 Index]