The package CirclePack (link below) has been recommended to me for
possible inclusion in Sage. It is GPL. I have not tried it myself
but if any reader is interested perhaps they would like to try it out
and report back.
John
-- Forwarded message --
From: Edward Crane <[EMAIL PR
On Feb 12, 2008 12:58 AM, John Cremona <[EMAIL PROTECTED]> wrote:
>
> The package CirclePack (link below) has been recommended to me for
> possible inclusion in Sage. It is GPL. I have not tried it myself
> but if any reader is interested perhaps they would like to try it out
> and report back.
On Tuesday 12 February 2008, Robert Bradshaw wrote:
> On Feb 10, 2008, at 6:15 PM, William Stein wrote:
> > On Feb 10, 2008 5:56 PM, <[EMAIL PROTECTED]> wrote:
> >> it would be useful to change the password on startup, and print it
> >> out. It would (I think) be inaccessible from the users, but
On Feb 12, 2008 10:15 AM, John Voight <[EMAIL PROTECTED]> wrote:
>
> Hello all,
>
> I have an algorithm which requires O(1) space. But Pari is not so
> smart, and keeps around old instances, and so it is buckling as I run
> the algorithm with time -> oo.
>
> Is there a way to kill and restart the
Fluid is indeed a great idea! I hadn't thought of it, in part because
I'm still running Mac OS 10.4 until my employer authorizes 10.5. Fluid
only works with 10.5.
Platypus is a program that builds an app bundle for little scripts. I
used it to wrap a simple bash shell wrapper for Sage, and have u
Hello.
I'm wondering if there is some documentation or a howto somewhere that
describes the process of adding new structures to Sage. For example,
we want to add poset functionality to Sage---Peter Jipsen and I began
working on this at Sage Days 7. So we created a Poset class that
inherits from P
Oh, the "instance" that I was referring to is just the language I
picked up from reading sage/libs/pari/gen.pyx: it appeared as though
pari('') was shorthand for a globally defined PariInstance. The
"old instance" is the one you can obtain externally from pure Python
code. Is this not what is ha
On Feb 12, 2008 7:00 PM, <[EMAIL PROTECTED]> wrote:
>
> On Tue, 12 Feb 2008, David Harvey wrote:
> > On Feb 12, 2008, at 8:32 PM, Nick Alexander wrote:
> >> Do others agree that cyclotomic_polynomial should be over ZZ? If so,
> >> I will fix it.
> >
> > Absolutely.
> >
> > david
>
>
> It's a the
On 12-Feb-08, at 7:17 PM, William Stein wrote:
>
> On Feb 12, 2008 7:00 PM, <[EMAIL PROTECTED]> wrote:
>>
>> On Tue, 12 Feb 2008, David Harvey wrote:
>>> On Feb 12, 2008, at 8:32 PM, Nick Alexander wrote:
Do others agree that cyclotomic_polynomial should be over ZZ?
If so,
I w
So, these kinds of issues were the subject of the coercion project at SD7.
Robert Bradshaw, Mike Hansen, Bobby Moretti and I are currently in the
process of changing a lot of the infrastructure behind parents, elements,
etc. If you want to help (or want to see our current progress) see the
sprint
On Tue, 12 Feb 2008 at 10:50PM -0500, David Roe wrote:
> So, these kinds of issues were the subject of the coercion project at
> SD7. Robert Bradshaw, Mike Hansen, Bobby Moretti and I are currently
> in the process of changing a lot of the infrastructure behind parents,
> elements, etc. If you wan
> I think the Fluid idea is brilliant! I've actually used it before
> and never thought to use it with SAGE. Can you post instructions on
> how you set it up?
Create an application (hereafter referred to as Sage.app) pointing to
https://localhost:8000/
or
http://localhost:8000/
I don't know i
On Tue, 12 Feb 2008, David Harvey wrote:
> On Feb 12, 2008, at 8:32 PM, Nick Alexander wrote:
>> Do others agree that cyclotomic_polynomial should be over ZZ? If so,
>> I will fix it.
>
> Absolutely.
>
> david
It's a theorem! (+1)
--~--~-~--~~~---~--~~
To post
On Feb 12, 2008, at 8:32 PM, Nick Alexander wrote:
> Do others agree that cyclotomic_polynomial should be over ZZ? If so,
> I will fix it.
Absolutely.
david
--~--~-~--~~~---~--~~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe
Do others agree that cyclotomic_polynomial should be over ZZ? If so,
I will fix it.
Nick
sage: cyclotomic_polynomial(5^2)
x^20 + x^15 + x^10 + x^5 + 1
sage: cyclotomic_polynomial(5^2) * Mod(1, 7)
---
Traceb
Hello all,
I have an algorithm which requires O(1) space. But Pari is not so
smart, and keeps around old instances, and so it is buckling as I run
the algorithm with time -> oo.
Is there a way to kill and restart the Pari instance? (I don't just
want to create a new one, since then that makes
On Feb 12, 2008, at 1:44 AM, bill purvis wrote:
>
> On Tuesday 12 February 2008, Robert Bradshaw wrote:
>> On Feb 10, 2008, at 6:15 PM, William Stein wrote:
>>> On Feb 10, 2008 5:56 PM, <[EMAIL PROTECTED]> wrote:
it would be useful to change the password on startup, and print it
out.
Hi Mike,
Thanks for the explanation.
Indeed a Permutation could be represented by an element of a symmetric
group, but we would want to make sure that until a group-theoretic
question
is asked, no call to GAP should interfere with the calculations.
Your:
sage: G = Permutations(3)
would be ana
Hi,
Sage Bug Day 10 will be Saturday, Feb 16, 2008:
http://wiki.sagemath.org/bug10
-- William
--
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org
--~--~-~--~~~---~--~~
To post to this group, send email to s
On Feb 8, 2008 9:20 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I'm certainly not a mac expert. However, I got Sage working through a
> mac-like icon using the Platypus program (http://www.sveinbjorn.org/
> platypus).
I'm not sure what Platypus is (I haven't clicked on the link), but
here
20 matches
Mail list logo