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


ot_hgm_ahg.cbase

cbase(A)
:: A で定義される A-超幾何方程式系の Pfaffian の基底を求める.
return
Pfaffianの基底(微分作用素のモノミアル)のリスト
A
整数を成分とする行列 (maximal rank のもの)を表すリスト
[2190] import("ot_hgm_ahg.rr");
1
[2191] ot_hgm_ahg.cbase([[1,1,1,1],[0,1,2,3]]);
We use a probabilistic algorithm to determine the base.[dx2^2,dx3*dx2,dx3^2]

[dx3,dx4,1]
参照
@xref{get_mat2}

ChangeLog


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