>> Z is also a ring without one, i.e., Ring should inherit from Rng.
>
> Definitely. And this is the case.
>
>> I would rather say that Rng is a "ring" that *doesn't claim* the
>> existence of 1.
>
> Yup, it's like non-associative rings of which rings are a special case.
> Now, I need a better
Hi!
The mission statement or our project on cohomology rings says that we
should make a data base publically available. It should in some way be
available for Sage (say, as an optional/experimental package), but I
wonder if it is possible.
1) An spkg just with our programs would be about 460 MB.
ahmet alper parker wrote:
> Anyone know any technical paper about ergonomic and/or
> functional/aesthetic development/design of a web sites? Why not do it
> more scientific? :)
FWIW, I used to meet someone on the train to work, who lived near me and
worked at the same uni as me.
As part of his
I finally managed to build sage-4.0.rc0 from source on a Sun Blade 2000
running Solaris 10 update 6. The machine has 8 GB of RAM.
I used the Solaris tool chain from the web site, but had to edit a
couple of files which had the hard-coded links to Michael's directory -
discussed before).
uname
Well, if you want to know, what's possible look:
http://www.csszengarden.com/
Michael
On 27 Mai, 11:42, "Dr. David Kirkby" wrote:
> ahmet alper parker wrote:
> > Anyone know any technical paper about ergonomic and/or
> > functional/aesthetic development/design of a web sites? Why not do it
> >
>
> drkir...@kestrel:[~/sage/sage-4.0.rc0] $ ./sage
> --
> | Sage Version 4.0.rc0, Release Date: 2009-05-21 |
> | Type notebook() for the GUI, and license() for information. |
> -
I'm not sure this will help but it is related to your question:
http://wiki.sagemath.org/days4/projects/database
On Wed, May 27, 2009 at 4:49 AM, Simon King wrote:
>
> Hi!
>
> The mission statement or our project on cohomology rings says that we
> should make a data base publically available. It
Alex Ghitza wrote:
>> drkir...@kestrel:[~/sage/sage-4.0.rc0] $ ./sage
>> --
>> | Sage Version 4.0.rc0, Release Date: 2009-05-21 |
>> | Type notebook() for the GUI, and license() for information.|
>> ---
Hi David,
On May 27, 1:45 pm, David Joyner wrote:
> I'm not sure this will help but it is related to your
> question:http://wiki.sagemath.org/days4/projects/database
Thank you! I wasn't aware that SQLDatabase exists in Sage. I thought I
had to import sqlalchemy or something else.
I will try a
On Wednesday 27 May 2009, simon.k...@uni-jena.de wrote:
> Hi David,
>
> On May 27, 1:45 pm, David Joyner wrote:
> > I'm not sure this will help but it is related to your
> > question:http://wiki.sagemath.org/days4/projects/database
>
> Thank you! I wasn't aware that SQLDatabase exists in Sage. I
Hi Martin,
On May 27, 2:28 pm, Martin Albrecht
wrote:
> Note that sqlalchemy is also in Sage, I'm not sure how it relates to this
> class which was implemented by Emiliy Kirkman and Robert Miller before (?)
> sqlalchemy was in Sage.
I am familiar with neither SQLDatabase nor sqlalchemy (just kn
I'm not saying every polynomial multiplication program can be shown to
be correct; just the method I suggested happens to be pretty simple.
If you write a polynomial multiplication program that has certain
breakpoints, e.g. switching to a different method like Karatsuba or
FFT at size 3000, then
Hi there,
I am sitting here in Dagstuhl with Bill Allombert who complaints about that
- we are still using Pari 3.3.3 but we should use the newest upstream release
(3.3.4) and that
- we still use our ad-hoc method to prevent exit(1) on error but we should
register our own error handler.
Bas
On Wed, May 27, 2009 at 8:57 AM, Martin Albrecht
wrote:
>
> Hi there,
>
> I am sitting here in Dagstuhl with Bill Allombert who complaints about that
>
> - we are still using Pari 3.3.3 but we should use the newest upstream release
> (3.3.4) and that
> - we still use our ad-hoc method to prevent
> I am familiar with neither SQLDatabase nor sqlalchemy (just know they
> exist). So, what are advantages or disadvantages?
Neither am I, but can I suggest a database, modeled perhaps on David
Kohel's marvelous genus 2 invariants database at
http://echidna.maths.usyd.edu.au/kohel/dbs/
and s
On 27-May-09, at 9:01 AM, William Stein wrote:
>
> On Wed, May 27, 2009 at 8:57 AM, Martin Albrecht
> wrote:
>>
>> Hi there,
>>
>> I am sitting here in Dagstuhl with Bill Allombert who complaints
>> about that
>>
>> - we are still using Pari 3.3.3 but we should use the newest
>> upstream re
On Wed, May 27, 2009 at 1:49 AM, Simon King wrote:
>
> Hi!
>
> The mission statement or our project on cohomology rings says that we
> should make a data base publically available. It should in some way be
> available for Sage (say, as an optional/experimental package), but I
> wonder if it is po
I use SA on a daily basis and its feature set is awesome.
I recommend to you using the declarative layer
http://www.sqlalchemy.org/docs/05/ormtutorial.html#creating-table-class-and-mapper-all-at-once-declaratively
This makes it easier to you, to jump into SA.
Moreover, the declarative extension
On Wed, May 27, 2009 at 9:03 AM, Nick Alexander wrote:
>
>> I am familiar with neither SQLDatabase nor sqlalchemy (just know they
>> exist). So, what are advantages or disadvantages?
>
> Neither am I, but can I suggest a database, modeled perhaps on David
> Kohel's marvelous genus 2 invariants da
Thanks. I have switched to maximal_faces().
I had a simplicial complex, s, and typed "s." + TAB to see the
completions. I saw s.facets, before seeing s.maximal_faces, then was
confused by getting an error from s.facets(). It seems to be a
convention with Sage to keep attributes hidden, so I th
Are there any (good) numerical ODE solvers in Sage at the moment? Are
any available via optional spkgs?
Thanks!
---
Ryan Hinton
rw...@virginia.edu
--~--~-~--~~~---~--~~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this g
On Wed, May 27, 2009 at 11:37 AM, davidp wrote:
>
> Thanks. I have switched to maximal_faces().
>
> I had a simplicial complex, s, and typed "s." + TAB to see the
> completions. I saw s.facets, before seeing s.maximal_faces, then was
> confused by getting an error from s.facets(). It seems to
On Wed, May 27, 2009 at 11:41 AM, Ryan Hinton wrote:
>
> Are there any (good) numerical ODE solvers in Sage at the moment? Are
> any available via optional spkgs?
Yes, see http://www.scipy.org/SciPy_Tutorial
"Scipy includes several robust ODE solvers. ..."
William
>
> Thanks!
>
> ---
> Ryan
I like the site the way it is. I've been translating many of the pages
into Russian, and the great thing about the design is the simplicity.
The source html reads more or less like LaTeX to me in that all the
commands are meaningful and transparent. As far as the content, I
think it is important t
2009/5/27 William Stein :
>
> On Wed, May 27, 2009 at 8:57 AM, Martin Albrecht
> wrote:
>>
>> Hi there,
>>
>> I am sitting here in Dagstuhl with Bill Allombert who complaints about that
>>
>> - we are still using Pari 3.3.3 but we should use the newest upstream release
>> (3.3.4) and that
>> - we
Hi,
Lately http://trac.sagemath.org has been freezing at least 1-2 times
per day, for various reasons I don't understand yet. It doesn't
crash, the process keeps running, but the web server stops responding.
I think this might have to do with heavy load as the site gets
indexed (?), and the sq
On May 27, 11:51 am, William Stein wrote:
> On Wed, May 27, 2009 at 11:37 AM, davidp wrote:
>
> > Thanks. I have switched to maximal_faces().
>
> > I had a simplicial complex, s, and typed "s." + TAB to see the
> > completions. I saw s.facets, before seeing s.maximal_faces, then was
> > conf
I just noticed that there are *109* "needs review" tickets. Looking
through the list at http://trac.sagemath.org/sage_trac/report/10 , I see
some extremely cool pieces of code in trac.
Just a reminder...
Thanks,
Jason
P.S. There are 17 positive reviews waiting to be merged and 103 "needs
On 5/27/09, Jason Grout wrote:
>
>
> I just noticed that there are *109* "needs review" tickets. Looking
> through the list at http://trac.sagemath.org/sage_trac/report/10 , I see
> some extremely cool pieces of code in trac.
>
> Just a reminder...
Hey Jason,
Could you go through all 103 ticke
On Wed, May 27, 2009 at 3:54 PM, Dr. David Kirkby
wrote:
> I run the test suite for sage on a heavily loaded Sun Blade 2000.
>
> The following tests failed:
> sage -t "devel/sage/sage/matrix/matrix2.pyx"
> sage -t "devel/sage/sage/calculus/wester.py"
> sage -t "devel/sa
Sage is being mentioned in the comments to this article:
http://books.slashdot.org/article.pl?sid=09/05/27/1327255
--
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org
--~--~-~--~~~---~--~~
To post to this group, send em
On Wed, May 27, 2009 at 6:01 PM, William Stein wrote:
>
> Sage is being mentioned in the comments to this article:
>
> http://books.slashdot.org/article.pl?sid=09/05/27/1327255
It even mentions my, Prabhu and Jaap's work on getting mayavi working
in the sage notebook. Cool, it cost me several sl
Ondrej Certik wrote:
> On Wed, May 27, 2009 at 6:01 PM, William Stein wrote:
>> Sage is being mentioned in the comments to this article:
>>
>> http://books.slashdot.org/article.pl?sid=09/05/27/1327255
>
> It even mentions my, Prabhu and Jaap's work on getting mayavi working
> in the sage noteboo
I wonder if there could be an online mechanism for suggesting
reviewers. Sometimes I look at a patch, and I think (for example)
"I'm not sure I can review this well, but I bet X or Y could...". I
don't want to "assign" them the ticket, since that seems overbearing.
I know I would want to be info
On Thu, May 28, 2009 at 1:43 PM, Marshall Hampton wrote:
>
> I wonder if there could be an online mechanism for suggesting
> reviewers. Sometimes I look at a patch, and I think (for example)
> "I'm not sure I can review this well, but I bet X or Y could...". I
> don't want to "assign" them the
On 27-May-09, at 8:43 PM, Marshall Hampton wrote:
> Maybe I'm just hung up on the word "assign", since it does most of
> what I would want, it just seems pushy.
I put the relevant usernames in the cc: box, presuming that they might
take the hint. Do they? I haven't collected data :)
Nick
Jason Grout wrote:
> Ondrej Certik wrote:
>> It even mentions my, Prabhu and Jaap's work on getting mayavi working
>> in the sage notebook. Cool, it cost me several sleepless nights at the
>> Siam conference. Here is the updated howto for getting it working in
>> Sage/SPD:
>>
>> http://code.google
On Wed, May 27, 2009 at 10:28 PM, Prabhu Ramachandran
wrote:
>
> Jason Grout wrote:
>> Ondrej Certik wrote:
>>> It even mentions my, Prabhu and Jaap's work on getting mayavi working
>>> in the sage notebook. Cool, it cost me several sleepless nights at the
>>> Siam conference. Here is the updated
>> Many thanks for doing that! BTW, is the little patch to embed the .x3d
>> files in the notebook applied, should I submit a ticket?
>
> I think this goes to the notebook --- if Make is working on making it
I mean Mike. Sorry. :)
Ondrej
--~--~-~--~~~---~--~~
To
>> Maybe I'm just hung up on the word "assign", since it does most of
>> what I would want, it just seems pushy.
>
> I put the relevant usernames in the cc: box, presuming that they might
> take the hint. Do they? I haven't collected data :)
>
Indeed, I think what Nick's describing is a really
On Wed, May 27, 2009 at 9:52 PM, Craig Citro wrote:
>
>>> Maybe I'm just hung up on the word "assign", since it does most of
>>> what I would want, it just seems pushy.
>>
>> I put the relevant usernames in the cc: box, presuming that they might
>> take the hint. Do they? I haven't collected da
On Wed, May 27, 2009 at 9:36 PM, Ondrej Certik wrote:
>
> On Wed, May 27, 2009 at 10:28 PM, Prabhu Ramachandran
> wrote:
>>
>> Jason Grout wrote:
>>> Ondrej Certik wrote:
It even mentions my, Prabhu and Jaap's work on getting mayavi working
in the sage notebook. Cool, it cost me severa
On Wed, May 27, 2009 at 10:12 PM, William Stein wrote:
> On Wed, May 27, 2009 at 9:52 PM, Craig Citro wrote:
>>
Maybe I'm just hung up on the word "assign", since it does most of
what I would want, it just seems pushy.
>>>
>>> I put the relevant usernames in the cc: box, presuming that
William Stein wrote:
> sage -t "devel/sage/sage/misc/misc_c.pyx"
> **
> File
> "/export/home/drkirkby/sage/sage-4.0.rc0/devel/sage/sage/misc/misc_c.pyx",
> line 359:
> sage: test_bitset('00'*32, '01'*32, 64)
> Expected:
>
On Wed, May 27, 2009 at 11:15 PM, Dr. David Kirkby
wrote:
>
> William Stein wrote:
>> sage -t "devel/sage/sage/misc/misc_c.pyx"
>> **
>> File
>> "/export/home/drkirkby/sage/sage-4.0.rc0/devel/sage/sage/misc/misc_c.pyx",
>> line
45 matches
Mail list logo