Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question
0

Plethysym as composition of functions

asked 11 years ago

JoshIzzard gravatar image

On this page the plethysym function is described as "composition of functions". Is this implying that writing s[2](s[lambda]) for some other partition λ is like taking the symmetric square of the schur function corresponding to λ?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 11 years ago

niles gravatar image

I don't know the answer to this question, but you may be able to determine it yourself by looking at the source code for plethysm. You can do this with .plethysm??, as in

sage: Sym = SymmetricFunctions(QQ)
sage: s = Sym.schur()
sage: s2 = s[2]
sage: s2.plethysm??

Also (I apologize if you've already checked this) the Wikipedia page on plethysm is very short, but includes a cryptic comment which may help you decide if your guess is correct or not. Good luck!

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: 11 years ago

Seen: 482 times

Last updated: May 30 '13