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
/
Macaulay2
/
View File Name :
RandomCurves.m2
newPackage( "RandomCurves", Version => "0.6", Date => "July 5, 2011", Authors => {{Name => "Frank-Olaf Schreyer", Email => "schreyer@math.uni-sb.de", HomePage => "http://www.math.uni-sb.de/ag/schreyer/"}, {Name => "Hans-Christian Graf v. Bothmer", Email => "bothmer@uni-math.gwdg.de", HomePage => "http://www.crcg.de/wiki/User:Bothmer"}, {Name=> "Florian Geiss", Email=> "fg@math.uni-sb.de", HomePage=> "http://www.math.uni-sb.de/ag/schreyer/"} }, Headline => "random curves", Keywords => {"Examples and Random Objects"}, PackageExports => {"RandomObjects","RandomSpaceCurves","RandomPlaneCurves","RandomGenus14Curves","RandomCanonicalCurves"}, DebuggingMode => false ) beginDocumentation() -- authors: add some text to this documentation node: doc /// Key RandomCurves Headline random curves Description Text This package loads the @TO RandomObjects@, @TO RandomSpaceCurves@, @TO RandomPlaneCurves@, @TO RandomGenus14Curves@, and @TO RandomCanonicalCurves@ packages. /// end restart; uninstallPackage"RandomCurves" uninstallPackage"RandomObjects" uninstallPackage"RandomPlaneCurves" uninstallPackage"RandomSpaceCurves" uninstallPackage"RandomGenus14Curves" uninstallPackage"RandomCanonicalCurves" --installing all packages takes about 90 seconds: installPackage("RandomObjects",RerunExamples=>true,RemakeAllDocumentation=>true); installPackage("RandomPlaneCurves",RerunExamples=>true,RemakeAllDocumentation=>true); installPackage("RandomSpaceCurves",RerunExamples=>true,RemakeAllDocumentation=>true); installPackage("RandomGenus14Curves",RerunExamples=>true,RemakeAllDocumentation=>true); installPackage("RandomCanonicalCurves",RerunExamples=>true,RemakeAllDocumentation=>true); installPackage("RandomCurves",RerunExamples=>true,RemakeAllDocumentation=>true); restart loadPackage"RandomCurves" viewHelp g=7; kk=ZZ/101; R=kk[x_0..x_(g-1)]; C=(random canonicalCurve)(g,R); betti res C (genus C, degree C)