acomm.m

From Spinach Documentation Wiki
Revision as of 15:13, 19 October 2022 by Kuprov (talk | contribs) (Created page with "{{DISPLAYTITLE:acomm.m}} __NOTOC__ A simple shorthand for the anticommutator of two matrices. ==Syntax== C=acomm(A,B) ==Arguments== A,B - square matrices ==Outp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A simple shorthand for the anticommutator of two matrices.

Syntax

    C=acomm(A,B)

Arguments

    A,B - square matrices

Outputs

    C   - a square matrix

See also

Numerical infrastructure


Version 2.7, authors: Ilya Kuprov