Ask Your Question

sudiplaudari's profile - activity

2017-04-06 05:28:15 +0200 asked a question Write a sage code that checks whether a given plane partition is cyclically symmetric.

For example, if the input is [[3,2,2,],[3,2],[1,1]], the output must be True. this question is related to combinatorics and I am quite new in sage. So I am trying to define it in sage . Than you

2017-03-16 23:17:30 +0200 asked a question Sage code that receives a symmetric partition as an input and returns the corresponding partition with odd parts.

I am a beginner in Sage . I Just got how to find number of partitions and cardinality of partitions. But this questions is being complicated to me. Please help.