Ask Your Question

rogervanpeski's profile - activity

2021-02-03 15:16:46 +0200 received badge  Student (source)
2015-07-28 22:33:28 +0200 received badge  Scholar (source)
2015-07-28 21:27:52 +0200 commented answer Implement mapping symmetric polynomial to Laurent polynomial

That's exactly what I needed, thanks!

2015-07-28 00:01:08 +0200 asked a question Implement mapping symmetric polynomial to Laurent polynomial

How can you implement transforming a symmetric polynomial into a Laurent polynomial by mapping some variables to the inverses of others? In other words, given, say, a polynomial in $x_0,y_0,x_1,y_1$, how can we output this polynomial under the map sending $y_i$ to $x_i^{-1}$? I'm specifically looking to apply this to Hall-Littlewood polynomials if that helps.