[sympy] symbol string

2008-12-25 Thread Alan Bromborsky
If 'f' is a sympy symbol is there anyway of accessing the string representation of 'f' without using str(f). I need this because of the way I have implemented my extended latex driver. If I use str(f) I get a latex expression. What I am doing is converting a symbol to a function. If I was

[sympy] Re: symbol string

2008-12-25 Thread Alan Bromborsky
Alan Bromborsky wrote: > If 'f' is a sympy symbol is there anyway of accessing the string > representation of 'f' without using str(f). I need this because of the > way I have implemented my extended latex driver. If I use str(f) I get > a latex expression. What I am doing is converting a sy

[sympy] Re: symbol string

2008-12-25 Thread Alan Bromborsky
Alan Bromborsky wrote: > Alan Bromborsky wrote: > >> If 'f' is a sympy symbol is there anyway of accessing the string >> representation of 'f' without using str(f). I need this because of the >> way I have implemented my extended latex driver. If I use str(f) I get >> a latex expression.

[sympy] Re: symbol string

2008-12-25 Thread Ondrej Certik
On Thu, Dec 25, 2008 at 2:37 PM, Alan Bromborsky wrote: > > If 'f' is a sympy symbol is there anyway of accessing the string > representation of 'f' without using str(f). I need this because of the > way I have implemented my extended latex driver. If I use str(f) I get > a latex expression. W

[sympy] Re: picture shown within sympy-live

2008-12-25 Thread Ondrej Certik
On Thu, Dec 25, 2008 at 7:02 AM, chu-ching huang wrote: > > Hi, > > Sympy-live is a good idea for light-weight sympy programming. But is > there any schedule for supporting simple python plot functionality? Speaking for myself, my own priorities are documentation, assumptions, then implementin

[sympy] Re: LaTeX Printing Proposals

2008-12-25 Thread Ondrej Certik
Hi Freddie, On Thu, Dec 25, 2008 at 12:30 AM, Freddie Witherden wrote: > Hi all, > > I have been toying around with a couple of ideas which might be worth > investigating for the LaTeX printer. First off, different bracket > styles depending on the nesting level. So it might go: > { [ ( ( ) ) ]

[sympy] Re: LaTeX Printing Proposals

2008-12-25 Thread Freddie Witherden
Hi all, > I have been toying around with a couple of ideas which might be worth > investigating for the LaTeX printer. First off, different bracket > styles depending on the nesting level. So it might go: > { [ ( ( ) ) ] }; exactly how to do this I am unsure. It depends on how > easy it is to mai