I am implementing an extended Eucilid algorithm with matrix mod N. This is my code implementation:
N
def eea(a, b): if not isinstance(a, int) o