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


dp_ord

dp_ord([order])
:: 変数順序型の設定, 参照
return
変数順序型 (数, リストまたは行列)
order
数, リストまたは行列
[19] dp_ord(0)$          
[20] <<1,2,3>>+<<3,1,1>>;
(1)*<<1,2,3>>+(1)*<<3,1,1>>
[21] dp_ord(2)$          
[22] <<1,2,3>>+<<3,1,1>>;
(1)*<<3,1,1>>+(1)*<<1,2,3>>
参照
section 項順序の設定


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