Question: how to filter variables in list of polynomials

[x+p*y, x+y, y+z] would like to filter with indets([x+y,y+z])

so that that the list remove polynomials which contain variable p

Please Wait...