I've just begun to use Magma and i was testing some features in Magma. I would like to know if it is possible to make a loop which provides me an invertible polynomial (in a polynomial ring).
Can someone help me ?
Thx.
A french dude (sorry for my quiet bad english :/ )
I defined a polynomial ring F2[x]/x^r -1 . I succeed to pick a random pol in it. If it's already invertible, i can compute P⁻1. Then, if P is not invertible, i tried to make a while loop to pick another pol but it didn't works.