Re: [sage-support] Re: Trouble Installing Sage on Linux Ubuntu

2010-07-02 Thread William Stein
On Thu, Jul 1, 2010 at 5:19 PM, Calcpage wrote: > In Ubuntu, the user passwd IS the sudo passwd! That is *only* true for users in the admin group. > > HTH, > A. Jorge Garcia > Applied Math & CS > http://shadowfaxrant.blogspot.com > Sent from my iPod > > On Jul 1, 2010, at 4:41 PM, Burcin Erocal

[sage-support] Re: Trouble Installing Sage on Linux Ubuntu

2010-07-02 Thread Dieter
Thanks for all your help. It looks like its working, just building now. Dieter On Jul 1, 8:19 pm, Calcpage wrote: > In Ubuntu, the user passwd IS the sudo passwd! > > HTH, > A. Jorge Garcia > Applied Math & CShttp://shadowfaxrant.blogspot.com > Sent from my iPod > > On Jul 1, 2010, at 4:41 PM, B

[sage-support] Possible bug in relative number fields homomorphisms

2010-07-02 Thread luisfe
I found the following: {{{ sage: N. = NumberField([x^2-2, x^2-3, x^2-5],'s2,s3,s5') sage: M = N.absolute_field('gamma') sage: N_to_M = M.structure()[1] sage: phi = N.hom([N_to_M(s2)]) sage: phi(s2) == N_to_M(s2) True sage: phi(s3) == N_to_M(s3) True sage: phi(s5) == N_to_M(s5) False sage: phi(s5)

[sage-support] Re: html.table() still leads to texttt error

2010-07-02 Thread Stan Schymanski
Replying to myself, for later reference: I found a workaround, which consists of converting the numpy.float into a sage float. If I change the respective line to: tabledata = [(fb_names[i], n(fb_values_10[i])) for i in [0..8]] it will display the table just fine. The advantage is that one can