Read-only forum archive

Adding polynomial to an ideal

Adding polynomial to an ideal

Diogo Krejci · Thu Aug 11, 2005 5:32 pm

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!!!

2 - How can I construct this ring: r = 2,(x,y),Dp dinamically

thank you

email: diogokrejci@yahoo.com.br
Posted in old Singular Forum on: 2004-11-19 20:50:28+01

Adding polynomial to an ideal

Hans Schönemann · Tue Sep 20, 2005 5:31 pm

> 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