Say I have polynomial aX^2+bY^2. How can I tell sage that in my field a^p=a, and b^p=b through my whole computation.
1 | initial version | asked 2012-04-26 09:45:27 +0100 Anonymous |
Say I have polynomial aX^2+bY^2. How can I tell sage that in my field a^p=a, and b^p=b through my whole computation.
2 | No.2 Revision |
Say I have polynomial aX^2+bY^2. How can I tell sage that in my field a^p=a, and b^p=b or few more constrains through my whole computation.computation. I work in any field. I just want to put some constrains on coefficients and just keep them as the are.