![]()
Up to [local] / OpenXM / src / sage
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 29 02:17:00 2019 UTC (6 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +13 -6
lines
Diff to previous 1.2 (colored)
asir.eval(cmd) is buffered and asir.evall(cmd) evaluates all buffered commands.
Example:
asir.eval('F=(x+1)^10;')
asir.evall('fctr(F);')
Revision 1.2 / (download) - annotate - [selected], Wed Mar 6 02:38:33 2019 UTC (6 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.1: +39 -208
lines
Diff to previous 1.1 (colored)
Example:
load("asir.py");
asir.eval('F=fctr(x^10-1)')
asir._keyboard_interrupt()
asir.eval('') # there still be a bug (extra message after ctrl-C).
asir.eval('')
Revision 1.1 / (download) - annotate - [select for diffs], Sat Sep 8 05:35:35 2018 UTC (7 years, 2 months ago) by takayama
Branch: MAIN
Diff to selected 1.2 (colored)
The initial version of asir module to call asir from sagemath.