powered by
Vector symmetrizing a T-product of vectors of the same dimension d. Produces the same results as SymMatr
SymIndx(x, d, n)
A vector with the symmetrized version of x of dimension d^n
the vector to be symmetrized of dimension d^n
size of the single vectors in the product
power of the T-product
Gy. Terdik, Multivariate statistical methods - going beyond the linear, Springer 2021.Section 1.3.1 Symmetrization, p.14. (1.29)
Other Matrices and commutators: EliminIndx(), EliminMatr(), QplicIndx(), QplicMatr(), SymMatr(), UnivMomCum()
EliminIndx()
EliminMatr()
QplicIndx()
QplicMatr()
SymMatr()
UnivMomCum()
a<-c(1,2) b<-c(2,3) c<-kronecker(kronecker(a,a),b) ## The symmetrized version of c is SymIndx(c,2,3)
Run the code above in your browser using DataLab