[BACK]Return to sm1.oxw CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc / sm1

Diff for /OpenXM/src/asir-contrib/packages/doc/sm1/sm1.oxw between version 1.1 and 1.2

version 1.1, 2005/04/13 23:50:17 version 1.2, 2008/06/04 01:46:52
Line 1 
Line 1 
 /*$OpenXM$ */  /*$OpenXM: OpenXM/src/asir-contrib/packages/doc/sm1/sm1.oxw,v 1.1 2005/04/13 23:50:17 takayama Exp $ */
   
 /*&C  /*&C
 @c DO NOT EDIT THIS FILE  @c DO NOT EDIT THIS FILE
Line 102  Grobner Deformations of Hypergeometric Differential Eq
Line 102  Grobner Deformations of Hypergeometric Differential Eq
 * sm1.mul::  * sm1.mul::
 * sm1.distraction::  * sm1.distraction::
 * sm1.gkz::  * sm1.gkz::
   * sm1.mgkz::
 * sm1.appell1::  * sm1.appell1::
 * sm1.appell4::  * sm1.appell4::
 * sm1.rank::  * sm1.rank::
Line 1653  List
Line 1654  List
  -dx1*dx4+dx2*dx3,-dx2^2*dx4+dx1*dx3^2,dx1^2*dx3-dx2^3,-dx2*dx4^2+dx3^3],   -dx1*dx4+dx2*dx3,-dx2^2*dx4+dx1*dx3^2,dx1^2*dx3-dx2^3,-dx2*dx4^2+dx3^3],
  [x1,x2,x3,x4]]   [x1,x2,x3,x4]]
   
   @end example
   
   */
   
   /*&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})
   ::  $B9TNs(B @var{A}, weight @var{W} $B$H%Q%i%a!<%?(B @var{B} $B$KIU?o$7$?(B modified GKZ $B7O(B (A-hypergeometric system) $B$r$b$I$9(B.
   @end table
   
   @table @var
   @item return
   $B%j%9%H(B
   @item p
   $B?t(B
   @item A, W, B
   $B%j%9%H(B
   @end table
   
   @itemize @bullet
   @item  $B9TNs(B @var{A}, weight vector @var{W} $B$H%Q%i%a!<%?(B @var{B} $B$KIU?o$7$?(B modified GKZ $B7O(B (A-hypergeometric system) $B$r$b$I$9(B.
   @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  @end example
   
 */  */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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