> --
>
> You received this message because you are subscribed to the Google Groups "sympy" group.
> To post to this group, send email to
sy...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/sympy?hl=.
>
>
>
>
I am modifying latex.py for other reasons but it is easy to include such
an option, but I need to know how one distinguishes between a general
function such as 'f(x)' and a specific function such as 'sin(x)'. Is
there an easy test for this condition?
Also I was able to add a class function to the "Function" class
"set_latex_name(latex_name)", but am unsure as how to do something like
"F = Fuction('f','f^{x_{1}}')(x)" because of the python nomenclature
used "__new__" to instantciate a "Function". I could use an explanation
of how "__new__" in "class Function" works (my experience has always
been with "__init__". Also have no experience with the decorators used
is that instance.