Annotation of OpenXM/src/asir-contrib/packages/doc/top/intro.oxw, Revision 1.2
1.2 ! takayama 1: @c $OpenXM: OpenXM/src/asir-contrib/packages/doc/top/intro.oxw,v 1.1 2005/04/09 05:47:41 takayama Exp $
1.1 takayama 2: /*&C
3: @node Introduction,,, Top
4: */
5: /*&ja
6: @chapter $B$O$8$a$K(B
7:
8: $B?t<0=hM}%7%9%F%`(B
9: @code{asir} $B$O(B @code{OpenXM} $B%W%m%H%3%k(B
10: (Open message eXchange for Mathematics, http://www.openxm.org)
11: $B$r%5%]!<%H$7$?%5!<%P$r(B
12: $B%3%s%]!<%M%s%H$H$7$FMxMQ$G$-$k(B.
13: $B$3$l$i$N%5!<%P$r8F$V$?$a$N%$%s%?%U%'!<%94X?t$O%U%!%$%k(B
14: @file{OpenXM/rc/asirrc} $B$r%m!<%I$9$k$3$H$K$h$j%7%9%F%`$KFI$_9~$^$l$k(B.
15: Risa/Asir (OpenXM $BG[I[HG(B) $B$G$O5/F0;~$K<+F0E*$K$3$N%U%!%$%k$,FI$^$l$k(B.
16: Risa/Asir (OpenXM $BG[I[HG(B) $B$O(B, $B$3$N%^%K%e%"%k$G$O(B
17: @code{OpenXM/Risa/Asir} $B$H8F$V(B.
18: $B$3$N%^%K%e%"%k$G$O(B @code{asir} $BMQ$N$3$l$i$N4X?t(B
1.2 ! takayama 19: $B$*$h$S%f!<%68@8l$G=q$+$l$??t3X4X?t$*$h$S%f!<%F%#%j%F%#4X?t$r@bL@$9$k(B. @*
! 20:
! 21: HEAD branch $B$KF14|$7$?:G?7HG$N(B asir-contrib $B%^%K%e%"%k$O(B
! 22: @url{http://www.math.kobe-u.ac.jp/OpenXM/Current/doc/index-doc-ja.html}
! 23: $B$r;2>H(B. @*
1.1 takayama 24:
25: @code{OpenXM} $B%W%m%H%3%k$N5;=QE*>\:Y$K$D$$$F$O(B,
26: @file{$(OpenXM_HOME)/doc/OpenXM-specs} $B$K$"$k%U%!%$%k(B
27: @file{openxm-jp.tex}
28: $B$r8+$F2<$5$$(B.
29:
30: $B$=$l$G$O(B, $B$"$J$?$N7W;;5!>e$G?t3X$r$*3Z$7$_2<$5$$(B.
31:
32: */
33:
34: /*&en
35:
36: @chapter Introduction
37:
38: The computer algebra system
39: @code{asir}
40: can use servers, which support the @code{OpenXM} protocols
41: (Open message eXchange for Mathematics, http://www.openxm.org),
42: as components.
43: The interface functions to call these servers
44: are loaded by loading the file @file{OpenXM/rc/asirrc}.
45: This file is automatically loaded in "Risa/Asir(OpenXM distribution)",
46: which we call @code{OpenXM/Risa/Asir} in this document.
47: This document explains these interface functions for @code{asir}
48: and several mathematical and utility functions
49: written in the user languages of Risa/Asir.
50: These mathematical and utilitiy functions are outcome
1.2 ! takayama 51: of the Asir-contrib project. @*
! 52:
! 53: The latest asir-contrib manual of the HEAD branch is at
! 54: @url{http://www.math.kobe-u.ac.jp/OpenXM/Current/doc/index-doc.html} @*
1.1 takayama 55:
56: As to technical details on the @code{OpenXM} protocols,
57: see @file{openxm-en.tex} at
58: @file{$(OpenXM_HOME)/doc/OpenXM-specs}.
59:
60: Enjoy mathematics on your computer.
61:
62: */
63:
64: /*&C
65:
66: @noindent
67: List of contributors:
68: @itemize @bullet
69: @item Maekawa, Masahide (Oct., 1999 -- : CVS server)
70: @item Noro, Masayuki (Jan., 1996 -- : OpenXM Protocol OXRFC-100, asir2000)
71: @item Ohara, Katsuyoshi (Jan., 1998 -- : ox_math, oxc OXRFC-101)
72: @item Takayama, Nobuki (Jan., 1996 -- : OpenXM Protocol OXRFC-100, kan/sm1, asir-contrib)
73: @item Tamura, Yasushi (Nov., 1998 -- : OpenMath proxy, tfb)
74: @end itemize
75:
76: @noindent
77: @itemize @bullet
78: @item Fujimoto, Mitsushi (Windows)
79: @item Iwane, Hidenao (Knapsack factorizer)
80: @item Nakayama, Hiromasa (Gaussian elimination)
81: @item Okutani, Yukio (Oct., 1999 -- Feb., 2000 : matrix, diff, ...)
82: @item Stillman, Mike (Macaulay 2 client and server)
83: @item Tsai, Harrison (Macaulay 2 client and server)
84: @end itemize
85:
86: @page
87:
88: */
89:
90: /*&ja
91:
92: $B$3$N(B Contrib $B%Q%C%1!<%8$N(B
93: $BCx:n8"$K$D$$$F$O(B, @code{OpenXM/Copyright}
94: $B$r8+$F2<$5$$(B.
95:
96: $BM-MQ$@$H$*$b$$$^$9$,L5J]>Z$G$9(B.
97:
98: */
99: /*&en
100:
101: See @code{OpenXM/Copyright} for the copyright notice.
102:
103:
104: */
105:
106:
107:
108:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>