home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12353 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  1.2 KB

  1. Path: sparky!uunet!wupost!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!ames!purdue!news.cs.indiana.edu!umn.edu!bru!biomec_mac1.mayo.edu!user
  2. From: meglan@mayo.edu (Dwight Meglan)
  3. Newsgroups: comp.lang.c
  4. Subject: vector/matrix rpn-like calculator
  5. Message-ID: <meglan-140892163320@biomec_mac1.mayo.edu>
  6. Date: 14 Aug 92 21:41:08 GMT
  7. Sender: newsman@bmw.mayo.edu (/home/bmw/usenet)
  8. Followup-To: comp.lang.c
  9. Organization: Orthopedic Biomechanics/ Mayo Clinic
  10. Lines: 18
  11.  
  12. I am looking for c code for a rpn style calculator which supports
  13. vector and matrix calculations. I have looked with archie and found
  14. source to simple stack based calculators that operate on individual
  15. numbers- all similar to the example in K&R. 
  16.  
  17. I have a fair idea of how I want to do this but would like to look
  18. over other's efforts if possible. I am kind of using as a model how
  19. ASYST works- I have used for a while now and find its way of working
  20. vectors and matrices to be quite convenient.
  21.  
  22. If anyone can give me pointers on where to look for source code, it
  23. would be most helpful. 
  24.  
  25. Thanks, dwight
  26.  
  27. By the way, I did find a quaternion calculator that used lex/yacc but
  28. I don't really want to try to learn these if I can help it at this
  29. point in time.
  30.