answered 9 years ago
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.