You will recall that when we use the Extended Euclidean Algorithm to find the modulo inverse of a number, we must first apply the standard Euclidean Algorithm to find the equation number (starting from Equation 0) that has the last nonzero remainder. This tells us that the value we are looking for is the y-value whose index is two greater than this number (if this value is negative, we just add the modulus one time). For example, if the last nonzero remainder in the standard Euclidean Algorithm occurs in Equation 1, then the inverse value we are looking for is equal to the value of y3. You will also recall that we calculate the values of y as follows:
y0 = 0; y1 = 1; and for all i > 1, yi = yi-2 - (yi-1) (qi-2),
where qi is the quotient in the standard Euclidean Algorithm for Equation i. For example, y2 = y0 - (y1) (q0).
Use the Extended Euclidean Algorithm to find the mod 72 inverse of 5. You must show all work to receive full credit.
+4
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “You will recall that when we use the Extended Euclidean Algorithm to find the modulo inverse of a number, we must first apply the standard ...” in 📗 Engineering if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Engineering » You will recall that when we use the Extended Euclidean Algorithm to find the modulo inverse of a number, we must first apply the standard Euclidean Algorithm to find the equation number (starting from Equation 0) that has the last nonzero remainder.