[sympy] Arithmetic expressions (just numbers) to latex without evaluating them

2013-06-21 Thread peibol
Hi all I've been searching just to check if what I want to do is feasible with sympy. The thing is that I have an expression ('a/b+c/d') for which I want to give several sets of values and for each set render the latex without evaluating it. I don't know how to avoid automatic evaluation and s

Re: [sympy] Arithmetic expressions (just numbers) to latex without evaluating them

2013-06-21 Thread Aaron Meurer
On Fri, Jun 21, 2013 at 5:48 PM, peibol wrote: > Hi all > > I've been searching just to check if what I want to do is feasible with > sympy. The thing is that I have an expression ('a/b+c/d') for which I want > to give several sets of values and for each set render the latex without > evaluating i

Re: [sympy] Arithmetic expressions (just numbers) to latex without evaluating them

2013-06-22 Thread peibol
Thanks! It works for me. With the trick I can print the numeric expression. El sábado, 22 de junio de 2013 05:55:16 UTC+2, Aaron Meurer escribió: > > On Fri, Jun 21, 2013 at 5:48 PM, peibol > > wrote: > > Hi all > > > > I've been searching just to check if what I want to do is feasible with >