extensions:tropicalquarticcurves

Differences

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

Link to this comparison view

Next revision
Previous revision
extensions:tropicalquarticcurves [2021/12/07 13:17] – created 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 or newer.
  
-[[http://page.math.tu-berlin.de/~joswig/software/polymake/TropicalCubics-0.2.tar.xz|TropicalCubics-0.2.tar.xz]] [04 Feb 2020], for polymake version 4.0 
- 
-[[http://page.math.tu-berlin.de/~joswig/software/polymake/TropicalCubics-0.1.tar.xz|TropicalCubics-0.1.tar.xz]] [28 May 2019], for polymake versions 3.5 and 3.6 
  
 ===== 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.
 <code> <code>
-tar Jxpf TropicalCubics-0.2.tar.xz CHANGE THIS+tar Jxpf tropicalquarticcurves-0.1.tar.xz 
 </code> </code>
-Suppose this ends up at ''/your/path/TropicalCubics-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/TropicalCubics-0.2";+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 109: 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 185: 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.1638883065.txt.gz
  • Last modified: 2021/12/07 13:17
  • by panizzut