On Aug 23, 1:27 pm, "William Stein" <[EMAIL PROTECTED]> wrote:
> Did you read through the article Alfredo Portes posted, which
> also explains some of the gotchas and subtleties of disallowing
> comparisons? I'm curious what you thought of it.
At the very least, "<" should be transitive wherev
On Aug 23, 2008, at 7:24 PM, Nils Bruin wrote:
> With the advent of the new coercion model, did we get the incredibly
> cool possibility of adding canonical coercions locally, as promissed
> at SD7? I'd love to be able to type something like:
>
> K.=Numberfield(x^2-2)
> E=EllipticCurve([0,0,r2,0,
With the advent of the new coercion model, did we get the incredibly
cool possibility of adding canonical coercions locally, as promissed
at SD7? I'd love to be able to type something like:
K.=Numberfield(x^2-2)
E=EllipticCurve([0,0,r2,0,0]
for m in K.real_embeddings():
with CanonicalEmbeddin
On 24/08/2008, at 6:15 AM, William Stein wrote:
>
> On Sat, Aug 23, 2008 at 1:00 PM, Fredrik Johansson
> <[EMAIL PROTECTED]> wrote:
>>
>> On Sat, Aug 23, 2008 at 9:57 PM, Nils Bruin <[EMAIL PROTECTED]> wrote:
>>>
>>> Would it break Python too much if comparison would simply throw an
>>> exceptio
2008/8/23 Philippe Saade <[EMAIL PROTECTED]>:
>
> On Sat, Aug 23, 2008 at 8:58 PM, William Stein <[EMAIL PROTECTED]> wrote:
>>
>> On Sat, Aug 23, 2008 at 11:47 AM, Philippe Saade <[EMAIL PROTECTED]> wrote:
>
>>
>> If it is about plot_division and plot_points, then yes, it will be garbage
>> in a f
On Sat, Aug 23, 2008 at 1:17 PM, Nils Bruin <[EMAIL PROTECTED]> wrote:
>
> On Aug 23, 1:00 pm, "Fredrik Johansson" <[EMAIL PROTECTED]>
> wrote:
>
>> Hardly, considering that this is what Python itself does:
>>
>> >>> 1+1j > 1-1j
>>
>> Traceback (most recent call last):
>> File "", line 1, in
>>
On Sat, Aug 23, 2008 at 4:00 PM, Fredrik Johansson
<[EMAIL PROTECTED]> wrote:
>
> On Sat, Aug 23, 2008 at 9:57 PM, Nils Bruin <[EMAIL PROTECTED]> wrote:
>>
>> Would it break Python too much if comparison would simply throw an
>> exception in these cases?
>
> Hardly, considering that this is what P
On Aug 23, 1:00 pm, "Fredrik Johansson" <[EMAIL PROTECTED]>
wrote:
> Hardly, considering that this is what Python itself does:
>
> >>> 1+1j > 1-1j
>
> Traceback (most recent call last):
> File "", line 1, in
> TypeError: no ordering relation is defined for complex numbers
Ah, well, if python
On Sat, Aug 23, 2008 at 1:00 PM, Fredrik Johansson
<[EMAIL PROTECTED]> wrote:
>
> On Sat, Aug 23, 2008 at 9:57 PM, Nils Bruin <[EMAIL PROTECTED]> wrote:
>>
>> Would it break Python too much if comparison would simply throw an
>> exception in these cases?
>
> Hardly, considering that this is what P
On Sat, Aug 23, 2008 at 9:57 PM, Nils Bruin <[EMAIL PROTECTED]> wrote:
>
> Would it break Python too much if comparison would simply throw an
> exception in these cases?
Hardly, considering that this is what Python itself does:
>>> 1+1j > 1-1j
Traceback (most recent call last):
File "", line 1
I understand that Python really likes things to be comparable with
"<", but from a mathematical point of view the following makes me
cringe:
sage: C.=ComplexField()
sage: 1+i > 1-i
True
sage: 1+i < 1-i
False
Imagine being shown this by a student after you have explained your
complex variables cl
On Sat, Aug 23, 2008 at 9:48 PM, William Stein <[EMAIL PROTECTED]> wrote:
>
> On Sat, Aug 23, 2008 at 12:35 PM, Jason Merrill <[EMAIL PROTECTED]> wrote:
>>
>> Brian Hayes writes a regular column for American Scientist called
>> Computing Science. In his latest article, "Calculemus!"
>> http://www.
On Sat, Aug 23, 2008 at 12:35 PM, Jason Merrill <[EMAIL PROTECTED]> wrote:
>
> Brian Hayes writes a regular column for American Scientist called
> Computing Science. In his latest article, "Calculemus!"
> http://www.americanscientist.org/issues/pub/2008/5/calculemus/1, Hayes
> suggests that widel
Brian Hayes writes a regular column for American Scientist called
Computing Science. In his latest article, "Calculemus!"
http://www.americanscientist.org/issues/pub/2008/5/calculemus/1, Hayes
suggests that widely available tools for doing simple calculations and
mathematical experiments have not
On Sat, Aug 23, 2008 at 8:58 PM, William Stein <[EMAIL PROTECTED]> wrote:
>
> On Sat, Aug 23, 2008 at 11:47 AM, Philippe Saade <[EMAIL PROTECTED]> wrote:
>
> If it is about plot_division and plot_points, then yes, it will be garbage
> in a few days. You should read and/or apply the patches at 38
On Sat, Aug 23, 2008 at 11:58 AM, Philippe Saade <[EMAIL PROTECTED]> wrote:
>
> On Sat, Aug 23, 2008 at 7:47 PM, Arnaud Bergeron <[EMAIL PROTECTED]> wrote:
>>
>> 2008/8/23 Philippe Saade <[EMAIL PROTECTED]>:
>>>
>>> Hi group,
>>>
>>> i'am a little bit confused while analysing Sage Python packages
On Sat, Aug 23, 2008 at 11:47 AM, Philippe Saade <[EMAIL PROTECTED]> wrote:
>
> On Sat, Aug 23, 2008 at 8:03 PM, William Stein <[EMAIL PROTECTED]> wrote:
>>
>> This is a moot point since the plot command was recently
>> completely rewritten:
>>
>> http://trac.sagemath.org/sage_trac/ticket/3813
>>
On Sat, Aug 23, 2008 at 7:47 PM, Arnaud Bergeron <[EMAIL PROTECTED]> wrote:
>
> 2008/8/23 Philippe Saade <[EMAIL PROTECTED]>:
>>
>> Hi group,
>>
>> i'am a little bit confused while analysing Sage Python packages and
>> (newbie's default) a would like to ask a simple question :
>
> For the next tim
On Sat, Aug 23, 2008 at 8:03 PM, William Stein <[EMAIL PROTECTED]> wrote:
>
> This is a moot point since the plot command was recently
> completely rewritten:
>
> http://trac.sagemath.org/sage_trac/ticket/3813
>
as far as i am writing a doc on the plot command, does it means that
it will all be ga
2008/8/23 Philippe Saade <[EMAIL PROTECTED]>:
>
> Hi group,
>
> i'am a little bit confused while analysing Sage Python packages and
> (newbie's default) a would like to ask a simple question :
For the next time, this sort of question goes to [EMAIL PROTECTED]
> when one types
>
> var('x')
> f_ex
Hello all,
While we continue to add tests to the notebook code, there are some
things that we just can't test directly in Python such as browser
interactions / Javascript / etc. Luckily, there is a nice software
package designed to handle this problem: Selenium
http://selenium.openqa.org/ . Se
On Sat, Aug 23, 2008 at 10:14 AM, Philippe Saade <[EMAIL PROTECTED]> wrote:
>
> hi,
>
> when one uses plot_points and plot_division in a plot command, there
> is something misleading (imho) :
>
> plot_points = 3 gives exactely 3 points in the initial plot (before
> refinement)
> plot_division = 5
On Aug 22, 10:43 am, Harald Schilly <[EMAIL PROTECTED]> wrote:
> >>> data = [-1,2,3]
> >>> gt0 = lambda x: x>0 and x or 0
> >>> map(gt0, data)
>
> [0, 2, 3]
>
> in python - or more geeky
>
> >>> map(lambda x: x>0 and x or 0, data)
I'm sorry for derailing the thread a little bit, but this is actua
hi,
when one uses plot_points and plot_division in a plot command, there
is something misleading (imho) :
plot_points = 3 gives exactely 3 points in the initial plot (before refinement)
plot_division = 5 can add up to 6 points to the original 3
It is not obvious also that this number of subdivi
On Sat, Aug 23, 2008 at 5:35 PM, Fredrik Johansson
<[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Mpmath version 0.9 is now available from the website:
> http://code.google.com/p/mpmath/
>
> It can also be downloaded from the Python Package Index:
> http://pypi.python.org/pypi/mpmath/0.9
>
> Mpmath is a p
Hi group,
i'am a little bit confused while analysing Sage Python packages and
(newbie's default) a would like to ask a simple question :
when one types
var('x')
f_exp = exp(x)
plot_f_exp = plot(f_exp)
plot_f_exp.show()
what happens exactly in the "plot()" part ?
is sage/plot/plot.py in charge o
2008/8/22 William Stein <[EMAIL PROTECTED]>:
>> This leaves a question almost certainly for William: is it really
>> sensible to have one class serve both as the structure to hold "prime
>> factorizations" for UFDs and other rings, as well as to hold lists of
>> subspaces with multiplicities?
>
On Sat, Aug 23, 2008 at 7:19 AM, rjf <[EMAIL PROTECTED]> wrote:
>
>
> 1. There is a public mathematica language parser (version 3.0
> mathematica) that I wrote in common lisp.
> WRI knows about it, inquired about it, made various claims. I
> disputed them. They went away. This apparently
> has l
Hi group,
At the URL:
http://www.sagemath.org/download-source.html
the following sentences sound funny to me:
[1] "You can get the complete source for Sage to compile it your own Linux or OS
X system."
Should [1] read: "You can get the complete source for Sage to compile under
(in?) your own
On Sat, Aug 23, 2008 at 12:32 AM, Minh Nguyen <[EMAIL PROTECTED]> wrote:
>
> Hi group,
>
> I've noticed a possible minor typo at the following URL:
>
> http://trac.sagemath.org/sage_trac/roadmap
>
> Under the heading "Milestone: sage-symbolics", here's a "diff" of the said
> typo:
>
> - This mile
Hi group,
I think there are typos at the following URL:
http://www.sagemath.org/download.html
Here's a "diff":
- Utilites Useful utilites when working with Sage
+ Utilities Useful utilities when working with Sage
--
Regards
Minh Van Nguyen
Web: http://nguyenminh2.googlepages.com
Blog: http:
Hi group,
At the URL:
http://www.sagemath.org/help.html
I think the dot point
"Google I/O: Painles Python Part 1 / Part 2 ..."
should be
"Google I/O: Painless Python Part 1 / Part 2 ..."
At least that's what shown in my browser after navigating to the page that the
dot point links to:
http
Hi group,
I've noticed a possible minor typo at the following URL:
http://trac.sagemath.org/sage_trac/roadmap
Under the heading "Milestone: sage-symbolics", here's a "diff" of the said typo:
- This milestone servers as a focal point
+ This milestone serves as a focal point
Although I logged i
Hi,
I am interested in modifying the way Sage draws Graphs and,
especially, multi-edged graphs.
Emily Kirkman seems to be working on that point but her blog doesn't
give any information on recent success.
I also want to use Matplotlib to draw graphs. Should i start from
scratch or try to contact
34 matches
Mail list logo