Thank you for the note.
You claim: "For \int_{1/3}^1 fra(1/x) dx Maple returns ln 3 - 1/3".
I can't reproduce this on Maple 13 on linux,
here is a session:
> fra1:=x->1/2+I/(2*Pi)*log(-exp(-2*Pi*I*x)):
> ii:=int(fra1(1/x),x=1/3..1);
ii := - 5/6 + ln(3)
>
What abou
On 2013-08-26, Jose Guzman wrote:
> Hi everybody
>
> I've newly installed IPython 1.0 and sage 5.11 from sources and found
> everything OK. However, when starting sage, I found the following the error:
>
> http://pastebin.com/PP09gGd4
>
> I would appreciate some hint
most probably it's old stuff
On 2013-08-26, Oskar Till wrote:
> Hello,
>
> I'm new to Sage and I'm trying to do some calculations in toric geometry. My
> binary version struggled, and some of the combinatorial geometry functions
> didn't work. I was advised to build sage from source, which now gave me more
> problems. I'm
attach("/path/to/foo.sage")
On Monday, August 26, 2013 2:14:00 AM UTC+1, rachel...@gmail.com wrote:
>
> Dear Sage team,
>
> I'm using sage version 5.4.1 on a mac running OSX version 6.8.
>
> I'm a novice programmer, and I'm trying to write a program to do some
> computations. I've created a b
Hi everybody
I've newly installed IPython 1.0 and sage 5.11 from sources and found
everything OK. However, when starting sage, I found the following the error:
http://pastebin.com/PP09gGd4
I would appreciate some hint
Thanks
Jose
--
Jose Guzman
http://www.ist.ac.at/~jguzman/
--
You receive
On Sunday, August 25, 2013 9:14:00 PM UTC-4, rachel...@gmail.com wrote:
>
> Dear Sage team,
>
> I'm using sage version 5.4.1 on a mac running OSX version 6.8.
>
> I'm a novice programmer, and I'm trying to write a program to do some
> computations. I've created a bunch of different .sage file
Hello,
I'm new to Sage and I'm trying to do some calculations in toric geometry. My
binary version struggled, and some of the combinatorial geometry functions
didn't work. I was advised to build sage from source, which now gave me more
problems. I'm running Mac OS_X 10.7.5 (with latest XCode i
Dear Sage team,
I'm using sage version 5.4.1 on a mac running OSX version 6.8.
I'm a novice programmer, and I'm trying to write a program to do some
computations. I've created a bunch of different .sage files using Aquamacs,
each of which contains some of the functions I need. Right now, al