comm.m

From Spinach Documentation Wiki
Revision as of 09:40, 25 July 2023 by Kuprov (talk | contribs) (Created page with "{{DISPLAYTITLE:comm.m}} __NOTOC__ A simple shorthand for the commutator of two matrices. ==Syntax== C=comm(A,B) ==Arguments== A,B - square matrices ==Outputs==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A simple shorthand for the commutator of two matrices.

Syntax

    C=comm(A,B)

Arguments

    A,B - square matrices

Outputs

    C   - a square matrix

See also

SU(2) infrastructure

SO(3) infrastructure

Kernel_utilities


Version 2.8, authors: Ilya Kuprov