Artifact dd0f7da8e61a38495a05a176ef23df6f54a890521ee0ecc6137f1499f673c6ff:
- Executable file
r37/lisp/csl/html/r37_0011.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: 961) [annotate] [blame] [check-ins using] [more...]
<A NAME=I> <TITLE>I</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>I</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>constant</B><P> <P> <P> <P> REDUCE knows <em>i</em> is the square root of -1, and that i^2 = -1. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> (a + b*i)*(c + d*i); A*C + A*D*I + B*C*I - B*D i**2; -1 </TT></PRE><P><em>i</em>cannot be used as an identifier. It is all right to use <em>i</em> as an index variable in a <em>for</em> loop, or as a local (<em>scalar</em>) variable inside a <em>begin...end</em> block, but it loses its definition as the square root of -1 inside the block in that case. <P> <P> Only the simplest properties of i are known by REDUCE unless the switch <A HREF=r37_0274.html>complex</A> is turned on, which implements full complex arithmetic in factoring, simplification, and functional values. <em>complex</em> is ordinarily off. <P> <P> <P>