Go to the first, previous, next, last section, table of contents.
- hgpoly.hgpoly(A,B)
-
:: A, B で定義される超幾何多項式を計算する.
- return
-
リスト.
- A
-
非負整数(todo, 再度確認)を成分とする行列 (maximal rank のもの)を表すリスト
- B
-
非負整数を成分とするリスト.
- 戻り値を F とするとき, F[0] が超幾何多項式. 変数は x_1, x_2, ...
F[1] は F[0] の分散表現多項式.
[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
-
この関数は 2014-12-12 に commit された.
Go to the first, previous, next, last section, table of contents.