Hi Mat, On Wed, Feb 20, 2013 at 8:49 AM, Mathew Topper <[email protected]> wrote: > Hi, > > I'm really loving the combination of sympy with the ipython notebook, but I > was wondering if it is possible to produce more elaborate symbols than are > shown in the examples? > > I really want Edot = Symbol($\dot{E}$), for instance, but I can't get it to > work. Is this possible and, if so, could someone show me how?
Here is an example notebook that does it: http://nbviewer.ipython.org/5003072/ you need to use Symbol("\dot{E}"). Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
