Author |
Message |
Thneed
|
Posted: Fri Sep 18, 2009 9:28 pm Post subject: Help me Factor Polynomials in turing :D |
|
|
What is it you are trying to achieve?
<Replace all the <> with your answers/code and remove the <>>
What is the problem you are having?
<Answer Here>
Describe what you have tried to solve this problem
<Answer Here>
Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
<Answer Here>
Turing: |
<Add your code here>
|
Please specify what version of Turing you are using
<Answer Here> |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Fri Sep 18, 2009 9:30 pm Post subject: RE:Help me Factor Polynomials in turing :D |
|
|
Awesome. Just fill out the form above. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Brightguy
|
Posted: Fri Sep 18, 2009 11:20 pm Post subject: Re: Help me Factor Polynomials in turing :D |
|
|
You should take care to state the problem precisely, and the kind of solution you are looking for. There are quite sophisticated methods to factor polynomials over the integers, for example. One way is to compute the factors modulo a prime and then reconstruct the factors over Z. Another way is to compute an approximation of a root, from which you can find its minimal polynomial. (In fact, this is actually polynomial time using the LLL algorithm!) |
|
|
|
|
|
Kharybdis
|
Posted: Sat Sep 19, 2009 12:39 pm Post subject: RE:Help me Factor Polynomials in turing :D |
|
|
You want to factor polynomials to the nth degree or to a specific one..? |
|
|
|
|
|
Thneed
|
Posted: Sat Sep 19, 2009 1:54 pm Post subject: RE:Help me Factor Polynomials in turing :D |
|
|
i would like to factor polynomials to the Nth degree that would be nice. i am new to this whole FORUM thing so sorry for not stating exactly what happened. i just dont know where to get started. and i dont have that much time to figure it out due to school taking up most of my life. thanks gentlemen |
|
|
|
|
|
Tony
|
Posted: Sat Sep 19, 2009 2:32 pm Post subject: RE:Help me Factor Polynomials in turing :D |
|
|
Well for starters, do you already know how to factor polynomials (on paper), and are just having trouble expressing your thoughts in Turing, or do you need help with Math itself?
(It might take a few questions to figure out just where you are, that's why new threads start out as templates with a few questions -- it makes things easier for everybody) |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Thneed
|
Posted: Sat Sep 19, 2009 5:38 pm Post subject: RE:Help me Factor Polynomials in turing :D |
|
|
i know how to do it its a matter of doing it in turing because i haven't used turing in like three or four months i have lost a lot of my "know-how" so thats why i asked for help |
|
|
|
|
|
Tony
|
Posted: Sat Sep 19, 2009 5:52 pm Post subject: RE:Help me Factor Polynomials in turing :D |
|
|
Good. So then the starting point would be for you to describe the process in English (or Math, or whatever you are comfortable with), and then use that as the basis for the Turing version. If you post your progress here, and get stuck somewhere, we'd be able to help. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Sponsor Sponsor
|
|
|
|