One Hat Cyber Team
Your IP :
216.73.216.14
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
/
NCAlgebra
/
examples
/
View File Name :
_to__M2__Ring.out
-- -*- M2-comint -*- hash: 17473218886433899637 i1 : A = skewPolynomialRing(QQ,(-1)_QQ,{w,x,y,z}) --Calling Bergman for NCGB calculation. Complete! o1 = A o1 : NCQuotientRing i2 : x*y-y*x o2 = 2xy o2 : A i3 : w^2 2 o3 = w o3 : A i4 : B = toM2Ring(A) o4 = B o4 : QuotientRing i5 : x*y-y*x o5 = 0 o5 : B i6 : w^2 2 o6 = w o6 : B i7 : C = toM2Ring(A,SkewCommutative=>true) o7 = C o7 : PolynomialRing, 4 skew commutative variable(s) i8 : x*y-y*x o8 = 2x*y o8 : C i9 : w^2 o9 = 0 o9 : C i10 :