<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ DifferencesList</code>( <var class="Arg">L</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>This function has been transferred from package <strong class="pkg">ResClasses</strong>.</p>
<p>It takes a list <span class="SimpleMath">\(L\)</span> of length <span class="SimpleMath">\(n\)</span> and outputs the list of length <span class="SimpleMath">\(n-1\)</span> containing all the differences <span class="SimpleMath">\(L[i]-L[i-1]\)</span>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ QuotientsList</code>( <var class="Arg">L</var> )</td><td class="tdright">( function )</td></tr></table></div>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ FloatQuotientsList</code>( <var class="Arg">L</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>These functions have been transferred from package <strong class="pkg">ResClasses</strong>.</p>
<p>They take a list <span class="SimpleMath">\(L\)</span> of length <span class="SimpleMath">\(n\)</span> and output the quotients <span class="SimpleMath">\(L[i]/L[i-1]\)</span> of consecutive entries in <span class="SimpleMath">\(L\)</span>. An error is returned if an entry is zero.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ SearchCycle</code>( <var class="Arg">L</var> )</td><td class="tdright">( operation )</td></tr></table></div>
<p>This function has been transferred from package <strong class="pkg">RCWA</strong>.</p>
<p><code class="code">SearchCycle</code> is a tool to find likely cycles in lists. What, precisely, a <em>cycle</em> is, is deliberately fuzzy here, and may possibly even change. The idea is that the beginning of the list may be anything, following that the same pattern needs to be repeated several times in order to be recognized as a cycle.</p>
<p>They deal with lists of subsets of <span class="SimpleMath">\([1 \ldots n]\)</span> and construct systems of distinct and common representatives using simple, non-recursive, combinatorial algorithms.</p>
<p>When <span class="SimpleMath">\(L\)</span> is a set of <span class="SimpleMath">\(n\)</span> subsets of <span class="SimpleMath">\([1 \ldots n]\)</span> and the Hall condition is satisfied (the union of any <span class="SimpleMath">\(k\)</span> subsets has at least <span class="SimpleMath">\(k\)</span> elements), a set of <code class="code">DistinctRepresentatives</code> exists.</p>
<p>When <span class="SimpleMath">\(J,K\)</span> are both lists of <span class="SimpleMath">\(n\)</span> sets, the operation <code class="code">CommonRepresentatives</code> returns two lists: the set of representatives, and a permutation of the subsets of the second list.</p>
<p>The operation <code class="code">CommonTransversal</code> may be used to provide a common transversal for the sets of left and right cosets of a subgroup <span class="SimpleMath">\(H\)</span> of a group <span class="SimpleMath">\(G\)</span>, although a greedy algorithm is usually quicker.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ BlankFreeString</code>( <var class="Arg">obj</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>This function has been transferred from package <strong class="pkg">ResClasses</strong>.</p>
<p>The result of <code class="code">BlankFreeString( obj );</code> is a composite of the functions <code class="code">String( obj )</code> and <code class="code">RemoveCharacters( obj, " " );</code>.</p>
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.1Bemerkung:
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.