home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0988.lha / DQua / DQua.doc < prev    next >
Text File  |  1994-04-05  |  2KB  |  70 lines

  1.                      DQua v1.00 documentation - OS2+
  2.                      
  3.         
  4. AboutThisDoc
  5.  
  6.         This documentation describes release 1.00 of the utility DQua. This 
  7.   Program is freely distributable. However copyright is retained by the author
  8.   and no more than a nominal fee may be charged for distribution (price of a 
  9.   fish disk).
  10.   
  11.   (* Legal stuff *)
  12.   In short, if any thing happens it's not my fault! You use this program at
  13.   your own risk. Nothing should happen though.
  14.   
  15.  
  16. Introduction
  17.  
  18.         DQua is a simple utility for obtaining the roots of quadratic equations
  19.   Any comments, suggestions or cash are always welcome at the following address
  20.   
  21.                            Lee Kindness
  22.                            8 Craigmarn Road
  23.                            Portlethen
  24.                            Aberdeen AB1 4QR
  25.                            SCOTLAND
  26.                            
  27.                  DQUA REQUIRES KICKSTART 2 (V36) OR GREATER
  28.                  
  29.                  
  30. Usage
  31.  
  32.         DQua is started by double-clicking its icon or typing DQua at the 
  33.   Shell prompt.
  34.   
  35.         All input to DQua is through the use of 3 string gadgets: a, b, and c.
  36.   Each gadget represents a value related to the general quadratic form:
  37.   
  38.                             ax + bx + c = 0  
  39.                             
  40.   All input to DQua must be in this form. So for example to solve the 
  41.   following equation, brackets must be multiplied out and the result rearranged.
  42.    
  43.                                 (t+1) + 2t = 8t
  44.                        =>  (t+1)*(t+1) + 2t = 8t
  45.  multiply out brackets =>  t + 2t + 1 + 2t = 8t
  46.              rearrange =>       t - 4t + 1 = 0
  47.                                 |    |    |
  48.                                 /    |    \
  49.                                /     |     \
  50.                            a = 1  b = -4  c = 1
  51.                            
  52.   Simply enter the values and hit the 'solve' gadget to solve.
  53.  
  54.  
  55. History
  56.  
  57.         DQua is written in HighSpeed Pascal on an Amiga A1200 120MBHD.
  58.   Source is included with this distribution.
  59.   
  60.    o v1.00 : 5.2.94
  61.            - initial release
  62.            - Future
  63.              - Results in read only listview?
  64.              - entering of formulae direct?
  65.              - ?
  66.              
  67.                  
  68.                  
  69.                            
  70.