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


tXiao95/gallery documentation built on Aug. 30, 2024, 6:14 a.m.