Iseye.m

From Spinach Documentation Wiki
Revision as of 12:26, 25 April 2026 by Kuprov (talk | contribs) (Normalise sequential blank lines)
Jump to: navigation, search

Returns true for unit matrices.

Syntax

    verdict=iseye(M)

Arguments

    M   -  a numeric object

Outputs

    verdict - true for unit matrices

Notes

Multiple stages are used to try to decide the matter as cheaply as possible.

See also

issquare.m, isnucleus.m, isworkernode.m

Version 2.1, authors: Ilya Kuprov