Up to [local] / OpenXM / src / asir-contrib / packages / doc / sm1
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 27 02:44:16 2020 UTC (4 years ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +28 -1
lines
Diff to previous 1.9 (colored) to selected 1.7 (colored)
sm1.reduction_verbose() returns the initial of the reduced element and the order structure used.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Feb 25 02:21:53 2020 UTC (4 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored) to selected 1.7 (colored)
Fixed a typo.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Sep 13 05:21:33 2019 UTC (5 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.7: +22 -3
lines
Diff to previous 1.7 (colored)
reduction uses the global variable ring_var in the ox_sm1 server when two args. Example. [1837] XM_debug=0$ S=sm1.syz([ [x^2-1,x^3-1,x^4-1],[x]])$ [1838] sm1.auto_reduce(1); 1 [1839] S0=sm1.gb([S[0],[x]]); [[[-x^2-x-1,x+1,0],[x^2+1,0,-1]],[[0,x,0],[0,0,-1]]] [1840] sm1.reduction([ [-x^4-x^3-x^2-x,x^3+x^2+x+1,-1], S0[0]]); [[0,0,0],-1,[[x^2+1,0,0],[1,0,0]],[[-x^2-x-1,x+1,0],[x^2+1,0,-1]]]
Revision 1.7 / (download) - annotate - [selected], Mon Sep 9 23:39:52 2019 UTC (5 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
The output format of needBack=1 is changed.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 31 06:36:28 2019 UTC (5 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.5: +13 -3
lines
Diff to previous 1.5 (colored) to selected 1.7 (colored)
sm1.gb command accepts the needBack option. Example. [1834] sm1.gb([[dx^2-x,dx],[x]] | needBack=1); [[[dx,dx^2-x,1],[dx,dx^2,1]],[gb,1,all,[[dx,dx^2-x,1],[[0,1],[1,0],[-dx,dx^2-x]]]]]
Revision 1.5 / (download) - annotate - [select for diffs], Wed Nov 28 05:07:31 2012 UTC (11 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.4: +7 -3
lines
Diff to previous 1.4 (colored) to selected 1.7 (colored)
Added a note on sm1.auto_reduce(1) to compute a reduced basis.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jun 11 05:23:52 2012 UTC (12 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.3: +15 -4
lines
Diff to previous 1.3 (colored) to selected 1.7 (colored)
Added an explanation on slopes, constant r, and constant kappa in the Borel and Laplace transformations respectively.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 6 00:50:32 2010 UTC (14 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.2: +9 -1
lines
Diff to previous 1.2 (colored) to selected 1.7 (colored)
Added a comment for windows.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 4 01:46:52 2008 UTC (16 years, 5 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12
Changes since 1.1: +66 -1
lines
Diff to previous 1.1 (colored) to selected 1.7 (colored)
Added a new function sm1.mgkz which gives the modified A-hypergeometric system for given A,w,beta. See ox_help("sm1.mgkz") as to details.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 13 23:50:17 2005 UTC (19 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: KNOPPIX_2006,
DEB_REL_1_2_3-9
Diff to selected 1.7 (colored)
Added a manual for the sm1 ox server.