home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / ELMAT.DI$ / J.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  423 b   |  13 lines

  1. %J       Imaginary unit.
  2. %     The variables i and j both initially have the value sqrt(-1)
  3. %    for use in forming complex quantities.  For example, the
  4. %    expressions 3+2i, 3+2*i, 3+2i, 3+2*j and 3+2*sqrt(-1).
  5. %     all have the same value.  However, both i and j may be 
  6. %    assigned other values, often in FOR loops and as subscripts.
  7. %
  8. %     See also I.
  9. %    Built-in function.
  10. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  11.  
  12.  
  13.