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


dp_homo, dp_dehomo

dp_homo(dpoly)
:: 分散表現多項式の斉次化
dp_dehomo(dpoly)
:: 斉次分散表現多項式の非斉次化
return
分散表現多項式
dpoly
分散表現多項式
[202] X=<<1,2,3>>+3*<<1,2,1>>;
(1)*<<1,2,3>>+(3)*<<1,2,1>>
[203] dp_homo(X);
(1)*<<1,2,3,0>>+(3)*<<1,2,1,2>>
[204] dp_dehomo(@);
(1)*<<1,2,3>>+(3)*<<1,2,1>>
参照
section gr, hgr, gr_mod, dgr.


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