07-401/Andrei Litvin Poly Solution

From Drorbn
Revision as of 20:03, 25 March 2007 by 76.64.136.153 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Here is what I have so far in terms of polynomials:

Polynomial with root :

(duh)

Polynomial with root :

(duh as well)

Polynomial with root :

(more interesting!)

Polynomial with root :

(similar to the above)

Polynomial with root :

(just invert the above .. quite the same as the above 2)

Polynomial with root :

(ok .. this is ugly)

Polynomial with root :

(very ugly .. especially considering you are not done yet and the next matrix to compute will be quite large)


This is how far I got so far. The program itself will do others just file (I fiddled with it a lot, so it may still have some bugs, however it works). The problem is working with such large numbers. The reducing part will multiply with 289 each time a is reduced, so we could potentially get coefficients of the order , which is very large indeed. On my computer, I get about 30% done, when it starts running out of memory and I had to stop. This is why the program just generates the matrices for the last part (and by the way, Maxima crashed when trying to load the matrix to invert, so I will have to find another program that will handle such large sets of data)