cycol | R Documentation |
A
whose columns repeat cyclicallyReturns an n
-by-n
matrix with cyclically repeating columns
where one cycle consists of the columns defined by randn(n,k)
. Thus, the
rank of matrix A
cannot exceed k
, and k
must be scalar.
cycol(n, k, m = NULL)
n |
number of columns of matrix |
k |
upper limit of rank |
m |
number of rows of matrix |
Matrix whose columns repeat cyclically
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.