|
Go to the first, previous, next, last section, table of contents.
- dp_subd(dpoly1,dpoly2)
-
:: 頭項の商単項式を返す.
- return
-
分散表現多項式
- dpoly1, dpoly2
-
分散表現多項式
-
dp_ht(dpoly1)/dp_ht(dpoly2) を求める. 結果の係数は 1
である.
-
割り切れることがあらかじめわかっている必要がある.
[162] dp_subd(<<1,2,3,4,5>>,<<1,1,2,3,4>>);
(1)*<<0,1,1,1,1>>
- 参照
-
section
dp_red , dp_red_mod .
Go to the first, previous, next, last section, table of contents.
|