hanowa | R Documentation |
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)]
hanowa(n, d = NULL)
n |
order of matrix |
d |
value of main diagonal |
Matrix whose eigenvalues lie on a vertical line in the complex plane.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.