0 LIKES LikeUnLike
I am familiar with using Euclid's algorithm for GCDs in a two-column format, like this:integer a integer binteger b remainder rremainder r remainder s (of b/r)s again remainder t (of r/s)and so on.Is there a mathematically sound way to adapt this to three columns to find the GCD of three integers, or am I better off using some other method?
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 3 answers.