Annotation of OpenXM/src/asir-doc/asir.1, Revision 1.1
1.1 ! takayama 1: .C $OpenXM$
! 2: .TH ASIR 1 "20 May 2001"
! 3: .SH NAME
! 4: asir \- A general computer algebra system
! 5: .SH SYNOPSIS
! 6: .B asir
! 7:
! 8: .SH DESCRIPTION
! 9: The system Risa/Asir is a general computer algebra system.
! 10: It performs
! 11: .TP
! 12: arithmetics in various rings and fields,
! 13: factorization, and Groebner basis computations.
! 14: .PP
! 15: It can call outer modules complient to the OpenXM protocols.
! 16: The asir user language is like C.
! 17:
! 18: .SH USE
! 19: .TP
! 20: .B quit;
! 21: quit asir
! 22: .TP
! 23: .B load("abc.rr");
! 24: Load the file "abc.rr".
! 25: .TP
! 26: .B help("fctr");
! 27: Show a help message for the function "fctr".
! 28: .TP
! 29:
! 30:
! 31: .SH MANUALS
! 32: An HTML documentation is available at
! 33: .TP
! 34: http://www.math.kobe-u.ac.jp/Asir/asir.html
! 35: .PP
! 36: and at
! 37: .TP
! 38: /usr/local/OpenXM/doc/asir
! 39: .PP
! 40:
! 41:
! 42: .SH FILES
! 43: .TP
! 44: .I asir
! 45: main executable,
! 46: .I ox_asir
! 47: asir server complient to the OpenXM protocol.
! 48: .I lib/asir
! 49: library files
! 50:
! 51: .SH PRIMARY FTP SITE
! 52: The most recent source distribution from Kobe University can be found at
! 53: .RS
! 54: .I http://www.math.kobe-u.ac.jp/Asir/asir.html
! 55: .RE
! 56:
! 57: As to the OpenXM protocols, see OpenXM home page,
! 58: .RS
! 59: .I http://www.math.sci.kobe-u.ac.jp/OpenXM
! 60: .RE
! 61: or
! 62: .RS
! 63: .I http://www.openxm.org/kan
! 64: .RE
! 65:
! 66:
! 67: .SH Mails
! 68: Questions, comments and bug reports should be sent to
! 69: .IR noro@math.kobe-u.ac.jp
! 70: Fixes are welcome too !
! 71:
! 72: .SH AUTHOR
! 73: Risa/Asir was originally developed at Fujitsu Research Laboratory.
! 74: This distribution (Kobe distribution) is patched and maintained by
! 75: OpenXM committers.
! 76:
! 77: .SH SEE ALSO
! 78: .IR sm1 (1),
! 79: .IR M2 (Macaulay 2) (1),
! 80: .IR maple (1),
! 81: .IR mathematica (1),
! 82: .IR openxm (1).
! 83:
! 84: .SH COPYING
! 85: Fujitsu Research Laboratory holds the copyright of Risa/Asir.
! 86: See the COPYRIGHT file in the source distribution.
! 87:
! 88:
! 89:
! 90:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>