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 `m'. You need to load the file before using the interface functions. by the command load("m")$. The file `m' is at `$(OpenXM_HOME)/lib/asir-contrib'.

Note: ox_reset does not work.

bash$ asir
This is Asir, Version 991110.
Copyright (C) FUJITSU LABORATORIES LIMITED.
3 March 1994. All rights reserved.
[155] load("m");
1
1
xm Version 19991109. ox_help(0); ox_help("keyword"); for help message 
m Version 19991113. m_start, m_tree_to_string, m_N_Eigenvalues
[259] m_start();
ox_math has started.
ox_math: Portions copyright 2000 Wolfram Research, Inc. 
See OpenXM/Copyright/Copyright.mathlink  for details.
0
[260] m_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 to buy Mathematica from Wolfram Research to make this package work. See http://www.wolfram.com

Author of ox_math: Katsuyoshi Ohara, ohara@air.s.kanazawa-u.ac.jp.

Functions


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