comm.m
A simple shorthand for the commutator of two matrices.
Syntax
C=comm(A,B)
Parameters
A,B - square matrices
Outputs
C - a square matrix
See also
SU(2), SO(3), and other groups
Version 2.8, authors: Ilya Kuprov
A simple shorthand for the commutator of two matrices.
C=comm(A,B)
A,B - square matrices
C - a square matrix
SU(2), SO(3), and other groups
Version 2.8, authors: Ilya Kuprov