I've just got round to using the notebook under 2.10.alpha4 and find
that
my problem about cells occasionally not evaluating is still happening
there. I checked the Firefox error console and note that there is
an error message there which says:
async_callback is not defined
although it must be o
Further info: I've retried it a large number of times and it only
happens occasionally.
It's not related to any particular cell or content as I have seen it
on several
different cells during this testing.
I managed to grab a copy of 'view page source' while it was hung up
but can't
see anything ob
On Sep 4, 2007 2:41 AM, janwil <[EMAIL PROTECTED]> wrote:
>
> Dear developers of SAGE,
>
> I ran into a very strange behavior of SAGE. This has been occurring on
> 64-bit Arch Linux box and 32-bit Ubuntu Linux box using SAGE 2.8.3. In
> order to reproduce it please do the following:
>
> [... htt
On Jan 19, 2008 5:40 AM, David Joyner <[EMAIL PROTECTED]> wrote:
>
> implicit plot doesn't yet exist in SAGE.
This is kind of getting old. How do programs implement implicit
plotting, say of F(x,y) = 0? Is it something we could just
implement in two hours?
Do they;
(1) For symbolic expressio
On Jan 19, 3:07 pm, "William Stein" <[EMAIL PROTECTED]> wrote:
> How do programs implement implicit
> plotting, say of F(x,y) = 0?
First, this is just a special case of contour plots. There you seek
for an area where F is inside an interval, e.g. 0 to 1 or 50 to 150 -
and colorcode them. Here you
Either this is a bug or I have been teaching students the wrong thing for years:
(in 2.9.3)
sage: A=AbelianGroup([7,8])
sage: A.invariants()
[7,8]
sage: A.elementary_divisors()
[7,8]
There are two sets of invariants for a finite abelian group. The
"elementary divisors" should be a list of
On Jan 19, 2008 8:00 AM, John Cremona <[EMAIL PROTECTED]> wrote:
>
> Either this is a bug or I have been teaching students the wrong thing for
> years:
>
> (in 2.9.3)
>
> sage: A=AbelianGroup([7,8])
>
> sage: A.invariants()
> [7,8]
>
> sage: A.elementary_divisors()
> [7,8]
>
> There are two set
bill.p wrote:
> Further info: I've retried it a large number of times and it only
> happens occasionally.
> It's not related to any particular cell or content as I have seen it
> on several
> different cells during this testing.
> I managed to grab a copy of 'view page source' while it was hung up
On 19/01/2008, William Stein <[EMAIL PROTECTED]> wrote:
>
> On Jan 19, 2008 8:00 AM, John Cremona <[EMAIL PROTECTED]> wrote:
> >
> > Either this is a bug or I have been teaching students the wrong thing for
> > years:
> >
> > (in 2.9.3)
> >
> > sage: A=AbelianGroup([7,8])
> >
> > sage: A.invarian
As I've posted here before, I have been working on packaging up SAGE
into an RPM form. Well, I am happy to say that I finally have
something that (seems to) works. If anyone here has the ability and
the spare time to test out the fruits of my labor, please take a look
at http://www.mypclinuxos.com
Hi,
Here is a suggestion from a Sage user (my younger brother, who donated
a lot of support
and labor for our AMS booth by the way) for a video that a Sage
developer could make
which would be very helpful to new users.
-- Forwarded message --
From: Dennis Stein <[EMAIL PROTECTED
mabshoff wrote:
>
>
> On Jan 18, 8:49 pm, Jaap Spies <[EMAIL PROTECTED]> wrote:
>> mabshoff wrote:
>>
>>> On Jan 18, 8:28 pm, Jaap Spies <[EMAIL PROTECTED]> wrote:
./sage -i wxPython-2.8.7.1.spkg
./sage -i setuptools-0.6.spkg
./sage -i cmake-2.4.7.spkg
./sage -i vtk-5.0.3.spk
As it is stated in the documentation for abelain_group.py, the terminology for
elementary_divisors follows Rotman's An introduction to the theory of groups.
In my 4th edition, it is defined on page 132. In the US, Rotman is a
common reference
and that was the reason for that choice of terminology.
No need to argue -- if the literature uses the terms in different
ways, we implement one and make sure the documentation alerts users to
the possible confusion.
John
On 19/01/2008, David Joyner <[EMAIL PROTECTED]> wrote:
>
> As it is stated in the documentation for abelain_group.py, the terminol
On Jan 18, 2008, at 3:44 PM, William Stein wrote:
>
>> But then for "convenience of users", division by a unit is carried
>> out
>> in the same ring:
>>
>>> Parent(1/(1+q));
>> Power series ring in q over Rational Field
>>
>> In writing code, it becomes necessary to test the invertibility of
I don't know for sure how other systems actually implement implicit
plotting.
I would think you might try to use that the gradient of F
is orthogonal to the level set curves. In particular
if (x_0,y_0) is a solution to F(x,y)=0, you know that to follow
the level set curve you should move in a dir
On Jan 19, 2008 3:51 PM, Jaap Spies <[EMAIL PROTECTED]> wrote:
>
> Michael.Abshoff wrote:
> > Jaap Spies wrote:
> >> Michael.Abshoff wrote:
> >>> Jaap Spies wrote:
> Hi Michael,
> >>>
> >>> Hi Jaap,
> >>>
> http://wiki.sagemath.org/experimental_packages_available_for_SAGE
>
> W
William Stein wrote:
> On Jan 19, 2008 3:51 PM, Jaap Spies <[EMAIL PROTECTED]> wrote:
>> Michael.Abshoff wrote:
>>> Jaap Spies wrote:
Michael.Abshoff wrote:
> Jaap Spies wrote:
>> Hi Michael,
> Hi Jaap,
>
>> http://wiki.sagemath.org/experimental_packages_available_for_SAGE
Hello folks,
Sage 2.10.1.alpha0 is on the way and merging has gone well. But
there is a boat-load of patches (about 55) that need reviews to
get merged. So if you have a little time come on over to trac
or #sage-devel and help out :)
Cheers,
Michael
List of ticket with patches to review:
#652
On Wed, 16 Jan 2008, William Stein wrote:
> On Jan 16, 2008 7:09 AM, Iftikhar Burhanuddin <[EMAIL PROTECTED]> wrote:
> >
> > Hi folks,
> >
> > I'll be giving a talk at Caltech's number theory seminar
> >
> > http://www.its.caltech.edu/~wambach/ntseminar.html
> >
> > tomorrow afternoon and I plan t
lwn, the Linux Weekly News, often has interesting articles about
software development. This week there were two that should be worth
reading and maybe can learn something from them:
a) Development issues part 1: Project communication - see
http://lwn.net/Articles/263555/
b) Development
On Jan 19, 2008, at 11:12 , David Joyner wrote:
>
> As it is stated in the documentation for abelain_group.py, the
> terminology for
> elementary_divisors follows Rotman's An introduction to the theory
> of groups.
> In my 4th edition, it is defined on page 132. In the US, Rotman is a
> comm
On 19-Jan-08, at 7:46 PM, mabshoff wrote:
>
> Hello folks,
>
> Sage 2.10.1.alpha0 is on the way and merging has gone well. But
> there is a boat-load of patches (about 55) that need reviews to
> get merged. So if you have a little time come on over to trac
> or #sage-devel and help out :)
>
> Ch
On 19-Jan-08, at 10:31 PM, Nick Alexander wrote:
>
>
> On 19-Jan-08, at 7:46 PM, mabshoff wrote:
>
>>
>> Hello folks,
>>
>> Sage 2.10.1.alpha0 is on the way and merging has gone well. But
>> there is a boat-load of patches (about 55) that need reviews to
>> get merged. So if you have a little ti
Hello folks,
right on the heels of the 2.10 release here is 2.10.1.alpha0. Since
we closed 28 tickets during Bug Day 9 with the help of many - more
about that once I have caught some sleep - it seems a good idea to
get this tested. Since we updated the GNUTLS and packages it depends
on I am espec
On Jan 20, 7:31 am, Nick Alexander <[EMAIL PROTECTED]> wrote:
> On 19-Jan-08, at 7:46 PM, mabshoff wrote:
>
>
>
> > Hello folks,
>
> > Sage 2.10.1.alpha0 is on the way and merging has gone well. But
> > there is a boat-load of patches (about 55) that need reviews to
> > get merged. So if you hav
On Jan 20, 7:33 am, Nick Alexander <[EMAIL PROTECTED]> wrote:
> On 19-Jan-08, at 10:31 PM, Nick Alexander wrote:
>
>
>
>
>
> > On 19-Jan-08, at 7:46 PM, mabshoff wrote:
>
> >> Hello folks,
>
> >> Sage 2.10.1.alpha0 is on the way and merging has gone well. But
> >> there is a boat-load of patches
On Jan 19, 5:36 am, mabshoff <[EMAIL PROTECTED]
dortmund.de> wrote:
> Hello folks,
>
> Sage 2.10 has been released on January 18th, 2008. It is available at
>
>http://sagemath.org/download.html
>
> * About Sage (http://www.sagemath.org)
>
> Sage is developed by volunteers and combine
FYI
On Jan 19, 2008, at 9:05 PM, SAGE wrote:
> #1859: [with patch; positive review] 3d and 2d graphics -- some
> unification
> -
> +--
> Reporter: was |Owner: robertwb
> Type: enhancement |
29 matches
Mail list logo