Pretty output
- To: mathgroup at smc.vnet.net
- Subject: [mg35149] Pretty output
- From: "Robert G. Wilson v" <rgwv at kspaint.com>
- Date: Wed, 26 Jun 2002 01:09:25 -0400 (EDT)
- Organization: Kansas Paint & Color Co.
- Sender: owner-wri-mathgroup at wolfram.com
Help please. I put in the following Mathematica code: Do[s = Sum[x^i, {i, 0, 2^n}]; Print[ ToString[ Factor[ s, Modulus -> 2]]], {n, 1, 10}] The output was fairly straight forward until n=6 and beyond. What I am seeing is: " 2 3 4 4 5 6 7 8 12 2 5 6 7 10 12 2 3 4 6 8 9 \ 10 12 3 5 6 7 9 11 12 2 3 4 5 6 7 8 9 10 11 12\n(1 + x \ + x + x + x ) (1 + x + x + x + x + x + x ) (1 + x + x + x + x + x + x ) (1 + x + x + x + x + x + x + x + x \ ) (1 + x + x + x + x + x + x + x + x ) (1 + x + x + x + x + x + x + x + x + x + x + x + x )" What is the deal here? Also what is the easiest way to count the number of factors? Thank you for any assistance in advance. Sincerely yours, Robert G. Wilson, V
- Follow-Ups:
- Re: Pretty output
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: Pretty output
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: Pretty output