Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/linearAlgebra-kcap.R
Create a commutation matrix.
1 | kcap(x)
|
x |
Integer. Dimension of the symmetric matrix. |
The commutation matrix K_{m} is the \frac{m ≤ft( m + 1 \right)}{2} \times m^2 matrix for a given m \times m symmetric matrix A where K_{m} \mathrm{vec} ≤ft( A \right) = \mathrm{vech} ≤ft( A^{\prime} \right) .
A matrix.
Ivan Jacob Agaloos Pesigan
Other Linear Algebra Functions:
dcap()
,
sym_of_vech()
,
vechnames()
,
vech()
1 | kcap(3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.