Generator form manipulation: Difference between revisions

Cmloegcmluin (talk | contribs)
use conventional mathematical formatting of variables
Cmloegcmluin (talk | contribs)
the name "Frobenius" should not be used; T2 is a better name for this tuning
Line 181: Line 181:
=== Wolfram Language implementation of mingen form instructions above ===
=== Wolfram Language implementation of mingen form instructions above ===


The below code essentially works through the input matrix M two rows at a time, beginning with the first two rows. Each pair of rows is "fixed" so that the second row is less than half of the first row. The same set of changes and potential recursions as described in the table in the previous section is used for each pair of rows. When the sizes of the generators is computed, a weighted Frobenius tuning is used for its computational frugality and reasonableness.  
The below code essentially works through the input matrix M two rows at a time, beginning with the first two rows. Each pair of rows is "fixed" so that the second row is less than half of the first row. The same set of changes and potential recursions as described in the table in the previous section is used for each pair of rows. When the sizes of the generators is computed, T2 tuning is used for its computational frugality and reasonableness.  


  <nowiki>
  <nowiki>