|
| Type notebook() for the GUI, and license() for information.|
--
---
NotImplementedError Traceback (most recent call
last
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
> >
>
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
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
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
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
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
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
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
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
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
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
+ 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
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
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
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
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
-
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), (
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
.
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
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
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
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
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
24 matches
Mail list logo