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

Diff for /OpenXM/src/ox_math/documents/Attic/math2ox.tex between version 1.2 and 1.3

version 1.2, 2000/01/20 15:09:24 version 1.3, 2000/01/21 09:55:21
Line 1 
Line 1 
 %#!platex  %#!platex
 %% $OpenXM: OpenXM/src/ox_math/documents/math2ox.tex,v 1.1 2000/01/20 07:47:30 ohara Exp $  %% $OpenXM: OpenXM/src/ox_math/documents/math2ox.tex,v 1.2 2000/01/20 15:09:24 ohara Exp $
   
 \documentclass{article}  \documentclass{article}
 \title{Mathematica Client for Open XM}  \title{Mathematica Client for Open XM}
Line 75  Last, let us close the connection.
Line 75  Last, let us close the connection.
 \begin{verbatim}  \begin{verbatim}
 In[7] := OxClose[]  In[7] := OxClose[]
 \end{verbatim}  \end{verbatim}
   
   \section{Examples}
   
   \begin{enumerate}
   \item
   {\tt OpenXM/lib/math/primadec.m} is a Mathematica program
   to make primary ideal decompositions by calling
   {\tt ox\_asir}.
   As to usages, see comments in this file.
   \item
   {\tt OpenXM/lib/math/beta.m} is a Mathematica program
   to get beta-nbc bases by calling {\tt ox\_asir}.
   \end{enumerate}
   
   
   
 \appendix  \appendix
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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