First time here? Check out the FAQ!
answered 2015-11-26 13:41:24 +0100
This is not supported but you can use
sage: f.apply_map(lambda e: integrate(e,x,0,1)) [1/2 1] [1/3 2]
The method apply_map simply applies a function entrywise.