One Hat Cyber Team
Your IP :
216.73.216.14
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
Macaulay2
/
BettiCharacters
/
html
/
Edit File:
_dual.html
<!DOCTYPE html> <html lang="en"> <head> <title>dual -- dual module or map</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <link type="text/css" rel="stylesheet" href="../../../../Macaulay2/Style/doc.css"> <link rel="stylesheet" href="../../../../Macaulay2/Style/katex/katex.min.css"> <script defer="defer" src="../../../../Macaulay2/Style/katex/katex.min.js"></script> <script defer="defer" src="../../../../Macaulay2/Style/katex/contrib/auto-render.min.js"></script> <script> var macros = { "\\break": "\\\\", "\\ZZ": "\\mathbb{Z}", "\\NN": "\\mathbb{N}", "\\QQ": "\\mathbb{Q}", "\\RR": "\\mathbb{R}", "\\CC": "\\mathbb{C}", "\\PP": "\\mathbb{P}" }, delimiters = [ { left: "$$", right: "$$", display: true}, { left: "\\[", right: "\\]", display: true}, { left: "$", right: "$", display: false}, { left: "\\(", right: "\\)", display: false} ], ignoredTags = [ "kbd", "var", "samp", "script", "noscript", "style", "textarea", "pre", "code", "option" ]; document.addEventListener("DOMContentLoaded", function() { renderMathInElement(document.body, { delimiters: delimiters, macros: macros, ignoredTags: ignoredTags, trust: true }); }); </script> <style>.katex { font-size: 1em; }</style> <script defer="defer" src="../../../../Macaulay2/Style/katex/contrib/copy-tex.min.js"></script> <script defer="defer" src="../../../../Macaulay2/Style/katex/contrib/render-a11y-string.min.js"></script> <script src="../../../../Macaulay2/Style/prism.js"></script> <script>var current_version = '1.25.06';</script> <script src="../../../../Macaulay2/Style/version-select.js"></script> <link type="image/x-icon" rel="icon" href="../../../../Macaulay2/Style/icon.gif"> </head> <body> <div id="buttons"> <div> <a href="https://macaulay2.com/">Macaulay2</a> <span id="version-select-container"></span> » <a title="Macaulay2 documentation" href="../../Macaulay2Doc/html/index.html">Documentation </a> <br><a href="../../Macaulay2Doc/html/_packages_spprovided_spwith_sp__Macaulay2.html">Packages</a> » <span><a title="finite group characters on free resolutions and graded modules" href="index.html">BettiCharacters</a> » <a title="compute characters of finite group action" href="_character.html">character</a> » <a title="the class of all characters of finite group representations" href="___Character.html">Character</a> » <a title="dual character" href="_dual.html">dual</a></span> </div> <div class="right"> <form method="get" action="https://www.google.com/search"> <input placeholder="Search" type="text" name="q" value=""> <input type="hidden" name="q" value="site:macaulay2.com/doc"> </form> <a href="_net_lp__Character_rp.html">next</a> | <a href="_direct__Sum_lp__Character_rp.html">previous</a> | <a href="_net_lp__Character_rp.html">forward</a> | <a href="_direct__Sum_lp__Character_rp.html">backward</a> | <a href="___Character.html">up</a> | <a href="master.html">index</a> | <a href="toc.html">toc</a> </div> </div> <hr> <div> <h1>dual -- dual character</h1> <ul> <li> <dl class="element"> <dt>Usage: </dt> <dd><code class="language-macaulay2">dual(c,conj)</code></dd> <dd><code class="language-macaulay2">dual(c,perm)</code></dd> </dl> </li> <li>Inputs: <ul> <li><span><span class="tt">c</span>, <span>an instance of the type <a title="the class of all characters of finite group representations" href="___Character.html">Character</a></span>, of a finite group action</span></li> <li><span><span class="tt">conj</span>, <span>a <a title="the class of all ring maps" href="../../Macaulay2Doc/html/___Ring__Map.html">ring map</a></span>, conjugation in coefficient field</span></li> <li><span><span class="tt">perm</span>, <span>a <a title="the class of all lists -- {...}" href="../../Macaulay2Doc/html/___List.html">list</a></span>, permutation of conjugacy classes</span></li> </ul> </li> <li>Outputs: <ul> <li><span><span>an instance of the type <a title="the class of all characters of finite group representations" href="___Character.html">Character</a></span>, </span></li> </ul> </li> </ul> <div> <h2>Description</h2> <div> <p>Returns the dual of a character, i.e., the character of the dual or contragredient representation.</p> <p>The first argument is the original character.</p> <p>Assuming the polynomial ring over which the character is defined has a coefficient field <span class="tt">F</span> which is a subfield of the complex numbers, then the second argument is the restriction of complex conjugation to <span class="tt">F</span>.</p> <p>As an example, we construct a character of the alternating group $A_4$ considered as a subgroup of the symmetric group $S_4$. The conjugacy classes are represented by the identity, and the permutations $(12)(34)$, $(123)$, and $(132)$, in cycle notation. The character is constructed over the field $\mathbb{Q}[w]$, where $w$ is a primitive third root of unity. Complex conjugation restricts to $\mathbb{Q}[w]$ by sending $w$ to $w^2$. The character is concentrated in homological degree 1, and internal degree 2.</p> </div> <table class="examples"> <tr> <td> <pre><code class="language-macaulay2">i1 : F = toField(QQ[w]/ideal(1+w+w^2)) o1 = F o1 : PolynomialRing</code></pre> </td> </tr> <tr> <td> <pre><code class="language-macaulay2">i2 : R = F[x_1..x_4] o2 = R o2 : PolynomialRing</code></pre> </td> </tr> <tr> <td> <pre><code class="language-macaulay2">i3 : conj = map(F,F,{w^2}) o3 = map (F, F, {- w - 1}) o3 : RingMap F <-- F</code></pre> </td> </tr> <tr> <td> <pre><code class="language-macaulay2">i4 : X = character(R,4,hashTable {(1,{2}) => matrix{{1,1,w,w^2}}}) o4 = Character over R (1, {2}) => | 1 1 w -w-1 | o4 : Character</code></pre> </td> </tr> <tr> <td> <pre><code class="language-macaulay2">i5 : X' = dual(X,conj) o5 = Character over R (-1, {-2}) => | 1 1 -w-1 w | o5 : Character</code></pre> </td> </tr> </table> <div> <p>If working over coefficient fields of positive characteristic or if one wishes to avoid defining conjugation, one may replace the second argument by a list containing a permutation $\pi$ of the integers $1,\dots,r$, where $r$ is the number of conjugacy classes of the group. The permutation $\pi$ is defined as follows: if $g$ is an element of the $j$-th conjugacy class, then $g^{-1}$ is an element of the $\pi (j)$-th class.</p> <p>In the case of $A_4$, the identity and $(12)(34)$ are their own inverses, while $(123)^{-1} = (132)$. Therefore the permutation $\pi$ is the transposition exchanging 3 and 4. Hence the dual of the character in the example above may also be constructed as follows, with $\pi$ represented in one-line notation by a list passed as the second argument.</p> </div> <table class="examples"> <tr> <td> <pre><code class="language-macaulay2">i6 : perm = {1,2,4,3} o6 = {1, 2, 4, 3} o6 : List</code></pre> </td> </tr> <tr> <td> <pre><code class="language-macaulay2">i7 : dual(X,perm) === X' o7 = true</code></pre> </td> </tr> </table> <div> <p>The page <a title="construct a character table" href="_character__Table.html">characterTable</a> contains some motivation for using conjugation or permutations of conjugacy classes when dealing with characters.</p> </div> </div> <div> <h2>See also</h2> <ul> <li><span><a title="construct a character table" href="_character__Table.html">characterTable</a> -- construct a character table</span></li> </ul> </div> <div> <div class="waystouse"> <h2>Ways to use <span class="tt">dual</span>:</h2> <ul> <li><span><kbd>dual(BettiTally)</kbd> -- see <span><a title="the class of all Betti tallies" href="../../Macaulay2Doc/html/___Betti__Tally.html">BettiTally</a> -- the class of all Betti tallies</span></span></li> <li><kbd>dual(Character,List)</kbd></li> <li><kbd>dual(Character,RingMap)</kbd></li> <li><span><a title="make the dual of a complex" href="../../Complexes/html/_dual_lp__Complex_rp.html">dual(Complex)</a> -- make the dual of a complex</span></li> <li><span><a title="the dual of a map of complexes" href="../../Complexes/html/_dual_lp__Complex__Map_rp.html">dual(ComplexMap)</a> -- the dual of a map of complexes</span></li> <li><span><a title="dual of a map" href="../../Macaulay2Doc/html/_dual_lp__Matrix_rp.html">dual(Matrix)</a> -- dual of a map</span></li> <li><span><a title="dual module" href="../../Macaulay2Doc/html/_dual_lp__Module_rp.html">dual(Module)</a> -- dual module</span></li> <li><span><a title="the Alexander dual of a monomial ideal" href="../../Macaulay2Doc/html/_dual_lp__Monomial__Ideal_rp.html">dual(MonomialIdeal)</a> -- the Alexander dual of a monomial ideal</span></li> <li><span><a title="the Alexander dual" href="../../Macaulay2Doc/html/_dual_lp__Monomial__Ideal_cm__List_rp.html">dual(MonomialIdeal,List)</a> -- the Alexander dual</span></li> <li><span><a title="the Alexander dual" href="../../Macaulay2Doc/html/_dual_lp__Monomial__Ideal_cm__Ring__Element_rp.html">dual(MonomialIdeal,RingElement)</a> -- the Alexander dual</span></li> </ul> </div> <div class="waystouse"> <h2>For the programmer</h2> <p>The object <a title="dual module or map" href="../../Macaulay2Doc/html/_dual.html">dual</a> is <span>a <a title="a type of method function" href="../../Macaulay2Doc/html/___Method__Function__With__Options.html">method function with options</a></span>.</p> </div> <hr> <div class="waystouse"> <p>The source of this document is in <span class="tt">BettiCharacters.m2:2846:0</span>.</p> </div> </div> </div> </body> </html>
Simpan