[BACK]Return to m.oxweave CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc

Diff for /OpenXM/src/asir-contrib/packages/doc/Attic/m.oxweave between version 1.5 and 1.6

version 1.5, 2004/03/05 15:30:50 version 1.6, 2004/03/05 15:56:40
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/asir-contrib/packages/doc/m.oxweave,v 1.4 2003/07/27 13:18:46 takayama Exp $ */  /* $OpenXM: OpenXM/src/asir-contrib/packages/doc/m.oxweave,v 1.5 2004/03/05 15:30:50 ohara Exp $ */
 /* Use oxweave to generate documents on this source code  /* Use oxweave to generate documents on this source code
    Use iso-2022 to write this file. No default use of GL and GR is allowed.     Use iso-2022 to write this file. No default use of GL and GR is allowed.
 */  */
   
   
 /*&C-texi  /*&C
 @c DO NOT EDIT THIS FILE   oxmath.texi  It is automatically generated  @c DO NOT EDIT THIS FILE   oxmath.texi  It is automatically generated
 @c from asir-contrib/packages/doc/m.oxweave  @c from asir-contrib/packages/doc/m.oxweave
 @node Mathematica Functions,,, Top  @node Mathematica Functions,,, Top
Line 39  The file @file{m} is at @file{$(OpenXM_HOME)/lib/asir-
Line 39  The file @file{m} is at @file{$(OpenXM_HOME)/lib/asir-
   
 Note: @code{ox_reset} does not work.  Note: @code{ox_reset} does not work.
 */  */
 /*&C-texi  /*&C
 @example  @example
 @include opening.texi  @include opening.texi
 [258] load("m")$  [258] load("m")$
Line 54  See OpenXM/Copyright/Copyright.mathlink  for details.
Line 54  See OpenXM/Copyright/Copyright.mathlink  for details.
 @end example  @end example
 */  */
   
 /*&C-texi  /*&C
 @noindent  @noindent
 @code{Mathematica} is the trade mark of Wolfram Research Inc.  @code{Mathematica} is the trade mark of Wolfram Research Inc.
 This package requires Mathmatica Version 3.0, so you need  This package requires Mathmatica Version 3.0, so you need
Line 119  Integer
Line 119  Integer
 @item The descriptor is stored in the variable @code{M_proc}.  @item The descriptor is stored in the variable @code{M_proc}.
 @end itemize  @end itemize
 */  */
 /*&C-texi  /*&C
 @example  @example
 P = mathematica.start()  P = mathematica.start()
 @end example  @end example
Line 205  be understandable by @code{asir}.
Line 205  be understandable by @code{asir}.
   @code{m_(the key word)}.    @code{m_(the key word)}.
 @end itemize  @end itemize
 */  */
 /*&C-texi  /*&C
 @example  @example
 [267] mathematica.start();  [267] mathematica.start();
 0  0
Line 219  be understandable by @code{asir}.
Line 219  be understandable by @code{asir}.
 x^2-2*x+1  x^2-2*x+1
 @end example  @end example
 */  */
 /*&C-texi  /*&C
 @example  @example
 [259] mathematica.tree_to_string(["List",1,2]);  [259] mathematica.tree_to_string(["List",1,2]);
 [1 , 2]  [1 , 2]
Line 304  but @code{Mathematica} uses @code{@{}, @code{@}}.
Line 304  but @code{Mathematica} uses @code{@{}, @code{@}}.
 This function makes this sort of translations.  This function makes this sort of translations.
 @end itemize  @end itemize
 */  */
 /*&C-texi  /*&C
 @example  @example
 [259] mathematica.rtomstr([1,2,3]);  [259] mathematica.rtomstr([1,2,3]);
 @{1,2,3@}  @{1,2,3@}
Line 330  by @code{r_tostr(M)}
Line 330  by @code{r_tostr(M)}
 and makes Mathematica compute the inverse matrix of @code{M} by  and makes Mathematica compute the inverse matrix of @code{M} by
 @code{ox_execute_string}.  @code{ox_execute_string}.
 */  */
 /*&C-texi  /*&C
 @example  @example
 def inverse(M) @{  def inverse(M) @{
   P = 0;    P = 0;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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