=================================================================== RCS file: /home/cvs/OpenXM/src/asir-contrib/packages/doc/sm1/sm1.oxw,v retrieving revision 1.1 retrieving revision 1.5 diff -u -p -r1.1 -r1.5 --- OpenXM/src/asir-contrib/packages/doc/sm1/sm1.oxw 2005/04/13 23:50:17 1.1 +++ OpenXM/src/asir-contrib/packages/doc/sm1/sm1.oxw 2012/11/28 05:07:31 1.5 @@ -1,4 +1,4 @@ -/*$OpenXM$ */ +/*$OpenXM: OpenXM/src/asir-contrib/packages/doc/sm1/sm1.oxw,v 1.4 2012/06/11 05:23:52 takayama Exp $ */ /*&C @c DO NOT EDIT THIS FILE @@ -18,6 +18,10 @@ 計算代数幾何のいろいろな不変量の計算が微分作用素の計算に帰着する. @code{sm1} についての文書は @code{OpenXM/doc/kan96xx} にある. +なお, sm1 server windows 版はバイナリ配布していない. +cygwin 環境でソースコードからコンパイルし, OpenXM/misc/packages/Windows +に従い変更を加えると sm1 サーバはwindows でも動作する. + とこに断りがないかぎりこの節のすべての関数は, 有理数係数の式を入力としてうけつけない. すべての多項式の係数は整数でないといけない. @@ -49,6 +53,10 @@ to constructions in the ring of differential operators Documents on @code{sm1} are in the directory @code{OpenXM/doc/kan96xx}. +The sm1 server for windows is not distributed in the binary form. +If you need to run it, compile it under the cygwin environment +following the Makefile in OpenXM/misc/packages/Windows. + All the coefficients of input polynomials should be integers for most functions in this section. Other functions accept rational numbers as inputs @@ -102,6 +110,7 @@ Grobner Deformations of Hypergeometric Differential Eq * sm1.mul:: * sm1.distraction:: * sm1.gkz:: +* sm1.mgkz:: * sm1.appell1:: * sm1.appell4:: * sm1.rank:: @@ -550,6 +559,8 @@ List Each polynomial is expressed as a string temporally for now. When the optional variable @var{r} is set to one, the polynomials are dehomogenized (,i.e., h is set to 1). +@item If you want to have a reduced basis or compute the initial form ideal exactly, +execute sm1.auto_reduce(1) before executing this function. @end itemize */ /*&ja @@ -600,6 +611,8 @@ List いまのところこの多項式は, 文字列で表現される. オプショナル変数 @var{r} がセットされているときは, 戻り多項式は dehomogenize される (すなわち h に 1 が代入される). +@item Reduced グレブナー基底または in_w を計算したいときは, この関数の実行の前に +sm1.auto_reduce(1) を実行しておくこと. @end itemize */ /*&C @@ -701,13 +714,13 @@ $m' = x^{a'} y^{b'} \partial_x^{c'} \partial_y^{d'}$ /*&en @table @t @item Reference - @code{sm1.reduction}, @code{sm1.rat_to_p} + @code{sm1.auto_reduce}, @code{sm1.reduction}, @code{sm1.rat_to_p} @end table */ /*&ja @table @t @item 参照 - @code{sm1.reduction}, @code{sm1.rat_to_p} + @code{sm1.auto_reduce}, @code{sm1.reduction}, @code{sm1.rat_to_p} @end table */ @@ -1657,9 +1670,73 @@ List */ +/*&en +@node sm1.mgkz,,, SM1 Functions +@subsection @code{sm1.mgkz} +@findex sm1.mgkz +@table @t +@item sm1.mgkz([@var{A},@var{W},@var{B}]|proc=@var{p}) +:: Returns the modified GKZ system (A-hypergeometric system) associated to the matrix +@var{A} and the weight @var{w} with the parameter vector @var{B}. +@end table +@table @var +@item return +List +@item p +Number +@item A, W, B +List +@end table +@itemize @bullet +@item Returns the modified GKZ hypergeometric system +(A-hypergeometric system) associated to the matrix +@item http://arxiv.org/abs/0707.0043 +@end itemize +*/ +/*&ja +@node sm1.mgkz,,, SM1 Functions +@subsection @code{sm1.mgkz} +@findex sm1.mgkz +@table @t +@item sm1.mgkz([@var{A},@var{W},@var{B}]|proc=@var{p}) +:: 行列 @var{A}, weight @var{W} とパラメータ @var{B} に付随した modified GKZ 系 (A-hypergeometric system) をもどす. +@end table + +@table @var +@item return +リスト +@item p +数 +@item A, W, B +リスト +@end table + +@itemize @bullet +@item 行列 @var{A}, weight vector @var{W} とパラメータ @var{B} に付随した modified GKZ 系 (A-hypergeometric system) をもどす. +@item http://arxiv.org/abs/0707.0043 +@end itemize +*/ + +/*&C + +@example + +[280] sm1.mgkz([ [[1,2,3]], [1,2,1], [a/2]]); +[[6*x3*dx3+4*x2*dx2+2*x1*dx1-a,-x4*dx4+x3*dx3+2*x2*dx2+x1*dx1, + -dx2+dx1^2,-x4^2*dx3+dx1*dx2],[x1,x2,x3,x4]] + +Modified A-hypergeometric system for +A=(1,2,3), w=(1,2,1), beta=(a/2). +@end example + +*/ + + + + /*&en @node sm1.appell1,,, SM1 Functions @subsection @code{sm1.appell1} @@ -2002,8 +2079,13 @@ not bihomogeneous. Algorithm: see "A.Assi, F.J.Castro-Jimenez and J.M.Granger, How to calculate the slopes of a D-module, Compositio Math, 104, 1-17, 1996" -Note that the signs of the slopes are negative, but the absolute values +Note that the signs of the slopes s' are negative, but the absolute values -s' of the slopes are returned. +In other words, when pF+qV is the gap, -s'=q/p is returned. +Note that s=1-1/s' is called the slope in recent literatures. Solutions belongs to O(s). +The number s satisfies 1<= s. +We have r=s-1=-1/s', and kappa=1/r=-s', which is used 1/Gamma(1+m*r) factor and exp(-tau^kappa) +in the Borel and Laplace transformations respectively. */ @@ -2046,8 +2128,14 @@ Algorithm: "A.Assi, F.J.Castro-Jimenez and J.M.Granger, How to calculate the slopes of a D-module, Compositio Math, 104, 1-17, 1996" をみよ. -Slope の本来の定義では, 符号が負となるが, このプログラムは, -Slope の絶対値を戻す. +Slope s' の本来の定義では, 符号が負となるが, このプログラムは, +Slope の絶対値 -s' を戻す. +つまり pF+qV がmicro特性多様体のgapであるとき, -s'=q/p を戻す. +最近の文献では s=1-1/s' を slope と呼んでいる. 解は O(s) に属する. +数 s は 1<= s を満す. +r=s-1=-1/s' および kappa=1/r=-s' である. +これらの数はBorel and Laplace 変換においてそれぞれ 1/Gamma(1+m*r) factor, +exp(-tau^kappa) 項として使われる. */ /*&C