home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / hp48 / 6540 < prev    next >
Encoding:
Internet Message Format  |  1992-12-28  |  2.0 KB

  1. Path: sparky!uunet!nestroy.wu-wien.ac.at!exaib!bruhn
  2. From: bruhn@exaib (Peter Bruhn )
  3. Newsgroups: comp.sys.hp48
  4. Subject: beginner's questions
  5. Date: Mon, 28 Dec 92 11:04:37 MESZ
  6. Organization: WU-Wien
  7. Lines: 57
  8. Distribution: world
  9. Message-ID: <7255370768-317456@exaib>
  10. NNTP-Posting-Host: exaib.wu-wien.ac.at
  11.  
  12. I got my HP48SX two days ago and have already a number of
  13. questions. I hope that some kind soul will answer some of them.
  14.  
  15. 1. I would like to write some functions that are available in
  16.     all (sub)directories. But I really don't want to put these functions
  17.     into the HOME directory. Is there some way around?
  18.  
  19. 2. The HP48SX is able to calculate the probability that a CHI-2
  20.     random variable is greater than a given number (x). What I need
  21.     is the inverse of this function: given a probability,  calculate x.
  22.     The only solution I see is something like:
  23.  
  24.     << -> F P
  25.         <<
  26.             << F UTP UTPC P - >>
  27.             'UTP' 2 ROOT
  28.         >>
  29.     >>
  30.  
  31.     But this is really sloooow. Is there a better way?
  32.  
  33. 3. What does "HALT" in the status line mean?
  34.  
  35. 4. I intend to write some econometric tools, so my questions are:
  36.  
  37.     4a. Has someone already done so?
  38.  
  39.     4b. How good is the INV-function (I have to use it often in
  40.           econometrics)?  My manuals include an additional sheet
  41.           that advises me to use << DUP SIZE 1 GET IDN SWAP / >>
  42.           instead of INV if the dimension of the Matrix is greater
  43.           than 7. What do you think about it?
  44.  
  45.     4c. Are there programs available to facilitate matrix-algebra?
  46.  
  47. 5. Are there any OR tools available (LP, ILP, MILP, queing theory,...)?
  48.  
  49. 6. What do the following cards do in detail:
  50.  
  51.     Statistik ROM (SESCO)
  52.     Advanced math card (SRS Software)
  53.  
  54. 7. What do you think about the following books, are the worth buying:
  55.  
  56.     Mastering yout HP48
  57.     HP 48 insights
  58.     
  59. 8. Are the following books for the HP28S useful for HP48 programming:
  60.  
  61.     Probability and Statistics
  62.     Vectors and Matrices
  63.     Mathematical Applications
  64.  
  65. Thanks a lot
  66.  
  67. Peter (bruhn AT uxe.wu-wien.ac.at)
  68.  
  69.