hanowa: Hanowa matrix

View source: R/hanowa.R

hanowaR 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.


gallery documentation built on Sept. 26, 2024, 5:07 p.m.