Thanks, either suggestion worked. I was doing this in my definite
integral function.
Robert, someone hacked my e-mail. I just sent you a new e-mail this
morning. I would really like to collaborate with you on the server,
if you are interested. We are doing very similar things. Do you have
tim
On 16 říj, 21:32, Laurent wrote:
> a = 1
> b = 2
> c = 3
> d = 8
> print "\\frac{",a,"-",b,"}{",c,"-",d,"}=",(a-b)/(c-d)
perhaps print "\\frac{",a,"-(",b,")}{",c,"-",d,"}=",(a-b)/(c-d) if
b<0
Robert
--~--~-~--~~~---~--~~
To post to this group, send email to
Mikado ha scritto:
> I am trying to create a simple slope of a line function that shows all
> the steps in calculating a slope. It takes four numeric values. In
> the first step I would like the user to see m =(1-2)/(3+8). Pretty
> print. Using latex? I would then do some simplifying and show