home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / archives / 3280 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  2.1 KB

  1. Path: sparky!uunet!sun-barr!ames!agate!agate!usenet
  2. From: strassen@iam.unibe.ch (Tyko Strassen)
  3. Newsgroups: comp.archives
  4. Subject: [sci.math.symbolic] MAPLE-package for plane algebraic curves available
  5. Followup-To: sci.math.symbolic,sci.math
  6. Date: 4 Sep 1992 07:52:43 GMT
  7. Organization: Dept. of Computer Science, University of Berne, Switzerland
  8. Lines: 52
  9. Approved: adam@soda.berkeley.edu
  10. Distribution: world
  11. Message-ID: <1874kbINN1vl@agate.berkeley.edu>
  12. References: <1992Sep3.194339.28988@aragorn.unibe.ch>
  13. Reply-To: schwendi@iam.unibe.ch
  14. NNTP-Posting-Host: soda.berkeley.edu
  15. X-Original-Newsgroups: sci.math.symbolic,sci.math
  16. X-Original-Date: Thu, 3 Sep 1992 19:43:39 GMT
  17.  
  18. Archive-name: auto/sci.math.symbolic/MAPLE-package-for-plane-algebraic-curves-available
  19.  
  20.  
  21. One of our students, Stefan Schwendimann, has written as his diploma work
  22. a MAPLE-package for algebraic curves in the affine and projective plane.
  23.  
  24. The package contains functions for: various transformations, multiple
  25. components, normal forms, analysis of singularities, multiplicities,
  26. tangents, polar, linear systems, intersections (-multiplicities), Hessian,
  27. inflections, explicit and implicit representations, curve plots.
  28.  
  29. Modern software engeneering and software development was a major part of the 
  30. whole project, including that the package is stable and well documented
  31. (e.g. MAPLE help files are available). Part of the package will be a
  32. future member of the MAPLE share library.
  33.  
  34.  
  35.  
  36. Everything (source code and documentation) is available via ftp:
  37.  
  38.         ftp-site: siam.unibe.ch     (130.92.66.11)
  39.         file: pub/AlgCurve.tar.Z
  40.  
  41.  
  42.  
  43. Greetings from Switzerland,
  44.  
  45.                          Tyko Strassen
  46.  
  47.  
  48. PS: Questions please to  <schwendi@iam.unibe.ch>
  49.  
  50.  
  51. ----------------------------------------------------------------------------
  52.  
  53. Example how to get and install the whole package (output is omitted):
  54.  
  55. $ ftp siam.unibe.ch
  56. Name (.....): ftp
  57. Password: (type here in your complete email-address)
  58. ftp> bin
  59. ftp> cd pub
  60. ftp> get AlgCurve.tar.Z
  61. ftp> bye
  62. $ uncompress AlgCurve.tar.Z
  63. $ tar -fx AlgCurve.tar
  64. $ cd AlgCurve
  65. $ more README
  66.  
  67.  
  68.  
  69.  
  70.