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


f_res.np

f_res.np(Equation,Vars)
:: Newton polytope を返す
return
リストのリスト
Equation
多項式
Vars
不定元のリスト
[0] f_res.np( x^2 + x*y + y^2, [x,y] );
[[0,2],[2,0]]
[1] f_res.np( x^2 + x*y + y^2, [x,y,z] );
[[0,2,0],[2,0,0]]


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