Is there a way to simplify_full and trig_reduce a matrix?
I know I can do it component by component and then construct a matrix out of the output. But it would be nice if I could just say matrix.trig_reduce() and get a matrix with all the components trig_reduced. Thanks in advance
See also http://trac.sagemath.org/sage_trac/ticket/10552