home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / misc3 / scieqs13.doc < prev    next >
Text File  |  1989-09-19  |  2KB  |  34 lines

  1. SCIEQS (v1.3) by George Yee                       REGISTRATION ($6.00)
  2.  
  3. Update
  4.  
  5. (Abstracted from the program documentation)...
  6.  
  7. Scientific Equation Solver (SCIEQS) acts as a sophisticated scientific
  8. calculator.  It can perform double precision floating point arithmetic
  9. using  an assignment  statement syntax  similar to  BASIC or  FORTRAN.
  10. Variables may be assigned values in one statement and then used on the
  11. right-hand side of another statement.
  12.  
  13. Almost every  built-in function  found on  scientific calculators  has
  14. been  included: trigonometric,  hyperbolic, exponential,  logarithmic,
  15. factorial, and  square/cube root  functions.  Even  advanced functions
  16. such as erf(x)  and gamma(x) have been included.  You  can also define
  17. your own functions with any number of arguments.
  18.  
  19. There is also an equation solver built into the program.  This feature
  20. allows the program to solve for any variable in a given equation.
  21.                              - - -
  22. SCIEQS also supports numerical integration (also known as quadrature).
  23. This feature allows the program to  approximate the values of definite
  24. integrals.
  25.                              - - -
  26. The program  reads its input  from the  standard input and  writes its
  27. output to  the standard  output so  you may  use the  data redirection
  28. symbols >, >>, <, and | from the MS-DOS command line.
  29.                              - - -
  30. SCIEQS is an  expression oriented language.  Expressions  typed by the
  31. user are interpreted, evaluated, and displayed immediately by SCIEQS.
  32.  
  33.  
  34.