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