Douglas Blumeyer's RTT How-To: Difference between revisions
Cmloegcmluin (talk | contribs) m →beyond the 5-limit: Steve Martin suggestion to clarify what I meant by "still" here |
Cmloegcmluin (talk | contribs) m →multicovectors: Steve Martin points out I should be careful here |
||
| Line 1,117: | Line 1,117: | ||
Alright, then, sounds great! But how do I convert a mapping to a multicovector? The process is doable. It’s closely related to the wedge product (hence the name “wedgie”), but better known as the '''exterior product'''. We write it with the symbol ∧, which is great because that’s the logical operator for “and”, forming a clear association with the unioning of two ETs. | Alright, then, sounds great! But how do I convert a mapping to a multicovector? The process is doable. It’s closely related to the wedge product (hence the name “wedgie”), but better known as the '''exterior product'''. We write it with the symbol ∧, which is great because that’s the logical operator for “and”, forming a clear association with the unioning of two ETs. | ||
First I’ll list the steps. Don’t worry if it doesn’t all make sense the first time. We’ll work through an example and go into more detail as we do. | First I’ll list the steps. Don’t worry if it doesn’t all make sense the first time. We’ll work through an example and go into more detail as we do. To be clear, what we're doing here is both more and less and different ways from the strict definition of the exterior product as you may see it elsewhere; I'm specifically here describing the process for finding the multicovector in the form you're going to be interested in for RTT purposes. | ||
Take each combination of <span><math>r</math></span> primes where <span><math>r</math></span> is the rank, sorted in lexicographic order, e.g. <span><math>(2,3,5)</math></span>, <span><math>(2,3,7)</math></span>, <span><math>(2,5,7)</math></span>, <span><math>(3,5,7)</math></span>. Now convert each of those combinations to a square <span><math>r×r</math></span> matrix by slicing a column for each prime out of the mapping and putting them together. Now take each matrix's determinant. Extract the GCD from the resulting sequence of scalars, then set them inside <span><math>r</math></span> brackets, and you've got your multicovector. | Take each combination of <span><math>r</math></span> primes where <span><math>r</math></span> is the rank, sorted in lexicographic order, e.g. <span><math>(2,3,5)</math></span>, <span><math>(2,3,7)</math></span>, <span><math>(2,5,7)</math></span>, <span><math>(3,5,7)</math></span>. Now convert each of those combinations to a square <span><math>r×r</math></span> matrix by slicing a column for each prime out of the mapping and putting them together. Now take each matrix's determinant. Extract the GCD from the resulting sequence of scalars, then set them inside <span><math>r</math></span> brackets, and you've got your multicovector. | ||