home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / edcalc1a.zip / README.TXT < prev   
Text File  |  1997-01-05  |  3KB  |  67 lines

  1. Readme file for EditCalc version 0.1a (Freeware)  Jan-97
  2.  
  3. WHAT'S NEW SINCE Sep-95?
  4. Hardly anything. The important thing is that I've removed the expire date
  5. which should make at least one person in this universe happy.
  6.  
  7. DISCLAIMER:
  8. I allow you to use and distribute EditCalc.exe and the files listed below
  9. freely under the condition that I am in no way responsible for any damages
  10. or losses you may suffer as a result on copying, installing or using
  11. EditCalc.exe and its accompanying files.
  12.  
  13. WHAT DOES IT DO?
  14. EditCalc is build around an edit window in which you can enter mathematical
  15. expressions. An example is: 5*log(10+2).
  16.  
  17. To solve this simple expression keep your text cursor at the same line were
  18. you have the mathematical expression and click the tool bar button or
  19. select the menu option, or, if you've got good (brain)memory, use the
  20. accelerator keys. The result in any way will be: 5*log(10+2) =
  21. 5.39590623023812.
  22.  
  23. More complex operation can be used including integration and the solving of
  24. ordinary differential equations. However remember that the only allowed
  25. variables are x, y1, y2, ..., yn. Were x is the independent variable and
  26. y1, y2, ...yn are the dependent variables, were n is the number of
  27. equations under operation at the same time.
  28.  
  29. WHAT'S MIGHT BE IN STORE FOR THE FUTURE?
  30. At this point the mathematical routines are not especially sophisticated.
  31. Runge-Kutta (solving ODE), Secant method (Root find) and Simpsons formula
  32. (Integration) are methods found in any basic numerical book and in any
  33. basic course of numerical procedures. Perhaps the routines are old and new
  34. routines should be used? I welcome help from anyone in finding better
  35. routines in C/C++ that can be used freely and have minor changes effected
  36. in need be. However, what is much more important is correcting serious
  37. bugs. So please report, as soon as possible, any bugs you find and when
  38. they occur.
  39.  
  40. I can't promise that I will implement better routines and I can't even
  41. promise that I will correct serious bugs. It depends on a lot of factors,
  42. including the personal time I have available to work on this program
  43.  
  44.  
  45. FILES INCLUDED AND CREATED:
  46. EditCalc.exe  - The executable program.
  47. EC.hlp - Help file used by EditCalc.exe (it is required).
  48. EditCalc.ini - A file created the first time when the program terminates. Contains setup information.
  49. LastSess - A text file created when closing the program. It contains the text present in edit window.
  50. ReadMe.txt - This file
  51.  
  52. SYSTEM REQUIREMENTS:
  53. To be able to run this you need WARP OS/2 3.0 or later.
  54.  
  55. WHICH COMPILER HAS BEEN USED?
  56. I've written this in VisualAge C++ (IBM) using the included Open Class Library.
  57. Which should make the program rather portable. That might be of interest if
  58. I realease the source code.
  59.  
  60. BUG REPORTS, SUGGESTIONS AND OPINIONS:
  61. Please send any bug reports or suggestions to my E-mail account frank.carlssonk@stockholm.mail.telia.com.
  62. I'm also interested in what people think about this user interface. So tell me about it!
  63. It's also allowed to correct my poor English, especially in the help text.
  64.  
  65. I hope you find a use for this program!
  66. /Frank Carlsson
  67.