Defactoring algorithms: Difference between revisions
m →Heuristics: improve a link |
Cmloegcmluin (talk | contribs) |
||
| Line 114: | Line 114: | ||
m = {{12,19,28,34},{26,41,60,72}}; | m = {{12,19,28,34},{26,41,60,72}}; | ||
normalForm[smithDefactor[m]] | normalForm[smithDefactor[m]] | ||
</pre> | </pre> | ||
| Line 121: | Line 121: | ||
</pre> | </pre> | ||
And that result matches what Gene finds in that article. Defactoring and putting into normal form is equivalent to canonicalization. | And that result matches what Gene finds in that article. Defactoring and putting into normal form is equivalent to canonicalization. | ||
=== Pernet-Stein defactoring === | === Pernet-Stein defactoring === | ||