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 :
~
/
backup
/
usr
/
share
/
Macaulay2
/
Bertini
/
TST
/
View File Name :
demo.tst.m2
loadPackage("Bertini",Reload =>true) R= QQ[x] R = QQ[ x ] F = {x^2*(x-1)} A0 = bertiniPosDimSolve(F) R = QQ[ x ] F = {x^2*(x-1)} S0 = bertiniZeroDimSolve(F) assert(#S0==2) assert(class first S0===Point) R = QQ[ x ] F = {x^2*(x-1)} S1 = bertiniZeroDimSolve(F,UseRegeneration=>1) assert(#S1==1) assert(class first S1===Point) R = QQ[ x ] F = {x^2*(x-1)} S3 = bertiniZeroDimSolve(F,BertiniInputConfiguration => {"UseRegeneration"=>1}) assert(#S3==1) assert(class first S3===Point) R = QQ[ x ] I = ideal {x^2*(x-1)} S0 = bertiniZeroDimSolve(I) assert(#S0==2) assert(class first S0===Point) R = QQ[ x ] I = ideal {x^2*(x-1)} S1 = bertiniZeroDimSolve(I,UseRegeneration=>1) assert(#S1==1) assert(class first S1===Point) R = QQ[ x ] I = ideal {x^2*(x-1)} S3 = bertiniZeroDimSolve(I,BertiniInputConfiguration => {"UseRegeneration"=>1}) assert(#S3==1) assert(class first S3===Point) end --TODO: explain in the documentation how BertiniInputConfiguration are written in uppercase. --TODO: atom editor needs Reload coloring like true