Go to the first, previous, next, last section, table of contents.


tk_hgpoly.hgpoly

hgpoly.hgpoly(A,B)
:: A, B で定義される超幾何多項式を計算する.
return
リスト.
A
非負整数(todo, 再度確認)を成分とする行列 (maximal rank のもの)を表すリスト
B
非負整数を成分とするリスト.
[0] import("tk_hgpoly.rr");
[2191] tk_hgpoly.hgpoly([[1,1,1,1],[0,1,2,3]],[2,2]);
[x_3*x_1+1/2*x_2^2,(1/2)*<<0,2,0,0>>+(1)*<<1,0,1,0>>]

ChangeLog


Go to the first, previous, next, last section, table of contents.