Question: Format maple output

I'm trying to insert a random polynom in a mathml question, let me explain: code: $a = range(-5,5) $b = range(-5,5) $c = range(-5,5) $eq = maple('MathML:-ExportPresentation(($a)*x+($b)*y+($c)*z = 0)) question: Obviulsy i'm getting error on that because eq is in mathMl format, with
Please Wait...