Table of Contents

UnitarySimplify


Description

Examples

Simplify product of SU(N) matrices:

defineMatrices 'T_A', Matrix2.matrix
println UnitarySimplify[[Matrix: 'T_A']] >> 'T_A*T^A'.t
    > (1/2)*(N**2-1)*N**(-1)
println UnitarySimplify[[Matrix: 'T_A']] >> 'T_A*T_B*T^A'.t
    > -(1/2)*N**(-1)*T_{B}

See also