Go to the first, previous, next, last section, table of contents.
- dp_f4_main(plist,vlist,order)
-
- dp_f4_mod_main(plist,vlist,order)
-
:: F4 アルゴリズムによるグレブナ基底の計算 (組み込み函数)
- return
-
リスト
- plist, vlist
-
リスト
- order
-
数, リストまたは行列
-
F4 アルゴリズムによりグレブナ基底の計算を行う.
-
F4 アルゴリズムは, J.C. Faugere により提唱された新世代グレブナ基底
算法であり, 本実装は, 中国剰余定理による線形方程式求解を用いた
試験的な実装である.
-
引数および動作はそれぞれ
dp_gr_main()
, dp_gr_mod_main()
と同様である.
- 参照
-
section
dp_ord
,
section dp_gr_flags
, dp_gr_print
,
section gr
, hgr
, gr_mod
, dgr
,
section 計算および表示の制御.
Go to the first, previous, next, last section, table of contents.