[sage-support] Re: Server Questions

2008-08-27 Thread Philippe Saade
May i ask if anybody has a detailed doc on how to set up a chroot+Sage environnement. It's not that i can't do it by myself but i would appreciate previous experiment on that ;-) Philippe On Wed, Aug 27, 2008 at 12:12 PM, D. Monarres <[EMAIL PROTECTED]> wrote: > > Thank you, screen works well (

[sage-support] Re: fixing precision for real and complex and sliders

2008-08-26 Thread Philippe Saade
On Tue, Aug 26, 2008 at 6:05 PM, William Stein <[EMAIL PROTECTED]> wrote: > > On Tue, Aug 26, 2008 at 2:59 AM, Philippe Saade <[EMAIL PROTECTED]> wrote: >> >> Hi >> >> I quickly browsed sage-support and the wiki. Sorry for duplicates >> >> Wh

[sage-support] published worksheet useless without pictures ?

2008-08-26 Thread Philippe Saade
Hi, sorry again for such a mail. I know that there is a track about graphics disappearing from worksheets but for published worksheets it's even worth because they look really useless/ugly without these. There seems to be no /cells/n directory saved, so no images...too Hope there will be a qui

[sage-support] P.coeffs() issue

2008-08-26 Thread Philippe Saade
Hi, This works : var('x') P = taylor(exp(x),x,0,3) P.coeffs(x) but not this var('x') P = taylor(exp(x),x,0.21,3) P.coeffs(x) Why ? Philippe --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group

[sage-support] Re: automatic display of saved plots in re-opened notebook

2008-08-26 Thread Philippe Saade
On Tue, Aug 26, 2008 at 1:53 PM, Stan Schymanski <[EMAIL PROTECTED]> wrote: > > Dear all, > > Is there a way of saving and automatically re-loading plots generated > in a notebook when I re-open the notebook? > > Currently, when I close and re-open a notebook, all previously > displayed plots are

[sage-support] fixing precision for real and complex and sliders

2008-08-26 Thread Philippe Saade
Hi I quickly browsed sage-support and the wiki. Sorry for duplicates What is the prefered way to restrict real precision in a cell, worksheet or @interact. I modified @interact example with a slider but the numbers have to many digits so the Latex output is ugly... Thanks for help Philippe --

[sage-support] order in adding plots to plots

2008-08-25 Thread Philippe Saade
Hi, sorry for the attatched image but it might help to understand to problem. I wrote a procedure to draw (nicely ?) a multiedged digraph (I know that some good work is coming soon from E. Kirkman but i need something NOW... :-( Does anybody know why lines always get on top of polygons ? Philip

[sage-support] Re: [sage-devel] Re: missing imports for experimental module for Sage

2008-08-25 Thread Philippe Saade
On Mon, Aug 25, 2008 at 9:15 PM, William Stein <[EMAIL PROTECTED]> wrote: > > On Mon, Aug 25, 2008 at 10:33 AM, Philippe Saade <[EMAIL PROTECTED]> wrote: >> >> On Mon, Aug 25, 2008 at 6:45 PM, William Stein <[EMAIL PROTECTED]> wrote: >>> >>>&g

[sage-support] jsMath issue and solution with error code -7

2008-08-24 Thread Philippe Saade
Hi, i post this here for future newbies who might encounter the same problem... ** on Linux/Ubuntu 8.04, under Firefox 2 or 3, with all TexFonts installed, i kept having this error message : It looks like jsMath failed to set up properly (error code -7) for a single sage : show(x^2) command.

[sage-support] Re: utf-8, encoding and notebook() Edit page

2008-08-24 Thread Philippe Saade
On Sun, Aug 24, 2008 at 9:01 AM, Philippe Saade <[EMAIL PROTECTED]> wrote: > hi, > > I am working on an Ubuntu box, with firefox and UTF-8 is my system's default. > [EMAIL PROTECTED]:~$ locale > LANG=fr_FR.UTF-8 > LC_CTYPE="fr_FR.UTF-8" > LC_NU

[sage-support] utf-8, encoding and notebook() Edit page

2008-08-24 Thread Philippe Saade
hi, I am working on an Ubuntu box, with firefox and UTF-8 is my system's default. [EMAIL PROTECTED]:~$ locale LANG=fr_FR.UTF-8 LC_CTYPE="fr_FR.UTF-8" LC_NUMERIC="fr_FR.UTF-8" LC_TIME="fr_FR.UTF-8" LC_COLLATE="fr_FR.UTF-8" LC_MONETARY="fr_FR.UTF-8" LC_MESSAGES="fr_FR.UTF-8" LC_PAPER="fr_FR.UTF-8"

[sage-support] Re: parametric_plot3d and **kwds

2008-08-23 Thread Philippe Saade
On Sun, Aug 24, 2008 at 12:16 AM, William Stein <[EMAIL PROTECTED]> wrote: > Anything that is not explicitly documented in parametric_plot3d should > just get passed on to show. > > -- William Ok ! I'll make my documentation compliant with that advice. But i've noticed that it is sometimes not

[sage-support] Re: parametric_plot3d and **kwds

2008-08-23 Thread Philippe Saade
On Sat, Aug 23, 2008 at 11:58 PM, Philippe Saade <[EMAIL PROTECTED]> wrote: > Hi > > Does anybody know where the **kwds are defined in Sage for the command > parametric_plot3d > > (not counting those given by the definition > > parametric_plot3d(f, urange, vra

[sage-support] parametric_plot3d and **kwds

2008-08-23 Thread Philippe Saade
Hi Does anybody know where the **kwds are defined in Sage for the command parametric_plot3d (not counting those given by the definition parametric_plot3d(f, urange, vrange=['4ti2-20061025', 'R-2.6.0', 'atlas-3.7.37', 'atlas-3.8.1', 'a..., plot_points='automatic', **kwds) ) Thanks Phi

[sage-support] Re: Drawing Konigsberg graph

2008-08-23 Thread Philippe Saade
On Sat, Aug 23, 2008 at 9:39 AM, Philippe Saade <[EMAIL PROTECTED]> wrote: > > Thanks for pointing saunders' code to me ! > I had to change a line of code to make it work with Sage 3.1.1 : > > G = Graph(g, loops=True, multiedges=True) > > instead of > > G

[sage-support] Re: Drawing Konigsberg graph

2008-08-23 Thread Philippe Saade
On Fri, Aug 22, 2008 at 8:06 PM, Jason Grout <[EMAIL PROTECTED]> wrote: > > Philippe Saade wrote: >> On Fri, Aug 22, 2008 at 12:11 AM, Philippe Saade <[EMAIL PROTECTED]> wrote: >>> Hi all ! >>> >>> Is there a simple way to plot a graph with

[sage-support] Re: Drawing Konigsberg graph

2008-08-22 Thread Philippe Saade
On Fri, Aug 22, 2008 at 12:11 AM, Philippe Saade <[EMAIL PROTECTED]> wrote: > Hi all ! > > Is there a simple way to plot a graph with more than 1 edge going from > a given vertice to another, as in the konigsberg graph ? > (http://www.jcu.edu/math/vignettes/bridges.htm) >

[sage-support] Drawing Konigsberg graph

2008-08-21 Thread Philippe Saade
Hi all ! Is there a simple way to plot a graph with more than 1 edge going from a given vertice to another, as in the konigsberg graph ? (http://www.jcu.edu/math/vignettes/bridges.htm) Thanks ! Philippe --~--~-~--~~~---~--~~ To post to this group, send email to