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


sm1.ecart_homogenize01Ideal

sm1.ecart_homogenize01Ideal(A)
: It (0,1)-homogenizes the ideal A[0]. Note that it is not an elementwise homogenization.

Example:


 input1
   F=[(1-x)*dx+1]$ FF=[F,"x,y"]$
   sm1.ecart_homogenize01Ideal(FF);
 intput2
   F=sm1.appell1([1,2,3,4]);
   sm1.ecart_homogenize01Ideal(F);


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