On Nov 26, 10:14 am, john_perry_usm wrote:
> On Saturday, November 24, 2012 2:19:54 PM UTC-6, Andrea Lazzarotto wrote:
>
> > Hi, about two months ago there was the Linux Day here in Italy. For the
> > occasion I prepared a presentation about Sage. If you speak Italian and
> > want to check it ou
On Saturday, November 24, 2012 2:19:54 PM UTC-6, Andrea Lazzarotto wrote:
>
> Hi, about two months ago there was the Linux Day here in Italy. For the
> occasion I prepared a presentation about Sage. If you speak Italian and
> want to check it out, you can find it on my blog, with 4 short video de
>
> The code works fine in a worksheet cell inside Sage Notebook. The Sage
> Cell Server handles the code differently. Don't know why.
>
> In the line f(x) = funktion f(x) is interpreted as function call.
>
Declaring x as variable ( var('x') inside the interact function) fixes the
prob