powered by
Give the structure of a Macaulay2 ring
str_m2(object, ...)
An m2 object
m2
...
Invisible the object passed in.
requires Macaulay2 a <- m2("1") R <- ring(c("x1", "x2", "x3")) str_m2(R) str_m2.default(R)
Run the code above in your browser using DataLab