PolynomialTool RΒΆ
qetatool.spad line 306 [edit on github]
R: Ring
undocumented
- xPolynomials: (List Polynomial R, Character) -> List Polynomial R
xPolynomials(pols, c)
returns all polynomialsp
frompols
such that variables(p
) contains only variables starting with the characterc
.