[sage-support] sage 4.3 compilation problem: NotImplementedError

2009-12-26 Thread Renato
| | Type notebook() for the GUI, and license() for information.| -- --- NotImplementedError Traceback (most recent call last

Re: [sage-support] newbie: plot() questions

2010-03-21 Thread Renato
tc + 0.2)); > > show(P); > > > > Question #2, how can I tell sage not to 'break' the axes? for > > example, > > > > plot(1/(x + 3)); > > > > doesn't show me the last bit of the y axis, it ends approximately at > > 0.25 > > >

Re: [sage-support] newbie: plot() questions

2010-03-24 Thread Renato
On Sun, 21 Mar 2010 18:35:19 +0100 Renato wrote: > On Thu, 18 Mar 2010 08:43:44 +0100 > Jose Guzman wrote: > > > Hi Nareto, > > > > would you mind to write a simple and minimal example of your f(t) > > and plot options? This would be the best way to try to h

[sage-support] greek letters and underscores in graphics

2010-03-24 Thread Renato
as text next to the plot?? thanks Renato -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://w

Re: [sage-support] greek letters and underscores in graphics

2010-03-25 Thread Renato
On Thu, 25 Mar 2010 08:42:05 +0100 Jose Guzman wrote: > Renato wrote: > > and it works fine. The problem is I'd like to use greek letters in > > the text, and also underscore indexes. Here's the latex code of > > what I'd like: > > > > $\lambda

[sage-support] show(): units of figsize option

2010-03-25 Thread Renato
Hello, in the help of show I read: ``figsize``- [width, height] (same for square aspect) I'm wandering, are width and height expressed in pixels, centimeters or what? Can I change this? (I.e. spell it in pixels or centimeters as I need) thanks Renato -- To post to this group, send ema

[sage-support] problems saving images from notebook

2010-03-25 Thread Renato
in doesn't give consistent results (sometimes it solves the problem, others no). Any suggestions? I'm using: Sage 4.3 ArchLinux, 2.6.31 kernel Epiphany (browser) gpicview (image viewer) thanks Renato -- To post to this group, send email to sage-support@googlegroups.com To

[sage-support] Re: show(): units of figsize option

2010-03-25 Thread Renato
On Thu, 25 Mar 2010 12:38:39 +0100 Renato wrote: > Hello, in the help of show I read: > > ``figsize``- [width, height] (same for square aspect) > > I'm wandering, are width and height expressed in pixels, centimeters > or what? Can I change this? (I.e. spell it in pixel

Re: [sage-support] problems saving images from notebook

2010-03-25 Thread Renato
On Thu, 25 Mar 2010 17:14:35 +0100 Jose Guzman wrote: > Renato wrote: > > Hello, I'm using sage notebook and I'm having some headache to save > > the images generated by show(). The problem is that 3/4 of the time > > if i right click on the image and do

Re: [sage-support] Re: newbie: plot() questions

2010-03-31 Thread Renato
hough download Plotting_with_Sage_v1.0.1 do a tar -xvzf on it and upload the file 42/worksheet.txt as a sage worksheet cheers renato -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For

[sage-support] OT: slicing an interval in python

2010-05-10 Thread Renato
thing would be checking that b - a > n*h I tried a recursive function but got stuck... many thanks renato -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit th

[sage-support] plotting field lines

2010-07-24 Thread Renato
Hello, with plot_vector_field I can draw the vectors of a given field. However, how can I plot field lines? I.e. the curves that have the vectors show by plot_vector_field as tangents. If there is not a built-in function, any idea on writing one ad-hoc? kind regards, renato -- To post to this

[sage-support] evaluating numerically a function expression

2010-07-24 Thread Renato
+ c*cos(d*t) can I tell sage to put it in this form, evaluating numerically a,b,c and d? kind regards renato -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit thi

Re: [sage-support] Re: evaluating numerically a function expression

2010-07-25 Thread Renato
On Sat, 24 Jul 2010 11:03:45 -0700 Jason Grout wrote: > On 7/24/10 4:38 AM, Renato wrote: > > Hi, this seems very basic, but I wasn't able to figure it out. > > Let's say I have a function: > > > > sage: f(t) > > -4*(5*sqrt(2)*cos(1/2*sqrt(2)*sqrt

Re: [sage-support] newbie: plotting sum of cosines...complex values?

2011-01-30 Thread Renato
7;n'), it seems that your code is right in the last Sage. > But I remain very careful about sum in order to get a1+a2+a3+...+a50. > Thanks for clarification and tips :) Just a last doubt: if I understand correctly, add() wants as argument an array like for example [1,2,7,5], but runn

Re: [sage-support] newbie: plotting sum of cosines...complex values?

2011-01-30 Thread Renato
On Sun, 30 Jan 2011 21:22:07 +0100 Francois Maltey wrote: > Hello Renato, > >> def s(x,n) : > >> return x/2 + add (cos(k*x) for k in [1..n]) > >> > >> n0 = 5; > >> plot(s(x,n0),(x,0,pi)) > >> > > Thanks for clarification an

[sage-support] plot(): no ticks and arrow on axes?

2011-01-30 Thread Renato
Hello, I can't understand how the ticks option works in plot()... I want to have no ticks or labels on the axis. Also, is it possible to show the arrows on the axis? like this: http://www.homeschoolmath.net/blog/few-complex-numbers.gif I'm using latest version of sage cheers renato -

Re: [sage-support] plotting box function

2011-02-04 Thread Renato
ar explanation, I got it. > There are a few ways around this. Probably the most general-purpose > solution (which works even when some Sage-specific tricks don't) is to > delay the execution of the box function by writing a lambda-function > wrapper: > > plot(lambda x: box(x,1), (

[sage-support] quitting notebook

2011-03-14 Thread Renato
d of course just launch from a terminal and then Ctrl+C, but I'm wondering, shouldn't there be a way to quit from the browser? My situation is the one which anyone launching Sage from a desktop icon, menu etc. will find himself cheers renato -- To post to this group, send email to sage-supp

Re: [sage-support] quitting notebook

2011-03-15 Thread Renato
. that would be good :) in the meantime the command you gave is really useful and saves me time, I'll put it in a bash script in my PATH... thanks! cheers renato -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org

[sage-support] dynamical systems

2010-03-30 Thread Renato Budinich
imensional autonomous systems depending on a paramater, but I'll be doing also non-autonomous, discrete, and 2-dimensional systems. thanks for any help/suggestions renato -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-s

[sage-support] newbie: plotting sum of cosines...complex values?

2011-01-30 Thread Renato Budinich
the function in the plane). Below is the code and the error. Am I doing something wrong? I'm on sage 4.4.2 renato k = var('k'); s(x,n) = x/2 + sum(cos(k*x),k,1,n); n0 = 5; plot(s(x,n0),(x,0,pi)); verbose 0 (3495: plot.py, generate_plot_points) WARNING: When plotting, failed

Re: [sage-support] plot(): no ticks and arrow on axes?

2011-01-31 Thread Renato Budinich
On Mon, Jan 31, 2011 at 12:48 AM, Francois Maltey wrote: > Renato a écrit : > > Hello, I can't understand how the ticks option works in plot()... I >> want to have no ticks or labels on the axis. >> >> Also, is it possible to show the arrows

[sage-support] plotting box function

2011-02-04 Thread Renato Budinich
hello, why is the below code plotting a flat function rather than a box one? renato def box(x,c): if abs(x) < c: return 1 else: return 0 var('x') plot(box(x,1),(x,-3,3)) -- To post to this group, send email to sage-support@googlegroups.com To unsubscr