| 1 | initial version |
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.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.