Next: mathhelp() Up: Mathematical Macros Help File Previous: invertseries()   Contents

kronecker()

Usage:
kronecker(A,B), A, B REAL matrices with no MISSING values



Keywords: matrices
C <- kronecker(A, B), where A and B are REAL matrices with no missing
values, computes the Kronecker product of A and B.

C is a nrows(A)*nrows(B) by ncols(A)*ncols(B) made of nrows(a)*ncols(a)
blocks of the form a[i,j]*B.

See also topic 'matrices'.


Gary Oehlert 2003-01-15