Skip to main content

Scade One standard libraries 2025 R2

KroneckerProd

Last update: 16.07.2025

Kronecker product of two matrices.

The resulting matrix is defined by block by:

Each element of the output matrix is defined by: (where / and % are respectively the quotient and remainder of the integer division)

Interface

Name Kind Type Comment
N P N/A Number of columns in first matrix
M P N/A Number of rows in first matrix
P P N/A Number of columns in second matrix
Q P N/A Number of rows in second matrix
A I numeric^N^M First input matrix
B I numeric^P^Q Second input matrix
C O numeric^(Q*N)^(P*M) Output matrix

Parent topic:Matrix

Connect with Ansys