2021-11-29 11:09:27 +0200 | received badge | ● Notable Question (source) |
2021-10-22 11:54:39 +0200 | commented question | FractionFieldElement works incorrectly over large fields That's my suspition as well. Is there I can do anything about this issue? I'd like to be able to handle 63 bit numbers. |
2021-10-20 20:08:59 +0200 | asked a question | FractionFieldElement works incorrectly over large fields FractionFieldElement works incorrectly over large fields The code below returns a*b/a instead of b if characteristic of |
2021-06-23 13:28:47 +0200 | received badge | ● Popular Question (source) |
2020-11-06 23:33:47 +0200 | received badge | ● Popular Question (source) |
2020-11-01 21:04:57 +0200 | received badge | ● Supporter (source) |
2020-10-30 00:12:38 +0200 | asked a question | canonicalize_radical and evaluation return different answers This code return proof that f^8(x)=f(f(f(f(f(f(f(f(x))))))))=x if f(x)=(x(sqrt(2)-1)-1)/(x-1): But this code looks directly at orbit of a point and shows that the statement above is false: By giving the next output:
Why the output is so different? Bit precision don't seem to be a problem. |
2020-10-30 00:10:19 +0200 | asked a question | canonicalize_radical() and evaluation return different answers This code return proof that f^8(x)=f(f(f(f(f(f(f(f(x))))))))=x if f(x)=(x(sqrt(2)-1)-1)/(x-1): But this code looks directly at orbit of a point and shows that the statement above is false: By giving the next output: Why the output is so different? Bit precision don't seem to be a problem. |
2020-04-23 04:27:46 +0200 | received badge | ● Student (source) |
2020-04-22 13:12:39 +0200 | asked a question | Substitution into polynomial defined over finite field I am new to SAGE. While attempting to substitute finite field element into polynomial over finite field instead of variable i get Thanks in advanse fot answer. |
2020-04-22 13:12:39 +0200 | asked a question | Substitution in polynomial defined over finite field I am new to Sage. While attempting to substitute finite field element into polynomial over finite field,
instead of variable i get Thanks in advance for answer. |