The computational algebra system MAGMA has a function called Order. What it does is find the multiplicative order of its argument, which must be a nonzero element of a field. This question is asking about how this order is calculated. Can anyone point me to a reference explaining that or explain that to me in an answer?
2026-03-25 12:46:40.1774442800
Regarding "hidden work" of MAGMA Order function
72 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
I'm guessing that in most cases, it knows how to represent your element $\beta = \alpha^k$, where $\alpha$ is a generator of the field. Then it computes the order by considering $(q-1)/GCD(k, q-1)$.