TRAN,result, Op, C
calculates result = C(T)*Op*C. The strings result, C, and Op are the internal names of the matrices. If a backquote (`) is appended to C or Op the corresponding matrix is transposed before the operation. Thus,
TRAN,result, Op, C`
computes result = C*Op*C(T).