Content deleted Content added
Removing the whole section as it turned out that the article was indeed correct. |
Reverted good faith edits by 62.197.198.100 (talk): Normally, such discussions are never removed, as useful as archives. (TW) |
||
Line 7:
Most of the stuff here is talk of finding the factors algorithmically, but no sense of how to do so intuitively. Perhaps examples would help. <span style="font-size: smaller;" class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/140.247.79.236|140.247.79.236]] ([[User talk:140.247.79.236|talk]]) 17:30, 13 February 2012 (UTC)</span><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->
== Incorrect example ==
The current example for factorization of:
f = x^11 + 2 x^9 + 2x^8 + x^6 + x^5 + 2x^3 + 2x^2 +1
says that the result is:
f= (x+1)(x^2+1)^3(x+2)^4
But that does not seem correct:
http://www.wolframalpha.com/input/?i=factor+x%5E11+%2B+2+x%5E9+%2B+2x%5E8+%2B+x%5E6+%2B+x%5E5+%2B+2x%5E3+%2B+2x%5E2+%2B1
or:
http://www.wolframalpha.com/input/?i=expand+%28x%2B1%29%28x%5E2%2B1%29%5E3%28x%2B2%29%5E4
Not sure what should be fixed: the polynomial or the factors?
PS: I'm new to editing of Wikipedia, feel free to remove this comment if not appropriate. <span style="font-size: smaller;" class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/62.197.198.100|62.197.198.100]] ([[User talk:62.197.198.100|talk]]) 13:17, 6 March 2014 (UTC)</span><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->
:The article is correct, although the fact that the factorization is done '''modulo 3''' is not clear enough. I have clarified this. To verify correctness, you have simply to add "mod 3" at the end of the command line of each link that you have provided. [[User:D.Lazard|D.Lazard]] ([[User talk:D.Lazard|talk]]) 17:35, 6 March 2014 (UTC)
::In that case, I apologize for the noise. Please delete this note once you read it, thanks. <span style="font-size: smaller;" class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/62.197.198.100|62.197.198.100]] ([[User talk:62.197.198.100|talk]]) 21:13, 6 March 2014 (UTC)</span><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->
|