Difference between revisions of "Guide to contributing: Code"

From Block library
Jump to: navigation, search
(Removed GAP code heading)
 
(5 intermediate revisions by one other user not shown)
Line 5: Line 5:
 
The following code, written by Claudio Marchi and [[User:CesareGArdito|Cesare G. Ardito]], can usually be run on the free Magma online calculator [http://magma.maths.usyd.edu.au/calc/], as long as the involved group is small.
 
The following code, written by Claudio Marchi and [[User:CesareGArdito|Cesare G. Ardito]], can usually be run on the free Magma online calculator [http://magma.maths.usyd.edu.au/calc/], as long as the involved group is small.
  
<div class="toccolours mw-collapsible" style="overflow:auto;">
+
<div class="toccolours mw-collapsible mw-collapsed" style="overflow:auto;">
 +
<div style="font-weight:bold;line-height:1.6;">Magma code</div>
 +
<div class="mw-collapsible-content">
 
<pre>
 
<pre>
  
Line 103: Line 105:
 
end for;
 
end for;
 
</pre>
 
</pre>
</div>
+
</div></div>
 
Note that, if <math>G</math> has more than one block, some manual work on the output is needed to isolate the relevant submatrices and indecomposable projective modules that belong to the block that is being investigated.
 
Note that, if <math>G</math> has more than one block, some manual work on the output is needed to isolate the relevant submatrices and indecomposable projective modules that belong to the block that is being investigated.

Latest revision as of 20:08, 10 January 2024

The code in this section computes the Cartan matrix, the decomposition matrix and the Loewy structure of the projective indecomposable modules. The output is formatted in LaTeX, so it can be copied and pasted easily on the relevant block page.

Magma code

The following code, written by Claudio Marchi and Cesare G. Ardito, can usually be run on the free Magma online calculator [1], as long as the involved group is small.

[Expand]
Magma code

Note that, if [math]G[/math] has more than one block, some manual work on the output is needed to isolate the relevant submatrices and indecomposable projective modules that belong to the block that is being investigated.