Go to the first, previous, next, last section, table of contents.
- sm1_gkz([A,B]|proc=p)
 - 
::  Returns the GKZ system (A-hypergeometric system) associated to the matrix 
A with the parameter vector B.
 
- return
 - 
List
 - p
 - 
Number
 - A, B
 - 
List
 
- Returns the GKZ hypergeometric system
(A-hypergeometric system) associated to the matrix 
 
[280] sm1_gkz([  [[1,1,1,1],[0,1,3,4]],  [0,2] ]);
[[x4*dx4+x3*dx3+x2*dx2+x1*dx1,4*x4*dx4+3*x3*dx3+x2*dx2-2,
 -dx1*dx4+dx2*dx3,-dx2^2*dx4+dx1*dx3^2,dx1^2*dx3-dx2^3,-dx2*dx4^2+dx3^3],
 [x1,x2,x3,x4]]
Go to the first, previous, next, last section, table of contents.