Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question
0

Polynomial ring with a number (to be determined) of variables

asked 5 years ago

mcmug gravatar image

I know that we can construct the ring of polynomials with three variables with the following command:

R.<x0,x1,x2>=PolynomialRing(ZZ)

How can I construct the ring of polynomials with n varaibles, where n is to be specified later?

Thanks in advance!

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 5 years ago

rburing gravatar image

updated 5 years ago

You don't even have to decide on n at all; just take an infinite polynomial ring.

By Infinite Polynomial Rings, we mean polynomial rings in a countably infinite number of variables. The implementation consists of a wrapper around the current finite polynomial rings in Sage.

Call polynomial_ring() to get the underlying finite polynomial ring.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 5 years ago

Seen: 344 times

Last updated: Mar 13 '20