Question: Is it possiable to display a matrix in an inline question?

<p>If been able, in the other types of questions to use the commands;</p>
<table>
<tbody>
<tr>
<td align="right">$D</td>
<td>=</td>
<td>maple("Matrix([[$eig1,0,0],[0,$eig2,0],[0,0,$eig2]])")</td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td align="right">$display1</td>
<td>=</td>
<td>maple("printf(MathML[ExportPresentation]($D))")</td>
</tr>
</tbody>
</table>
<p>to display a matrix. However in an inline question this doesn't work. i've also tried copying the htlm from the equation editor over and this doesn't work either. Does anyone know away around this problem?</p>
<p>Regards</p>
<p>Jim Hitchman</p>
Please Wait...