[BACK]Return to math2ox.texi CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_math / documents

Annotation of OpenXM/src/ox_math/documents/math2ox.texi, Revision 1.1

1.1     ! ohara       1: %% $OpenXM$
        !             2:
        !             3: \input texinfo
        !             4: @iftex
        !             5: @catcode`@#=6
        !             6: @def@b#1{{@bf@gt #1}}
        !             7: @catcode`@#=@other
        !             8: @end iftex
        !             9: @overfullrule=0pt
        !            10: @c -*-texinfo-*-
        !            11: @comment %**start of header
        !            12: @setfilename Math2ox
        !            13: @settitle Math2ox
        !            14: @comment %**end of header
        !            15: @comment %@setchapternewpage odd
        !            16:
        !            17: @iftex
        !            18: @comment @finalout
        !            19: @end iftex
        !            20:
        !            21: @titlepage
        !            22:
        !            23: @title Math2ox
        !            24: @subtitle Math2ox User's Manual (English Edition)
        !            25: @subtitle Edition 1.1.2 for OpenXM/oxmath
        !            26: @subtitle March 2000
        !            27:
        !            28: @author  by Katsuyoshi Ohara
        !            29: @end titlepage
        !            30:
        !            31: @synindex vr fn
        !            32:
        !            33: @comment  node-name,  next,  previous,  up
        !            34: @node Top,, (dir), (dir)
        !            35:
        !            36: @menu
        !            37: * Mathematica Client Functions::
        !            38: * Sample Programs::
        !            39: @end menu
        !            40:
        !            41: @node Mathematica Client Functions,,, Top
        !            42:
        !            43: @chapter Mathematica Client Functions
        !            44:
        !            45: The program @code{math2ox} is an external module for Mathematica
        !            46: to call OpenXM servers.
        !            47: The @code{math2ox} communicates with OpenXM servers by the OpenXM protocol
        !            48: and communicates with Mathematica by MathLink.
        !            49:
        !            50: @c  Description of OxStart
        !            51: @menu
        !            52: * OxStart::
        !            53: @end menu
        !            54: @node OxStart,,, Mathematica Client Functions
        !            55: @section @code{OxStart}
        !            56: @findex OxStart
        !            57: @table @t
        !            58: @item OxStart(@var{s})
        !            59: ::  Start the OX server @code{s}.
        !            60: @end table
        !            61:
        !            62: @table @var
        !            63: @item return
        !            64: Integer
        !            65: @item s
        !            66: String
        !            67: @end table
        !            68:
        !            69: @itemize @bullet
        !            70: @item  It starts the OX server @code{s}.
        !            71: @item Servers are looked for in the directory $OenXM_HOME/bin , hoge hoge.
        !            72: @end itemize
        !            73:
        !            74: @example
        !            75: In[1]:= Install["math2ox"]
        !            76: In[2] := Pid = OxStart["ox_sm1"]
        !            77: @end example
        !            78:
        !            79: In this example, @code{ox_sm1} is started on the local machine.
        !            80:
        !            81: @c  Put descriptions of a next function.
        !            82:
        !            83:
        !            84: @node Sample Programs,,, Top
        !            85: @chapter Sample Programs
        !            86:
        !            87: @tex
        !            88: \noindent
        !            89: 1.
        !            90: {\tt OpenXM/lib/math/primadec.m} is a Mathematica program
        !            91: to make primary ideal decompositions by calling
        !            92: {\tt ox\_asir}.
        !            93: As to usages, see comments in this file.
        !            94:
        !            95: \noindent 2.
        !            96: {\tt OpenXM/lib/math/beta.m} is a Mathematica program
        !            97: to get beta-nbc bases by calling {\tt ox\_asir}.
        !            98: @end tex
        !            99:
        !           100:
        !           101:
        !           102: @node Index,,, Top
        !           103: @unnumbered Index
        !           104: @printindex fn
        !           105: @printindex cp
        !           106: @iftex
        !           107: @vfill @eject
        !           108: @end iftex
        !           109: @summarycontents
        !           110: @contents
        !           111: @bye
        !           112:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>