First time here? Check out the FAQ!
answered 2012-04-24 10:46:13 +0100
sage: for a in D2(1,0).weight_multiplicities().items(): print a ....: ((0, 1), 1) ((1, 0), 1) ((-1, 0), 1) ((0, -1), 1)