Forum: Programming
2020-12-25, 18:54
|
Replies: 39
Views: 26,156
|
Forum: Programming
2020-11-29, 00:33
|
Replies: 39
Views: 26,156
Try x^720-1. On an older Chrome it is just...
Try x^720-1. On an older Chrome it is just crashing, on Firefox after some computation it has given: "index out of bounds", the 2nd run is still computing and it is in the: "Computing LLL in matrix...
|
Forum: Programming
2020-10-02, 16:23
|
Replies: 39
Views: 26,156
OK, more inputs:
(3*x^2)/(2*x+1)
Your...
OK, more inputs:
(3*x^2)/(2*x+1)
Your polynomial
3x2
Clearly wrong. Following your way it would mean that 3*x^2=(2*x+1)*3*x^2+R(x) and in this case the remainder would be 3rd degree?...
|
Forum: Programming
2020-10-01, 20:46
|
Replies: 39
Views: 26,156
|
Forum: Programming
2020-10-01, 15:24
|
Replies: 39
Views: 26,156
|