[x^14+x^i+x^j with (i,j) in (13,13) where j<i]
How can I do it?
to get: [x^14, x^14 + 1, x^14 + x + 1, x^14 + x^2 + x, x^14 + x^2 + 1,...
How can I do it?
to get: [x^14, x^14 + 1, x^14 + x + 1, x^14 + x^2 + x, x^14 + x^2 + 1,...
Try this:
[x^14 + x^i + x^j for i in range(1,14) for j in range(1,14) if j<i]
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-12-08 22:46:56 +0100
Seen: 542 times
Last updated: Dec 08 '13
Plotting successive 3D plots in a for loop (only the last one can be plotted!)
multiple parametric_plot's with for loop
plotting multiple functions from a for loop
Add graphs produced by a for loop?
Multiple loops in an animation?
How to define multiple WeylCharacterRings at one time
How to find instances where $d(a,b) = p^2$ for $p$ a prime
Problem getting indices to sync up