home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / hp48 / 6297 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  965 b 

  1. From: akcs.joehorn@hpcvbbs.cv.hp.com (Joseph K. Horn)
  2. Date: Sun, 13 Dec 1992 12:40:04 GMT
  3. Subject: Re: Complex Matrix?
  4. Message-ID: <2b2b2d4d.2380.2comp.sys.hp48.1@hpcvbbs.cv.hp.com>
  5. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sdd.hp.com!hp-cv!hp-pcd!hpcvra!rnews!hpcvbbs!akcs.joehorn
  6. Newsgroups: comp.sys.hp48
  7. References: <9DEC199223481242@pavo.concordia.ca> <78020@hydra.gatech.EDU>
  8. Lines: 15
  9.  
  10. p_quinn@pavo.concordia.ca [QUINN, PAUL] writes:
  11.  
  12. > Does anyone know of a way to solve for simataneous complex equations
  13. > on the 48SX and/OR the 42S.
  14.  
  15. HP 48: Same method as simultaneous real equations:
  16.  
  17.        [ constants ]  [[ coefficients ]]  /  -->  [ solutions ]
  18.  
  19. HP 42: If MATA, MATB and MATX are not complex matrices, recall each to
  20.        the stack, press ENTER, COMPLEX to make it complex, and re-STO.
  21.        Then use the SIMQ function as usual, entering complex numbers
  22.        for each matrix element.  The MATX solutions will be complex.
  23.  
  24. -jkh-
  25.