Previous Program Introduction Next Program

Program Kron

Usage

Kron 'file1' 'file2' [-x]
file1: matrix_TYP.
file2: matrix_TYP.

Description

Calculates the Kronecker product of the matrices given in file1 with those of file2.

Options

-x   : Outputs every possible Kronecker product. If this option
       is not present, the Kronecker product of the i-th matrix
       of file1 with the i-th matrix of file2 is calculated.

Examples


Previous Program Introduction Next Program