Generator form manipulation: Difference between revisions

Cmloegcmluin (talk | contribs)
avoiding enfactoring
Cmloegcmluin (talk | contribs)
Line 103: Line 103:
=== avoiding enfactoring ===
=== avoiding enfactoring ===


To avoid enfactoring the mapping, i.e. introducing a common factor in one of the rows, you simply avoid ever replacing a row with a multiple of that row. You always replace a row with a combination of at least one each of two different rows, as in trick 1, or with the row negated, as in trick 2.  
Using these two tricks, you do not have to worry about enfactoring the mapping, i.e. introducing a common factor in one of the rows. This is because neither of these tricks ever involve replacing a row with a multiple of that row; we always replace a row with a combination of at least one each of two different rows, as in trick 1, or with the row negated, as in trick 2.


== mingen form ==
== mingen form ==