select polynomials including given variables from set of pol
gepo · Tue Mar 16, 2010 12:27 am
Since I cannot put all the words in the subject frame, I leave it here:
how to choose polynomials containing given variables from a list of polynomials?
Hi, all,
I have a list of polynomials and then I want to get What I want are polynomials only containing all subsets of the set of given variables (including the whole set itself, but without empty subset).
For example, I have a list: L:=[a+b+c,x+ab+d^3,y+c];
and I am only interested in polynomials which include varaibles "a", "b", "c", which is finally "a+b+c".
Which command can implement this?
thanks
Gepo
how to choose polynomials containing given variables from a list of polynomials?
Hi, all,
I have a list of polynomials and then I want to get What I want are polynomials only containing all subsets of the set of given variables (including the whole set itself, but without empty subset).
For example, I have a list: L:=[a+b+c,x+ab+d^3,y+c];
and I am only interested in polynomials which include varaibles "a", "b", "c", which is finally "a+b+c".
Which command can implement this?
thanks
Gepo