in reply to Algorithm for cancelling common factors between two lists of multiplicands
The same exampled worked through:
Eliminate common elements:
Cancel 2 with 20 to give 1 and 10 (discard the 1):
Cancel 5 with 10 to give 1 and 2:
Cancel 2 with 12 to give 1 and 6 (discard the 1 )
Cancel 6 with 60 to give 1 and 10 (discard the 1 )
Cancel 16 with 10 to give 8 and 5
Result: (Other reductions are possible!)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Algorithm for cancelling common factors between two lists of multiplicands
by ikegami (Patriarch) on Aug 08, 2005 at 20:42 UTC | |
by sk (Curate) on Aug 08, 2005 at 22:43 UTC | |
Re^2: Algorithm for cancelling common factors between two lists of multiplicands
by sk (Curate) on Aug 08, 2005 at 20:39 UTC | |
by BrowserUk (Patriarch) on Aug 08, 2005 at 20:50 UTC | |
Re^2: Algorithm for cancelling common factors between two lists of multiplicands
by gri6507 (Deacon) on Aug 08, 2005 at 20:39 UTC |