<p>In this chapter we introduce some functions which deal with a complex reducible representation <span class="SimpleMath">\(R\)</span> of a finite group <span class="SimpleMath">\(G\)</span>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ ConstituentsOfRepresentation</code>( <var class="Arg">rep</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>called with a representation <var class="Arg">rep</var> of a group <span class="SimpleMath">\(G\)</span>. This function returns a list of irreducible representations of <span class="SimpleMath">\(G\)</span> which are constituents of <var class="Arg">rep</var>, and their corresponding multiplicities. For example, if <var class="Arg">rep</var> is a representation of <span class="SimpleMath">\(G\)</span> affording a character <span class="SimpleMath">\(X\)</span> such that <span class="SimpleMath">\(X = mY + nZ\)</span>, where <span class="SimpleMath">\(Y\)</span> and <span class="SimpleMath">\(Z\)</span> are irreducible characters of <span class="SimpleMath">\(G\)</span>, and <span class="SimpleMath">\(m\)</span> and <span class="SimpleMath">\(n\)</span> are the corresponding multiplicities, then <code class="code">ConstituentsOfRepresentation</code> returns <span class="SimpleMath">\([[m, S]\)</span>, <span class="SimpleMath">\([n, T]]\)</span> where <span class="SimpleMath">\(S\)</span> and <span class="SimpleMath">\(T\)</span> are irreducible representations of <span class="SimpleMath">\(G\)</span> affording <span class="SimpleMath">\(Y\)</span> and <span class="SimpleMath">\(Z\)</span>, respectively. This function call can be quite expensive when <span class="SimpleMath">\(G\)</span> is a large group.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ IsReducibleRepresentation</code>( <var class="Arg">rep</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>If <var class="Arg">rep</var> is a representation of a group <span class="SimpleMath">\(G\)</span> then <code class="code">IsReducibleRepresentation</code> returns <code class="code">true</code> if <var class="Arg">rep</var> is a reducible representation of <span class="SimpleMath">\(G\)</span>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ EquivalentBlockRepresentation</code>( <var class="Arg">rep</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">‣ EquivalentBlockRepresentation</code>( <var class="Arg">list</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>If <var class="Arg">rep</var> is a reducible representation of a group <span class="SimpleMath">\(G\)</span>, this function returns a block diagonal representation of <span class="SimpleMath">\(G\)</span> equivalent to <var class="Arg">rep</var>. If <var class="Arg"> list </var> <span class="SimpleMath">\(= [[m1, R1]\)</span>, <span class="SimpleMath">\([m2, R2]\)</span>, ... , <span class="SimpleMath">\([mt, Rt]]\)</span> is a list of irreducible representations <span class="SimpleMath">\(R1\)</span>, <span class="SimpleMath">\(R2\)</span>, ... , <span class="SimpleMath">\(Rt\)</span> of <span class="SimpleMath">\(G\)</span> with multiplicities <span class="SimpleMath">\(m1\)</span>, <span class="SimpleMath">\(m2\)</span>, ... , <span class="SimpleMath">\(mt\)</span>, then <code class="code">EquivalentBlockRepresentation</code> returns a block diagonal representation of <span class="SimpleMath">\(G\)</span> containing the blocks <span class="SimpleMath">\(R1\)</span>, <span class="SimpleMath">\(R2\)</span>, ... , <span class="SimpleMath">\(Rt\)</span>.</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.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.