Question: How to make MapleTA not simplify?

When presenting  t3 / t2  by programming

   $formula = maple("printf(MathML:-ExportPresentation(t^3/t^2))");

MapleTA will automatically simplify this to the result:  t

How can I force MapleTA to not simplify this expression?

Thanks!

Please Wait...