Difference between revisions of "Iseye.m"
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
Version 2.1, authors: Ilya Kuprov