home *** CD-ROM | disk | FTP | other *** search
- 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
- From: meglan@mayo.edu (Dwight Meglan)
- Newsgroups: comp.lang.c
- Subject: vector/matrix rpn-like calculator
- Message-ID: <meglan-140892163320@biomec_mac1.mayo.edu>
- Date: 14 Aug 92 21:41:08 GMT
- Sender: newsman@bmw.mayo.edu (/home/bmw/usenet)
- Followup-To: comp.lang.c
- Organization: Orthopedic Biomechanics/ Mayo Clinic
- Lines: 18
-
- I am looking for c code for a rpn style calculator which supports
- vector and matrix calculations. I have looked with archie and found
- source to simple stack based calculators that operate on individual
- numbers- all similar to the example in K&R.
-
- I have a fair idea of how I want to do this but would like to look
- over other's efforts if possible. I am kind of using as a model how
- ASYST works- I have used for a while now and find its way of working
- vectors and matrices to be quite convenient.
-
- If anyone can give me pointers on where to look for source code, it
- would be most helpful.
-
- Thanks, dwight
-
- By the way, I did find a quaternion calculator that used lex/yacc but
- I don't really want to try to learn these if I can help it at this
- point in time.
-