![]() |
![]() |
#1 |
Aug 2002
Buenos Aires, Argentina
22×3×53 Posts |
![]()
Hello folks,
I have uploaded to https://www.alpertron.com.ar/POLFACT.HTM a calculator that can factor polynomials over the integers or modulo a power of a prime. It also can find exact roots of polynomials expressed with radical expressions. At this moment the roots are shown only if the degree of the irreducible factor of the input polynomial is <= 5. It also indicates when the quintic equation cannot be expressed as radical expressions. Please let me know if there is any error. |
![]() |
![]() |
![]() |
#2 |
∂2ω=0
Sep 2002
República de California
5×2,351 Posts |
![]()
I opened a new tab in my FF session, went to your page, enabled JS in NoScript, and, with a view toward poly-factoring x^4-1 as a little test, entered 4-1 and clicked 'factor'. I notice that whether I click 'evaluate' or 'factor', both those buttons go gray together, and "Factoring polynomial..." appears. Waited a full minute before killing it ... no result.
|
![]() |
![]() |
![]() |
#3 |
Aug 2002
Buenos Aires, Argentina
5DC16 Posts |
![]()
I started Firefox 70.0.1 on Windows 10, entered .4-1 so it showed x^4-1 in the polynomial box, then I pressed the Factor button. The output with Pretty Print disabled is:
Code:
x^4 − 1 Irreducible polynomial factors: x − 1 x + 1 x^2 + 1 Roots: x1 = 1 x2 = -1 x3 = - 1 *i x4 = 1 *i Time elapsed: 0d 0h 0m 0.0s |
![]() |
![]() |
![]() |
#4 | |
∂2ω=0
Sep 2002
República de California
5·2,351 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#5 | |
Aug 2002
Buenos Aires, Argentina
22·3·53 Posts |
![]() Quote:
With respect to the second part, my code does not know what operating system is running. It uses Javascript and WebAssembly. Maybe you have not enabled WebAssembly in your plugin. Last fiddled with by alpertron on 2019-11-12 at 22:24 |
|
![]() |
![]() |
![]() |
#6 |
Aug 2002
Buenos Aires, Argentina
22×3×53 Posts |
![]()
I installed the NoScript extension to Firefox on Windows 10, and the Javascript was disabled when I loaded the calculator. After selecting "Temp TRUSTED" for my Web site, it worked OK and I could see the responses from the application.
|
![]() |
![]() |
![]() |
#7 |
Feb 2017
Nowhere
26×32×11 Posts |
![]()
I tried the minimum polynomial for
x^5 + x^4 - 4*x^3 - 3*x^2 + 3*x+ 1 and the answer was a bit hard to read. I'm not sure whether it was right. |
![]() |
![]() |
![]() |
#8 |
∂2ω=0
Sep 2002
República de California
5×2,351 Posts |
![]()
Exactly what I did using both FF and PaleMoon on my Mac. My next thought was that perhaps the versions of those browsers I'm running on that older legacy system (which has OS X frozen at 10.6.8 because my code-build flow is set up for that, and upgrading would break stuff) can't handle something in your JS, but retrying under Ubuntu 19 running on my Intel NUC, which is 4-5 years old gives the same failure. Oh, well.
|
![]() |
![]() |
![]() |
#9 | |
Aug 2002
Buenos Aires, Argentina
27348 Posts |
![]() Quote:
Another error is that the digits in group is not working. The program always shows groups of 6 digits. I will work on that. |
|
![]() |
![]() |
![]() |
#10 | |
Aug 2002
Buenos Aires, Argentina
22·3·53 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#11 | |
Feb 2017
Nowhere
143008 Posts |
![]() Quote:
It is somewhat similar to the minimum polynomial x^3 - 3*x - 1 for |
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Where can I find a arbitrary precision Calculator online that can handle this # | ONeil | Information & Answers | 9 | 2018-04-17 18:18 |
On polynomials without roots modulo small p | fivemack | Computer Science & Computational Number Theory | 2 | 2015-09-18 12:54 |
How to find values of polynomials with nice factorization? | Drdmitry | Computer Science & Computational Number Theory | 18 | 2015-09-10 12:23 |
How much ECM does it take to find a given factor? | geoff | Factoring | 5 | 2004-09-29 20:14 |
How large a factor can P-1 testing find ? | dsouza123 | Software | 3 | 2003-12-11 00:48 |