Up to [local] / OpenXM / src / ox_maple
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [selected], Mon Mar 16 14:25:57 2009 UTC (15 years, 7 months ago) by iwane
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
HEAD
Changes since 1.2: +6 -1
lines
Diff to previous 1.2 (colored)
added ox_start_maple
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 21 13:10:40 2004 UTC (20 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12,
RELEASE_1_2_3,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.1: +12 -1
lines
Diff to previous 1.1 (colored) to selected 1.3 (colored)
Added a sample interface to call ox_asir from maple. Example: takayama@mango:/private/taka/OpenXM/src/ox_maple$ maple |\^/| Maple 6 (IBM INTEL LINUX) ._|\| |/|_. Copyright (c) 2000 by Waterloo Maple Inc. \ MAPLE / All rights reserved. Maple is a registered trademark of <____ ____> Waterloo Maple Inc. | Type ? for help. > read `simple.ml`: > asir_gr([x+y-1,x-y-2],[x,y],2): PATH=/usr/local/maple/bin.IBM_INTEL_LINUX_REDHAT:/usr/local/maple/bin:/private/taka/OpenXM/bin:/export/home/takayama/bin:/export/home/takayama/OpenXM/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games Found: /usr/bin/X11/xterm [2 y + 1, 2 x - 3] > asir_gr([x^2+y^2-4,x*y-1],[x,y],2); 4 2 3 [-y + 4 y - 1, x + y - 4 y]
Revision 1.1 / (download) - annotate - [select for diffs], Mon Jun 21 12:46:04 2004 UTC (20 years, 4 months ago) by takayama
Branch: MAIN
Diff to selected 1.3 (colored)
A sample implementation of calling ox servers from maple. It uses ox_toolkit.