![]()
Up to [local] / OpenXM / src / ox_maple
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 16 14:25:57 2009 UTC (16 years, 11 months ago) by iwane
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
HEAD
Changes since 1.1: +13 -1
lines
Diff to previous 1.1 (colored)
added ox_start_maple
Revision 1.1 / (download) - annotate - [selected], Fri Jul 2 13:10:43 2004 UTC (21 years, 8 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
A sample implementation to call ox_asir from Maple.
Ctrl-C is handled by a heuristic way.
See comments in the source codes.
Example:
maple
read `simple2.ml`;
ox_start_asir();
ox_execute_string("fctr(x^1000-y^1000");");
ox_pop_string();
ctrl-C ===> ox_asir is restarted.
ox_execute_string("1+2;");
ox_pop_string();