Difference between revisions of "Iseye.m"
(Add NOTOC to Spinach function page header) |
(Update function See also links and function index membership) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 6: | Line 6: | ||
verdict=iseye(M) | verdict=iseye(M) | ||
| − | == | + | ==Parameters== |
M - a numeric object | M - a numeric object | ||
| Line 18: | Line 18: | ||
==See also== | ==See also== | ||
| − | [[isnucleus.m]], [[isworkernode.m]] | + | [[isnucleus.m]], [[isworkernode.m]], [[banner.m]], [[cacheman.m]], [[compile_mex.m]], [[dipolar.m]], [[existentials.m]], [[exorcise.m]], [[forum.m]], [[hebrew.m]], [[patrol.m]], [[rearm.m]], [[report.m]], [[sniff.m]], [[summary.m]], [[symmetry.m]], [[tolerances.m]], [[wiki.m]], [[wipe_cache.m]], [[Kernel_utilities]] |
''Version 2.1, authors: [[Ilya Kuprov]]'' | ''Version 2.1, authors: [[Ilya Kuprov]]'' | ||
Latest revision as of 19:38, 6 June 2026
Returns true for unit matrices.
Syntax
verdict=iseye(M)
Parameters
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, banner.m, cacheman.m, compile_mex.m, dipolar.m, existentials.m, exorcise.m, forum.m, hebrew.m, patrol.m, rearm.m, report.m, sniff.m, summary.m, symmetry.m, tolerances.m, wiki.m, wipe_cache.m, Kernel_utilities
Version 2.1, authors: Ilya Kuprov