polyadic/suffix.m

From Spinach Documentation Wiki
Revision as of 12:12, 11 January 2019 by Admin (talk | contribs) (Created page with "{{DISPLAYTITLE:polyadic/suffix.m}} __NOTOC__ Adds suffix matrices to a polyadic. Anything the polyadic multiplies will first be multiplied by the suffix matrices. ==Syntax==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Adds suffix matrices to a polyadic. Anything the polyadic multiplies will first be multiplied by the suffix matrices.

Syntax

    p=suffix(p,a)

Arguments

    p   -   polyadic object

    a   -   suffix matrix

Outputs

    p   -   polyadic object

Notes

A suffix can be a polyadic itself.

See also

polyadic.m, polyadic/prefix.m, kronm.m, polyadic/mtimes.m


Version 2.3, authors: Ilya Kuprov