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
/
NCAlgebra
/
examples
/
View File Name :
___N__C__Matrix_sp_st_sp__N__C__Ring__Element.out
-- -*- M2-comint -*- hash: 18428378250491449109 i1 : B = threeDimSklyanin(QQ,{1,1,-1},{x,y,z}) --Calling Bergman for NCGB calculation. Complete! o1 = B o1 : NCQuotientRing i2 : M = ncMatrix {{x, y, z}} o2 = | x y z | o2 : NCMatrix i3 : sigma = ncMap(B,B,{y,z,x}) o3 = NCRingMap B <--- B o3 : NCRingMap i4 : N = ncMatrix {{M},{sigma M}, {sigma sigma M}} o4 = | x y z | | y z x | | z x y | o4 : NCMatrix i5 : N*x^2 o5 = | x^3 x^2*y x^2*z | | x^2*y x^2*z x^3 | | x^2*z x^3 x^2*y | o5 : NCMatrix i6 :