Ask Your Question

kpasax's profile - activity

2013-12-09 08:33:27 +0200 marked best answer [x^14+x^i+x^j with (i,j) in (13,13) where j<i]

Try this:

[x^14 + x^i + x^j for i in range(1,14) for j in range(1,14) if j<i]
2013-12-09 08:33:27 +0200 received badge  Scholar (source)
2013-12-09 08:33:21 +0200 received badge  Supporter (source)
2013-12-08 22:51:14 +0200 received badge  Editor (source)
2013-12-08 22:46:56 +0200 asked a question [x^14+x^i+x^j with (i,j) in (13,13) where j<i]

How can I do it?

image description

to get: [x^14, x^14 + 1, x^14 + x + 1, x^14 + x^2 + x, x^14 + x^2 + 1,...