One Hat Cyber Team
Your IP :
216.73.216.115
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
/
BoijSoederberg
/
html
/
Edit File:
_decompose__Betti.html
<!DOCTYPE html> <html lang="en"> <head> <title>decomposeBetti -- write a Betti diagram as a positive combination of pure integral diagrams</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="Betti diagram routines" href="index.html">BoijSoederberg</a> :: <a title="write a Betti diagram as a positive combination of pure integral diagrams" href="_decompose__Betti.html">decomposeBetti</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="_decompose__Degrees.html">next</a> | <a href="_decompose_lp__Betti__Tally_rp.html">previous</a> | <a href="_decompose__Degrees.html">forward</a> | <a href="_decompose_lp__Betti__Tally_rp.html">backward</a> | up | <a href="master.html">index</a> | <a href="toc.html">toc</a> </div> </div> <hr> <div> <h1>decomposeBetti -- write a Betti diagram as a positive combination of pure integral diagrams</h1> <ul> <li> <dl class="element"> <dt>Usage: </dt> <dd><code class="language-macaulay2">decomposeBetti B</code></dd> </dl> </li> <li>Inputs: <ul> <li><span><span class="tt">B</span>, not necessarily Cohen-Macaulay</span></li> </ul> </li> <li><a href="../../Macaulay2Doc/html/_using_spfunctions_spwith_spoptional_spinputs.html">Optional inputs</a>: <ul> <li><span><span class="tt">TableEntries</span><span class="tt"> => </span><span class="tt">...</span>, <span>default value LeastIntegerEntries</span></span></li> </ul> </li> <li>Outputs: <ul> <li><span><span>an <a title="the class of all expressions" href="../../Macaulay2Doc/html/___Expression.html">expression</a></span>, a positive combination of pure integral Betti diagrams</span></li> </ul> </li> </ul> <div> <h2>Description</h2> This applies the algorithm implied by the Boij-Soederberg conjecture, and also works even if the diagram does not corresponds to a Cohen-Macaulay module. <table class="examples"> <tr> <td> <pre><code class="language-macaulay2">i1 : R = ZZ/103[a,b,c] o1 = R o1 : PolynomialRing</code></pre> </td> </tr> <tr> <td> <pre><code class="language-macaulay2">i2 : I = ideal"a3,abc,b4,c4,b2c2" 3 4 4 2 2 o2 = ideal (a , a*b*c, b , c , b c ) o2 : Ideal of R</code></pre> </td> </tr> <tr> <td> <pre><code class="language-macaulay2">i3 : B = betti res I 0 1 2 3 o3 = total: 1 5 8 4 0: 1 . . . 1: . . . . 2: . 2 . . 3: . 3 2 . 4: . . 4 2 5: . . 2 2 o3 : BettiTally</code></pre> </td> </tr> <tr> <td> <pre><code class="language-macaulay2">i4 : decomposeBetti(B) 1 / 0 1 2 3\ 1 / 0 1 2 3\ 3 / 0 1 2 3\ 11 / 0 1 2 3\ 1 / 0 1 2 3\ o4 = (--)|total: 8 35 42 15| + (--)|total: 2 7 14 9| + (--)|total: 1 7 14 8| + (--)|total: 1 6 8 3| + (--)|total: 3 14 32 21| 21 | 0: 8 . . .| 21 | 0: 2 . . .| 28 | 0: 1 . . .| 48 | 0: 1 . . .| 16 | 0: 3 . . .| | 1: . . . .| | 1: . . . .| | 1: . . . .| | 1: . . . .| | 1: . . . .| | 2: . 35 . .| | 2: . 7 . .| | 2: . . . .| | 2: . . . .| | 2: . . . .| | 3: . . 42 .| | 3: . . . .| | 3: . 7 . .| | 3: . 6 . .| | 3: . 14 . .| \ 4: . . . 15/ \ 4: . . 14 9/ \ 4: . . 14 8/ | 4: . . 8 .| | 4: . . . .| \ 5: . . . 3/ \ 5: . . 32 21/ o4 : Expression of class Sum</code></pre> </td> </tr> </table> We can see what the pure diagrams should be using the Herzog-Kuhl equations from Boij-Soederberg's initial paper <table class="examples"> <tr> <td> <pre><code class="language-macaulay2">i5 : decomposeBetti(B,TableEntries => HerzogKuhl) / 0 1 2 3\ / 0 1 2 3\ / 0 1 2 3\ / 0 1 2 3\ / 0 1 2 3\ | 1 1 1 1| | 1 1 1 1| | 1 1 1 1| | 1 1 1 1| | 1 1 1 1| o5 = (40)|total: --- -- -- --| + (12)|total: --- -- -- --| + (18)|total: --- -- -- --| + (44)|total: --- -- -- --| + (42)|total: --- -- -- --| | 105 24 20 56| | 126 36 18 28| | 168 24 12 21| | 192 32 24 64| | 224 48 21 32| | 1 | | 1 | | 1 | | 1 | | 1 | | 0: --- . . .| | 0: --- . . .| | 0: --- . . .| | 0: --- . . .| | 0: --- . . .| | 105 | | 126 | | 168 | | 192 | | 224 | | 1: . . . .| | 1: . . . .| | 1: . . . .| | 1: . . . .| | 1: . . . .| | 1 | | 1 | | 2: . . . .| | 2: . . . .| | 2: . . . .| | 2: . -- . .| | 2: . -- . .| | 1 | | 1 | | 1 | | 24 | | 36 | | 3: . -- . .| | 3: . -- . .| | 3: . -- . .| | 1 | | 3: . . . .| | 24 | | 32 | | 48 | | 3: . . -- .| | 1 1| | 1 1| | 1 | | 4: . . . .| | 20 | | 4: . . -- --| | 4: . . -- --| | 4: . . -- .| | 1 1| | 1| \ 18 28/ \ 12 21/ | 24 | | 5: . . -- --| | 4: . . . --| | 1| \ 21 32/ \ 56/ | 5: . . . --| \ 64/ o5 : Expression of class Sum</code></pre> </td> </tr> </table> And we can also see what the realization modules from the Eisenbud-Schreyer paper will be. <table class="examples"> <tr> <td> <pre><code class="language-macaulay2">i6 : decomposeBetti(B,TableEntries => RealizationModules) 1 / 0 1 2 3\ 1 / 0 1 2 3\ 3 / 0 1 2 3\ 11 / 0 1 2 3\ 1 / 0 1 2 3\ o6 = (--)|total: 24 105 126 45| + (---)|total: 10 35 70 45| + (---)|total: 5 35 70 40| + (----)|total: 35 210 280 105| + (--)|total: 15 70 160 105| 63 | 0: 24 . . .| 105 | 0: 10 . . .| 140 | 0: 5 . . .| 1680 | 0: 35 . . .| 80 | 0: 15 . . .| | 1: . . . .| | 1: . . . .| | 1: . . . .| | 1: . . . .| | 1: . . . .| | 2: . 105 . .| | 2: . 35 . .| | 2: . . . .| | 2: . . . .| | 2: . . . .| | 3: . . 126 .| | 3: . . . .| | 3: . 35 . .| | 3: . 210 . .| | 3: . 70 . .| \ 4: . . . 45/ \ 4: . . 70 45/ \ 4: . . 70 40/ | 4: . . 280 .| | 4: . . . .| \ 5: . . . 105/ \ 5: . . 160 105/ o6 : Expression of class Sum</code></pre> </td> </tr> </table> </div> <div> <h2>See also</h2> <ul> <li><span><a title="write a Betti diagram as a positive combination of pure integral diagrams" href="_decompose_lp__Betti__Tally_rp.html">decompose(BettiTally)</a></span></li> <li><span><a title="Find the degree sequences of pure diagrams occurring in a Boij-Soederberg decomposition of B" href="_decompose__Degrees.html">decomposeDegrees</a> -- Find the degree sequences of pure diagrams occurring in a Boij-Soederberg decomposition of B</span></li> </ul> </div> <div> <div class="waystouse"> <h2>Ways to use <span class="tt">decomposeBetti</span>:</h2> <ul> <li><span><span class="tt">decomposeBetti(BettiTally)</span> (missing documentation)<!--tag: (decomposeBetti,BettiTally)--> </span></li> </ul> </div> <div class="waystouse"> <h2>For the programmer</h2> <p>The object <a title="write a Betti diagram as a positive combination of pure integral diagrams" href="_decompose__Betti.html">decomposeBetti</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">BoijSoederberg.m2:1799:0</span>.</p> </div> </div> </div> </body> </html>
Simpan