First time here? Check out the FAQ!
answered 2014-07-24 13:52:20 +0100
Here is a way:
sage: R.<x,y>=QQbar[] sage: R({(1,1):2}) 2*x*y sage: R({(1,1):2,(3,4):77}) 77*x^3*y^4 + 2*x*y