Powered by Apache

CVS log for OpenXM/src/ox_maple/simple.ml

[BACK] Up to [local] / OpenXM / src / ox_maple

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: RELEASE_1_2_3_12


Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 21 13:10:40 2004 UTC (19 years, 11 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)

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]

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




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