[BACK]Return to asir.1 CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-doc

File: [local] / OpenXM / src / asir-doc / asir.1 (download)

Revision 1.1, Sun May 20 09:19:16 2001 UTC (22 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9

Asir man pages for unix.

.C $OpenXM: OpenXM/src/asir-doc/asir.1,v 1.1 2001/05/20 09:19:16 takayama Exp $
.TH ASIR 1 "20 May 2001"
.SH NAME
asir \-  A general computer algebra system 
.SH SYNOPSIS
.B asir

.SH DESCRIPTION
The system Risa/Asir is a general computer algebra system.
It performs 
.TP
arithmetics in various rings and fields,
factorization, and Groebner basis computations.
.PP
It can call outer modules complient to the OpenXM protocols.
The asir user language is like C.

.SH USE
.TP
.B quit;
quit asir
.TP
.B load("abc.rr");
Load the file "abc.rr".
.TP
.B help("fctr");
Show a help message for the function "fctr".
.TP


.SH MANUALS
An HTML documentation is available at
.TP
http://www.math.kobe-u.ac.jp/Asir/asir.html
.PP
and at 
.TP
/usr/local/OpenXM/doc/asir
.PP


.SH FILES
.TP
.I asir
main executable,
.I ox_asir
asir server complient to the OpenXM protocol.
.I lib/asir
library files

.SH PRIMARY FTP SITE
The most recent source distribution from Kobe University can be found at
.RS
.I http://www.math.kobe-u.ac.jp/Asir/asir.html
.RE

As to the OpenXM protocols, see OpenXM home page,
.RS
.I http://www.math.sci.kobe-u.ac.jp/OpenXM 
.RE
or
.RS
.I http://www.openxm.org/kan
.RE


.SH Mails
Questions, comments and bug reports should be sent to
.IR noro@math.kobe-u.ac.jp
Fixes are welcome too !

.SH AUTHOR
Risa/Asir was originally developed at Fujitsu Research Laboratory.
This distribution (Kobe distribution) is patched and maintained by
OpenXM committers.

.SH SEE ALSO
.IR sm1 (1),
.IR M2 (Macaulay 2) (1),
.IR maple (1),
.IR mathematica (1),
.IR openxm (1).

.SH COPYING
Fujitsu Research Laboratory holds the copyright of Risa/Asir.
See the COPYRIGHT file in the source distribution.