Example: Using the Kronecker Function
Numeric Evaluation
1. Define a square matrix. This matrix represents an image.
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. |
3. Write out the matrices and observe the difference between them.
The order of the multiplication of the matrices results in two different matrices and two different images.
Symbolic Evaluation
1. Define two matrices.
2. Symbolically evaluate a new matrix using the
kronecker function.