> This works for me -
> 
> .. math::
>    :nowrap:
> 
>    \begin{align*}
>       c &= a+b \\
>       c^{2} &= (a+b)^{2} \\
>       c^{2} &= a^{2}+ab+ba+b^{2} \\
>       a\cdot b &= (c^{2}-a^{2}-b^{2})/2 \in \Re
>    \end{align*}

Thanks. It works now even this way:

.. math ::
   f(g(w)) &= -\frac{\pi^2 g(w)^4}{16} \\
           &= -\frac{\pi^2 g\left(\frac{2}{\sqrt{\pi}} \exp\left(\frac{i 
\pi}{4}\right) w^{\frac{1}{4}}\right)^4}{16} \\
           &= -\frac{\pi^2 \frac{2^4}{\sqrt{\pi}^4} \exp\left(\frac{i 
\pi}{4}\right)^4 {w^{\frac{1}{4}}}^4}{16} \\
           &= -\exp\left(i \pi\right) w \\
           &= w

It turned out that I had some simple latex errors like double superscript.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to