miyamotoC {HadamardR}R Documentation

miyamotoC

Description

miyamotoC

Usage

miyamotoC(n)

Arguments

n

integer (order of the matrix)

Value

q matrix

References

Miyamoto, M. (1991). A Construction of Hadamard matrices. J. Math. Phy., 12, 311-320.

Examples

miyamotoC(20)
#      [,1] [,2] [,3] [,4] [,5]
#[1,]    0    1    1   -1   -1
#[2,]    1    0   -1   -1    1
#[3,]    1   -1    0    1   -1
#[4,]   -1   -1    1    0    1
#[5,]   -1    1   -1    1    0

[Package HadamardR version 1.0.0 Index]