Functions > Vector and Matrix > Other Array Functions > Example: Using the Kronecker Function
Example: Using the Kronecker Function
Numeric Evaluation
1. Define a square matrix. This matrix represents an image.
Click to copy this expression
2. Use the kronecker function to create a new matrix and then call the function again with reversed order of arguments.
* 
Both matrices must be square matrices.
Click to copy this expression
Click to copy this expression
Click to copy this expression
3. Write out the matrices and observe the difference between them.
Click to copy this expression
Click to copy this expression
1.bmp
2.bmp
The order of the multiplication of the matrices results in two different matrices and two different images.
Symbolic Evaluation
1. Define two matrices.
Click to copy this expression
Click to copy this expression
2. Symbolically evaluate a new matrix using the kronecker function.
Click to copy this expression
Was this helpful?