Difference between revisions of "Rocomm.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:rocomm.m}} __NOTOC__ Right-ordered nested commutator [[[[A{1},A{2}],A{3}],A{4}],...] built from the user-supplied matrices. ==Syntax== C=rocomm(A) ==Arg...")
 
(See also)
Line 15: Line 15:
  
 
==See also==
 
==See also==
[[Kernel_utilities#SU.282.29_infrastructure|SU(2) infrastructure]], [[Kernel_utilities#SO.283.29_infrastructure|SO(3) infrastructure]]
+
[[Kernel_utilities#SU.282.29.2C_SO.283.29.2C_and_other_groups|SU(2), SO(3), and other groups]]
  
  
''Version 2.6, authors: [[Ilya Kuprov]]''
+
''Version 2.8, authors: [[Ilya Kuprov]]''

Revision as of 09:55, 25 July 2023

Right-ordered nested commutator [[[[A{1},A{2}],A{3}],A{4}],...] built from the user-supplied matrices.

Syntax

    C=rocomm(A)

Arguments

    A   - a cell array of square matrices

Outputs

    C   - right-ordered nested commutator

See also

SU(2), SO(3), and other groups


Version 2.8, authors: Ilya Kuprov