extensions:tropicalquarticcurves

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
extensions:tropicalquarticcurves [2021/12/07 14:29] panizzutextensions:tropicalquarticcurves [2023/03/08 09:24] – [Examples] ageiger
Line 18: Line 18:
 After download you first need to extract the code. After download you first need to extract the code.
 <code> <code>
-tar Jxpf TropicalQuarticCurves-0.1.tar.xz CHANGE THIS+tar Jxpf tropicalquarticcurves-0.1.tar.xz 
 </code> </code>
-Suppose this ends up at ''/your/path/TropicalQuarticCurves-0.2'' Then you start up polymake.  Within the polymake shell do:+Suppose this ends up at ''/your/path/TropicalQuarticCurves-0.1'' Then you start up polymake.  Within the polymake shell do:
 <code> <code>
 import_extension "/your/path/TropicalQuarticCurves-0.1"; import_extension "/your/path/TropicalQuarticCurves-0.1";
Line 107: Line 107:
 > application "fan"; > application "fan";
 > print $Motifs->[0]->TYPE,"\n"; > print $Motifs->[0]->TYPE,"\n";
-> print $Motifs->[0]->HYPERPLANES; 
 A A
 +> print $Motifs->[0]->HYPERPLANES;
 +
 > print $Motifs->[5]->TYPE,"\n"; > print $Motifs->[5]->TYPE,"\n";
-> print $Motifs->[5]->HYPERPLANES; 
 EFJ EFJ
 +> print $Motifs->[5]->HYPERPLANES;
 0 -1 0 0 1 0 1 0 0 0 0 -1 0 0 0 0 -1 0 0 1 0 1 0 0 0 0 -1 0 0 0
 </code> </code>
Line 183: Line 184:
 > $Dsigns = $D->ALL_SIGN_CONDITIONS; > $Dsigns = $D->ALL_SIGN_CONDITIONS;
 > print $Dsigns->rows(),"\n"; > print $Dsigns->rows(),"\n";
-> print $Motifs->[2]->SIGN_CONDITIONS; 
 6 6
 +> print $Motifs->[2]->SIGN_CONDITIONS;
 Triangulation is not generic. Triangulation is not generic.
 </code> </code>
  • extensions/tropicalquarticcurves.txt
  • Last modified: 2023/03/15 08:26
  • by ageiger