i1 = R = ZZ/101[a..d]
o1 = R
o1 : PolynomialRing
i2 = genericMatrix(R,a,2,2)
o2 = | a c |
| b d |
2 2
o2 : Matrix R <--- R
Go to main index.
Go to concepts index.