| 1 | initial version |
t, s = var(' t s ')
A = matrix([[3*t,t^2],[-2*t, t]])
B = A.apply_map(lambda e: integrate(e,t,0,s))
B.exp()
I Think this is what you are looking for. Note that simple 'integrate' function won't integrate the matrix.
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.