Can we apply extend Extended Euclidean algorithm for negative numbers?
Like for 3*x-4*y=1 output will be x=3 , y=2 .
how to solve this problem ?
Can we apply extend Extended Euclidean algorithm for negative numbers?
Like for 3*x-4*y=1 output will be x=3 , y=2 .