Previous Program Introduction Next Program

Program Conj

Usage

Conj 'file1' 'file2' [-x]
file1: matrix_TYP containing matrices Ai
file2: matrix_TYP containing matrices Bj

Description

Conjugates the i-th matrix of file1 with the i-th matrix of file2, i.e. performs products of the form Bi * Ai * Bi-1.

Options

-x:    Conjugates all matrices of file1 with all matrices
       of file2, i.e. performs all products of the for B_j * A_i * B_j^-1.

Examples


Previous Program Introduction Next Program