As far as I know, in order to calculate Nil(Z_n) I need to calculate each number raised to different values and see if I get 0. That is a very slow and inefficient way, in my opinion.
Is there any other faster way to do this?
For example, U(Z_n) is equal with the numbers with the property (number, n) = 1.
Is there any similar thing for Nil(Z_n)?
Thanks.