Say I want to find the multiplicative inverse of $17$ in $\mathbb{Z}_{26}$?
How to do it?
First thing to check is $\gcd(17,26)=1$ so yes they are relatively prime.
I don't really understand Euclid's algorithm to give a solution... Can anyone give an example of how to use his algorithm to find solution? Can be different numbers than what I listed above- just need to see example in action.
Many thanks.