Artifact d4101af05e717c07f4557dd5e3d62df95be6d2d78b9dcab66d579c62d9e4eb26:
- Executable file
r37/lisp/csl/html/r37_0598.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 707) [annotate] [blame] [check-ins using] [more...]
<A NAME=make_identity> <TITLE>make_identity</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>MAKE_IDENTITY</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> <P> <H3> syntax: </H3> <em>make_identity</em>(<square\_size>) <P> <P> <P> <square\_size> :- a positive integer. <P> <P> <em>make_identity</em>creates the identity matrix of dimension <square\_size>. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> make_identity(4); [1 0 0 0] [ ] [0 1 0 0] [ ] [0 0 1 0] [ ] [0 0 0 1] </TT></PRE><P>Related functions: <A HREF=r37_0586.html>diagonal</A>. <P> <P>