Difference between revisions of "Iseye.m"

From Spinach Documentation Wiki
Jump to: navigation, search
m (Correct function page display title to iseye.m)
(Add NOTOC to Spinach function page header)
Line 1: Line 1:
{{DISPLAYTITLE:iseye.m}}
+
{{DISPLAYTITLE:iseye.m}} __NOTOC__
 
Returns true for unit matrices.
 
Returns true for unit matrices.
  

Revision as of 16:58, 5 June 2026

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

isnucleus.m, isworkernode.m

Version 2.1, authors: Ilya Kuprov