Any chance that we can add simplify_full on matrices? So that each element 
is simplified if possible?

For example, 
D = matrix([[-(e^3+2)/(e^3-1) + (2*e^3+1)/(e^3-1),1],[2,0]])

In sage, this returns a complex matrix.
D[0][0].simplify_full() returns 1.

I've noticed that matrices have the methods D.simplify, D.simplify_trig and 
D.simplify_rational, and all these work as expected. Is there a reason that 
simplfy_full() isn't implemented?

Thank you,
Joal Heagney


-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to