On 1/22/12 12:46 AM, William Stein wrote:
However, the codemirror (2?) editor is bad on my 3.2 device, compared to
the standard sagenb textarea. Cursor positioning, cut/paste, etc. are
all very painful.
Yes, it's codemirror 2. The codemirror 2 developer has made some
changes recently to get
On 1/22/12 1:59 AM, William Stein wrote:
The standard interact with slider. You should see it in the log from an
hour ago?
This one?
@interact
def f(n=(1..9)):
print n^2
It works fine for me without any extra newline at the end (so the code
ends directly after the 2).
Can you paste th
2012/1/22 Stephen Montgomery-Smith :
> On 01/21/2012 08:05 PM, Stephen Montgomery-Smith wrote:
>>
>> I am able to build sage on FreeBSD. I have attached a tar file which
>> contains a "port" to build sage on FreeBSD. (FreeBSD users will know
>> what I mean by a "port.")
>>
>> It does seem to work,
Hi,
I just finished building successfully sage-4.8 on my ARM box, with only
a single change : the flint package. I just checked and sage-5.0.beta2
still has the same flint package as 4.8, so it still won't compile
natively on ARM.
It would be nice to clear that last hurdle :
http://trac.sage
I get exactly the same error as william on my iphone, but it doesn't happen
in my browser (chrome) on my macbook.
If I add an extra enter all trouble disapear on my iphone and the sliding
works nice.
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from thi
Hi folks,
Let E be an elliptic curve over QQ in Sage. What is the
descent_second_limit parameter in the E.gens method?
The doc string states the following.
``descent_second_limit`` - (default: 12)- used in 2-descent
IMPLEMENTATION: Uses Cremona's mwrank C library.
Regards,
Ifti
--
To post to
Hi,
I wanted to try out #3052, which is Kini's code for converting .hg
repos to JSON and back. So I took a Sage-4.8 binary, and started
looking for his code. I just wanted to run the script on a sample .hg
repo, etc. The first thing I discovered is that the entire spkg/base
repository, which s
>>Can people test this functionality before we try to add it to the sage
>>notebook?
If you have an iOS or
>>Android device, create an interact at aleph.sagemath.org and try
manipulating the controls.
On iPod Touch, the n^2 example,
@interact
def f(n=(1..10)):
print n^2
works well.
Ped
On Jan 22, 2012, at 1:11 AM, Volker Braun wrote:
> sage-native-execute should remove all traces of Sage in from the environment,
> but there is definitely stuff falling through the cracks. But I don't
> understand why one would want to start sage via sage-native-execute, unless
> one wants to r
On Sunday, January 22, 2012 8:10:17 AM UTC-8, William wrote:
>
> Hi,
>
> I wanted to try out #3052, which is Kini's code for converting .hg
> repos to JSON and back. So I took a Sage-4.8 binary, and started
> looking for his code. I just wanted to run the script on a sample .hg
> repo, etc. T
On 01/22/2012 02:35 AM, Paulo César Pereira de Andrade wrote:
2012/1/22 Stephen Montgomery-Smith:
On 01/21/2012 08:05 PM, Stephen Montgomery-Smith wrote:
I am able to build sage on FreeBSD. I have attached a tar file which
contains a "port" to build sage on FreeBSD. (FreeBSD users will know
wh
On Sun, Jan 22, 2012 at 9:09 AM, John H Palmieri wrote:
>
>
> On Sunday, January 22, 2012 8:10:17 AM UTC-8, William wrote:
>>
>> Hi,
>>
>> I wanted to try out #3052, which is Kini's code for converting .hg
>> repos to JSON and back. So I took a Sage-4.8 binary, and started
>> looking for his code
Clearly I'm the one to answer this.
Firstly, by typing "sage -mwrank -h" you can see the command-line
option for mwrank, which tells you something. But not in fact enough.
If you set EE=E.mwrank_curve() and then look at the docstring for
EE.two_descent() it will explain more. When doing a 2-des
Trac admins,
Running the "Assigned, Active Tickets by Owner" report [1] the very first
ticket (#6134) as well as a few others that I checked were actually closed and
there are 12170 active tickets which surely must be all tickets. This is also
a problem with the next report [2].
-Ivan
[1] ht
Hello everyone.
We will be organizing a Sage Days in Montreal (7-11 May), and we want
to claim a number in order to start announcing, advertising, etc.
On the wiki page Sage Days 36 has been claimed, and it is written:
Sage Days X, for some X > 36: April 2012, Suwon, South Korea.
Sage Days Y, fo
On Sat, Jan 21, 2012 at 12:35 PM, Jason Grout
wrote:
> Can people test this functionality before we try to add it to the sage
> notebook? If you have an iOS or Android device, create an interact at
> aleph.sagemath.org and try manipulating the controls.
>
The sliders on the n^2 example work grea
I am trying to implement free groups, finitely presented groups and
braid groups in sage. So far i have writen a proof of concept for the
free groups (see ticket 12339), but i don't have any experience with
the category and coercion frameworks.
Any feedback and/or colaboration would be most welcom
Le dimanche 22 janvier 2012 à 11:37 -0800, mmarco a écrit :
> I am trying to implement free groups, finitely presented groups and
> braid groups in sage. So far i have writen a proof of concept for the
> free groups (see ticket 12339), but i don't have any experience with
> the category and coercio
Sage 4.8 was released on 20 January 2012. It is available at
http://www.sagemath.org/download.html
* About Sage (http://www.sagemath.org)
Sage is developed by volunteers and combines over 90 open source packages.
It is available for download from www.sagemath.org and its mirrors in
so
There's an issue at,
http://trac.sagemath.org/sage_trac/ticket/5943
that can fail in different ways, depending on the architecture and
amount of memory installed. I'm hoping someone will have a better idea
for a doctest, or that there will be consensus that the existing
doctests cover the i
On 01/21/2012 08:23 PM, Stephen Montgomery-Smith wrote:
On 01/21/2012 08:05 PM, Stephen Montgomery-Smith wrote:
I am able to build sage on FreeBSD. I have attached a tar file which
contains a "port" to build sage on FreeBSD. (FreeBSD users will know
what I mean by a "port.")
It does seem to wor
Hi,
I just added something to the Review Checklist wiki page about
optional packages, motivated by mistakes made on ticket 6329 [1],
where both the patch authors (yours truly) and review completely
forgot to worry about optional doctests, causing lots of breakage...
[1] http://trac.sagemath.org/
On Sun, 22 Jan 2012 15:54:19 Stephen Montgomery-Smith wrote:
> On 01/21/2012 08:23 PM, Stephen Montgomery-Smith wrote:
> > On 01/21/2012 08:05 PM, Stephen Montgomery-Smith wrote:
> >> I am able to build sage on FreeBSD. I have attached a tar file which
> >> contains a "port" to build sage on FreeBS
On 01/22/2012 04:24 PM, François Bissey wrote:
On Sun, 22 Jan 2012 15:54:19 Stephen Montgomery-Smith wrote:
On 01/21/2012 08:23 PM, Stephen Montgomery-Smith wrote:
On 01/21/2012 08:05 PM, Stephen Montgomery-Smith wrote:
I am able to build sage on FreeBSD. I have attached a tar file which
conta
On 01/22/2012 04:28 PM, Stephen Montgomery-Smith wrote:
On 01/22/2012 04:24 PM, François Bissey wrote:
On Sun, 22 Jan 2012 15:54:19 Stephen Montgomery-Smith wrote:
On 01/21/2012 08:23 PM, Stephen Montgomery-Smith wrote:
On 01/21/2012 08:05 PM, Stephen Montgomery-Smith wrote:
I am able to buil
On Sun, 22 Jan 2012 16:58:54 Stephen Montgomery-Smith wrote:
> On 01/22/2012 04:28 PM, Stephen Montgomery-Smith wrote:
> > On 01/22/2012 04:24 PM, François Bissey wrote:
> >> On Sun, 22 Jan 2012 15:54:19 Stephen Montgomery-Smith wrote:
> >>> On 01/21/2012 08:23 PM, Stephen Montgomery-Smith wrote:
>
One thing I want to rule out is that the problem is created by python.
FreeBSD has a working python version 2.7. How do I tell the sage build
to use the FreeBSD python rather than building its own?
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this
On Sun, 22 Jan 2012 17:31:34 Stephen Montgomery-Smith wrote:
> One thing I want to rule out is that the problem is created by python.
> FreeBSD has a working python version 2.7. How do I tell the sage build
> to use the FreeBSD python rather than building its own?
That kind of scenario is very muc
2012/1/22 François Bissey :
> On Sun, 22 Jan 2012 17:31:34 Stephen Montgomery-Smith wrote:
>> One thing I want to rule out is that the problem is created by python.
>> FreeBSD has a working python version 2.7. How do I tell the sage build
>> to use the FreeBSD python rather than building its own?
Hello,
Following up on
https://groups.google.com/d/topic/sage-devel/B32U02-ucWI/discussion, there
is also a problem with the consistency of trigonometric functions:
sage: tan(pi/2)
Infinity
sage: csc(pi)
ZeroDivisionError: Symbolic division by zero
I think this should be standardized for all t
Pasting does not even work in Firefox on Linux, I find. At least, pasting
with middle-click to dump the X selection buffer doesn't work. Pasting with
C-v to dump the X clipboard buffer does work, however. Both work in plain
text mode.
-Keshav
--
To post to this group, send an email to sage-de
On 01/22/2012 07:36 PM, Paulo César Pereira de Andrade wrote:
Since the problem appears to be related to linbox ...
It was related to linbox. My "fix" using sed wasn't working.
What I did was to rebuild linbox. I removed any reference to
-DDISABLE_COMMENTATOR (which I did by hacking com
On Sun, 22 Jan 2012 at 01:41PM -0500, Franco Saliola wrote:
> Hello everyone.
>
> We will be organizing a Sage Days in Montreal (7-11 May), and we want
> to claim a number in order to start announcing, advertising, etc.
>
> On the wiki page Sage Days 36 has been claimed, and it is written:
>
> S
I have tested this port at least up until a working sage is created. I
am going to do a complete build tonight.
In the meantime, others can try this out if they like.
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-d
Le 23/01/2012 02:12, François Bissey a écrit :
Seriously using system python with the stock sage tarball is just asking
for a lot of pain (including serious patching).
What kind of pain?
Were does the serious patching apply? In python itself or in dependent
packages?
Snark on #sagemath
--
by the way, the current Axiom (Fricas) optional package does not work on
Sage 4.8.
See #9465.
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at htt
36 matches
Mail list logo