> Hi, I have a daubt, how can I add polynomial in a Ideal.
> Example:
> I have p1 = x and p2 = y3
> How can I build this Ideal Ideal I = p1, p2 dinamically!!!
>
By using
I=I,p;
or I[counter]=p;
> 2 - How can I construct this ring: r = 2,(x,y),Dp dinamically
>
build the command as a string and pass it to the
interpreter via execute.
email:
hannes@mathematik.uni-kl.dePosted in old Singular Forum on: 2004-12-06 20:12:16+01
> Hi, I have a daubt, how can I add polynomial in a Ideal.
> Example:
> I have p1 = x and p2 = y3
> How can I build this Ideal Ideal I = p1, p2 dinamically!!!
>
By using
I=I,p;
or I[counter]=p;
> 2 - How can I construct this ring: r = 2,(x,y),Dp dinamically
>
build the command as a string and pass it to the
interpreter via execute.
email: hannes@mathematik.uni-kl.de
Posted in old Singular Forum on: 2004-12-06 20:12:16+01