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


dp_lcm

dp_lcm(dpoly1,dpoly2)
:: 最小公倍項を返す.
return
分散表現多項式
dpoly1 dpoly2
分散表現多項式
[100] dp_lcm(<<1,2,3,4,5>>,<<5,4,3,2,1>>);
(1)*<<5,4,3,4,5>>
参照
section p_nf, p_nf_mod, p_true_nf, p_true_nf_mod.


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