[sage-devel] sage-4.0.rc0 bug in callable symbolic expression

2009-05-25 Thread Wilfried_Huss
With the new symbolics I get the following error: sage: a(x) = x sage: print a(x) ERROR: An unexpected error occurred while tokenizing input The following traceback may be corrupted or invalid The error message is: ('EOF in multi-line statement', (2440, 0)) (...) AttributeError: 'module' object h

[sage-devel] Re: showing graphics at a specific place in the notebook

2009-04-21 Thread Wilfried_Huss
On 20 Apr., 21:04, Jason Grout wrote: > kcrisman wrote: > > >> Patch up athttp://trac.sagemath.org/sage_trac/ticket/5836 > > > I ask out of ignorance - will this somehow break how interacts > > currently work?  Maybe it will even make them better? > > better; much better. > > Now you can contro

[sage-devel] latex output in the notebook

2008-12-04 Thread Wilfried_Huss
>From the discussion of trac #4575: There are already at least five functions that produce jsmath output in the notebook, which all behave differently: show(): Produces latex in display mode. And works with graphic objects of course. view(): Produces latex in inline mode (which is har

[sage-devel] Re: Sage 3.2.alpha3 released

2008-11-06 Thread Wilfried_Huss
On Debian stable 32-bit one test fails: sage -t devel/sage/sage/interfaces/r.py ** File "/local/data/huss/software/sage-3.2.alpha3/tmp/r.py", line 549: sage: r.library('foobar') Expected: Traceback (most recent call last

[sage-devel] Re: patches for the calculus code

2008-11-03 Thread Wilfried_Huss
On 2 Nov., 12:10, Wilfried_Huss <[EMAIL PROTECTED]> wrote: > Hi, > > I have written some code for the Maxima interface. > You can find the patches at: >  http://www.math.tugraz.at/~huss/sage > > calculus1.patch implements the conversion from Maxima > matrices

[sage-devel] Re: patches for the calculus code

2008-11-03 Thread Wilfried_Huss
On 2 Nov., 20:46, mabshoff <[EMAIL PROTECTED]> wrote: > On Nov 2, 11:38 am, "William Stein" <[EMAIL PROTECTED]> wrote: > > > On Sun, Nov 2, 2008 at 3:10 AM, Wilfried_Huss > > Hi, > > > > > <[EMAIL PROTECTED]> wrote: > >

[sage-devel] Re: patches for the calculus code

2008-11-03 Thread Wilfried_Huss
> > Thanks! Could you write to Michael Abshoff (<[EMAIL PROTECTED]>) and ask > for a trac account, then open three trac tickets, one > for each of the above? Thanks again! Yes, I just did. Greetings, Wilfried --~--~-~--~~~---~--~~ To post to this group, send em

[sage-devel] patches for the calculus code

2008-11-02 Thread Wilfried_Huss
Hi, I have written some code for the Maxima interface. You can find the patches at: http://www.math.tugraz.at/~huss/sage calculus1.patch implements the conversion from Maxima matrices to Sage matrices. calculus2.patch adds symbolic gamma and factorial functions. (The factorial is named fact()