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
extensions:tropicalquarticcurves [2021/12/07 14:30] – [Installation] panizzutextensions:tropicalquarticcurves [2023/03/15 08:26] (current) – [Installation] ageiger
Line 9: Line 9:
  
 ===== Download ===== ===== Download =====
-{{ :download:tropicalquarticcurves-0.1.tar.xz |}} [07 Dec 2021], for polymake version 4.5+{{ :download:tropicalquarticcurves-0.1.tar.xz |}} [07 Dec 2021], for polymake version 4.5 or newer.
  
  
 ===== Installation ===== ===== Installation =====
  
-This requires an installation of polymake, version 4.5.  +This requires an installation of polymake, version 4.5 or newer.  
  
 After download you first need to extract the code. After download you first need to extract the code.
Line 20: Line 20:
 tar Jxpf tropicalquarticcurves-0.1.tar.xz  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";
 </code> </code>
 Do not forget to use an absolute path!  Afterwards you are good to run the code.  This import needs to be performed only once.  The reference to the extension is permanently stored in ''$HOME/.polymake/settings'' For more details there is a [[user_guide/extend/extensions|guide to polymake's extension system]]. Do not forget to use an absolute path!  Afterwards you are good to run the code.  This import needs to be performed only once.  The reference to the extension is permanently stored in ''$HOME/.polymake/settings'' For more details there is a [[user_guide/extend/extensions|guide to polymake's extension system]].
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.1638887412.txt.gz
  • Last modified: 2021/12/07 14:30
  • by panizzut