Ask Your Question

weafpiojasdf's profile - activity

2023-10-29 10:33:57 +0200 received badge  Notable Question (source)
2023-02-17 21:15:11 +0200 received badge  Popular Question (source)
2021-04-18 14:23:19 +0200 marked best answer Construct polynomial ring from list of variables

In constructing polynomial rings, documentation says that diamond brackets are used "to make the variable ready for use after you define the ring", but the variables are entered explicitly: R.<x,y> .

What if I have a list of (an unknown number of) variables?

E.g. if I have xs = [x_1,x_2,x_3], I want to construct a polynomial ring and subsequently manipulate x_1 + x_2, etc., within that ring instead of "symbolic ring". I'd like to do something like R.<xs> but that doesn't seem to work.

2021-04-18 14:23:19 +0200 received badge  Scholar (source)
2021-04-18 14:23:12 +0200 received badge  Supporter (source)
2021-04-18 12:35:51 +0200 received badge  Student (source)
2021-04-18 12:28:49 +0200 asked a question Construct polynomial ring from list of variables

Construct polynomial ring from list of variables In constructing polynomial rings, documentation says that diamond brack