On 07/26/2010 04:17:05 PM, John H Palmieri wrote:
On Jul 26, 3:45 pm, Mike Witt wrote:
> On 07/26/2010 01:24:34 PM, John H Palmieri wrote:
>
>
>
>
>
> > On Jul 26, 12:59 pm, Mike Witt wrote:
> > > sage: version()
> > > 'Sage Version 4.5.1, Release Date: 2010-07-19'
>
> > > I'd like to to define
On Jul 26, 3:45 pm, Mike Witt wrote:
> On 07/26/2010 01:24:34 PM, John H Palmieri wrote:
>
>
>
>
>
> > On Jul 26, 12:59 pm, Mike Witt wrote:
> > > sage: version()
> > > 'Sage Version 4.5.1, Release Date: 2010-07-19'
>
> > > I'd like to to define a latex macro, in a worksheet,
> > > so that I can
On 07/26/2010 01:24:34 PM, John H Palmieri wrote:
On Jul 26, 12:59 pm, Mike Witt wrote:
> sage: version()
> 'Sage Version 4.5.1, Release Date: 2010-07-19'
>
> I'd like to to define a latex macro, in a worksheet,
> so that I can use it later to do something like this:
>
> html('State = $\\ket{0}$
maybe Y[k] is possible if you create a subclass of matrix and overload
the [] operator.
but you have to think about Y[1] returns the first row of the matrix so
it would be inconsistent.
greatz
Am 25.07.2010 10:52, schrieb drenwal:
> Hello,
>
> I would like to define an action, let us say:
>
> def
On Mon, Jul 26, 2010 at 2:24 PM, Chris Wright wrote:
> I teach mathematics at a high school, and I am having our IT person set up a
> Sage Notebook Server this summer for our school. In addition to using Sage
> for our Calculus classes, I would like to use the turtle module for our
> geometry cla
I teach mathematics at a high school, and I am having our IT person set up a
Sage Notebook Server this summer for our school. In addition to using Sage for
our Calculus classes, I would like to use the turtle module for our geometry
class.
On sagenb.org, after importing the Tkinter and turtl
On Jul 26, 12:59 pm, Mike Witt wrote:
> sage: version()
> 'Sage Version 4.5.1, Release Date: 2010-07-19'
>
> I'd like to to define a latex macro, in a worksheet,
> so that I can use it later to do something like this:
>
> html('State = $\\ket{0}$')
>
> I found some documentation, but I'm clearly n
sage: version()
'Sage Version 4.5.1, Release Date: 2010-07-19'
I'd like to to define a latex macro, in a worksheet,
so that I can use it later to do something like this:
html('State = $\\ket{0}$')
I found some documentation, but I'm clearly not understanding it:
http://www.sagemath.org/doc/refe
Hello.
I have recently set up a sage server for use as cas in a web-app.
It works fine to log in, log out and interrupt via api-calls but when
i try to use the compute-call (i.e.
http://server:port/simple/compute?session=d9ae2d49d4a7daf949a9c594eade7e0&code=2+3&timeout=60
) the server responds wi