Question 1163092
<pre>
Just substitute 10 for n<sub>0</sub>, whichever you meant.  I couldn't tell
because you forgot to enclose the exponent in parentheses.  Since you didn't
use parentheses, there is no way to know whether you wanted to include the
division by 3 as part of the exponent or as part of the whole expression.

{{{matrix(2,1,"",


n[0]*2^(2t/3))}}} or {{{n[0]*2^(2t)/3}}} 

Edwin</pre>