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


homzation

homzation(AF)
:: 変数x,yの多項式を斉次化してx,y,zの斉次多項式にする。
return
変数x,y,zの斉次多項式
F
変数x,yの多項式
[1] homzation((x^2+4*x^3+6*x^4)-4*x^4*y
+(-2*x-4*x^2-2*x^3)*y^2+y^4);
(-4*y+6*z)*x^4+(-2*y^2+4*z^2)*x^3
+(-4*z*y^2+z^3)*x^2-2*z^2*y^2*x+z*y^4
[958] homzation(u*v+1);
Input must be polynomial of variable x,y


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