On 5/21/2012 2:19 PM, sage-support@googlegroups.com wrote:
john_perry_usm May 20 12:03PM -0700
On Saturday, May 19, 2012 4:51:56 PM UTC-5, Kermit Rose wrote:
> I came to the sage web page in order to download Sage. I expected to
see
> a link labeled "download", and be don
do I need to know in order to download Sage? What is it that everyone
thinks I already know that in fact I do not know?
Kermit Rose
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support+unsubscr...@googlegroups.co
On Wed, 2011-08-24 at 08:16 -0700, Harald Schilly wrote:
> Hello
>
>
> Lines like "/usr/lib64/python2.7/site-packages/scipy/linalg/lapack.py"
> tell me that it uses the system wide python and its system wide
> libraries. Sage only works correctly with it's own python and own
> numpy/scipy & co. l
at I want to do is not to bound but to clip the plot to a
specific (3D) window, smaller than the entire plot.
>
> Yes, Rose, could you be more specific? E.g., give a particular
> example of code that draws a 3d plot,
For exemple:
t1, t2 = var('t1,t2')
r=1/sqrt(2)
w=r*cos(t2)
fx=s
Hi,
I asked this question 3 days ago, but got no answer. This problem
hinder me in my project. I would appreciate an answer, even if what I
want to do is impossible.
On 14 juil, 10:37, Rose <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am drawing some parametric_plot3d, but when I
not the parametric space.
Is there a way to do that?
Rose
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http
By the way, .save() for parametric_plot3d does not work neither in a
konsole nor in the notebook, but the examples online of .save() do not
work in the notebook while they do in a konsole.
Rose
--~--~-~--~~~---~--~~
To post to this group, send email to sage
exemple of doing this.
Rose
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
myself (with RR).
Is there something I misunderstand?
Anyway, may-you sugest a workarround?
Rose
p.s. It fails also with sqrt(norm(z)).
example:
sage:z.rayon()
0.333
sage:z.rayon
abs((1.414213562373095*(1.414213562373095*I + 1) +
1.00*I
On 11 mai, 12:15, "John Cremona" <[EMAIL PROTECTED]> wrote:
> Rose,
>
> S'il est necessaire, il y a des gens qui lit sage-support qui
> comprennent le francais et qui peuvent peut-etre explique des choses
> en francais (sans a
On 10 mai, 23:33, Jason Grout <[EMAIL PROTECTED]> wrote:
> Could you post the code that you have and explain what you are trying to
> do with it?
Well I did it this morning. This is what I was triing to do:
sage: def creer_droite_h(a,b):
: if a>b:
: return creer_droite_h(b
On 10 mai, 23:33, Jason Grout <[EMAIL PROTECTED]> wrote:
> Could you post the code that you have and explain what you are trying to
> do with it?
Ohlala nothing works tonight, I am going to post it tomorow,
I hope you will help me then.
Thanks in ad
Rose a écrit :
> On 10 mai, 22:47, "William Stein" <[EMAIL PROTECTED]> wrote:
>
> > Here is an example of drawing a vertical line:
> >
> > sage: line([(1/2,-2), (1/2,2)])
>
> Wow that answer was fast,
>
> Well if there a way to name it wit
> Try doing a parametric plot:
>
> var('t')
> parametric_plot( (3,t), -10,10)
>
He, I don't even understand what is a parametric plot (and what I
found in SAGE literature is to complex for me). Can you
On 10 mai, 22:47, "William Stein" <[EMAIL PROTECTED]> wrote:
> Here is an example of drawing a vertical line:
>
> sage: line([(1/2,-2), (1/2,2)])
Wow that answer was fast,
Well if there a way to name it without drawing it (because I need to
put it in an if and I don't want it to by show any
,
Rose
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http
> How about something like the following:
>
> cpoints = [0, 1, 1+I]
> points = [[real(z), imag(z)] for z in cpoints]
> polygon(points).show(figsize=[8,8])
>
> Mark
Thank you, this is what I was trying to do!
--~--~-~--~~~---~--~~
To post to this group, send email
On 9 mai, 15:01, "John Cremona" <[EMAIL PROTECTED]> wrote:
> Are you sure that you need Tuple() at all for what you are doing?
No I am not sure I need Tuple(). I am trying to draw some polygons on
the complex plane, so I put the coordinates of the vertex (I am not
sure it is the good word) in a
> So I'm guessing you're using symbolic numbers instead of complex
> numbers. It's easy to get them wrong:
I was doing that mistake.
Thank you, it is going faster now.
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsu
Hi,
(I am a Newbie)
I need to count complex number in Tuples and the only way I found out
is to use Tuples(l,1).count() or UnorderedTuples(l,1).count() (I don't
understand the difference), but I have two problems.
First, it counts only once an element that is twice in my Tuples.
ex: sage:
20 matches
Mail list logo