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