home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / sci / math / symbolic / 2318 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.9 KB

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