Go to the first, previous, next, last section, table of contents.


Mathematica Functions

This chapter describes interface functions for Mathematica ox server ox_math. These interface functions are defined in the file `mathematica.rr'. You need to load the file before using the interface functions. by the command load("m")$. The file `mathematica.rr' is at `$(OpenXM_HOME)/lib/asir-contrib'.

Note: ox_reset does not work.


[258] load("mathematica.rr")$
m Version 19991113. mathematica.start, mathematica.tree_to_string, mathematica.n_Eigenvalues
[259] mathematica.start();
ox_math has started.
ox_math: Portions copyright 2000 Wolfram Research, Inc. 
See OpenXM/Copyright/Copyright.mathlink  for details.
0
[260] mathematica.n_Eigenvalues([[1,2],[4,5]]);
[-0.464102,6.4641]

Mathematica is the trade mark of Wolfram Research Inc. This package requires Mathmatica Version 3.0, so you need Mathematica to make this package work. See http://www.wolfram.com. The copyright and license agreement of the mathlink is put at OpenXM/Copyright/Copyright.mathlink Note that the licence prohibits to connect to a mathematica kernel via the internet.

Author of ox_math: Katsuyoshi Ohara.

Functions


Go to the first, previous, next, last section, table of contents.